| 1234567891011121314151617181920212223 |
- .com-content{
- display: flex;
- justify-content: flex-end;
- align-items: center;
- background-color: #ffffff;
- padding: 5rpx;
- }
- .number-view{
- position: fixed;
- display: flex;
- z-index: 100;
- justify-content: center;
- align-items: center;
- padding: 5rpx;
- }
- .number-content{
- text-align: center;
- z-index: 100;
- background-color: #ffffff;
- columns: #1b365d;
- }
|