123456789101112131415161718192021 |
- .wux-cell-class {
- height: 112rpx !important;
- font-size: 28rpx !important;
- }
-
- .wux-cell-class-1 {
- height: 112rpx !important;
- font-size: 28rpx !important;
- border: none !important;
- }
-
- .view-input {
- border: 1rpx solid #19be6b;
- padding: 20rpx;
- border-radius: 20rpx;
- cursor: auto;
-
- overflow: hidden;
- text-overflow: clip;
- white-space: nowrap;
- }
|