|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .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 {
- width: 100%;
- border: 1rpx solid #19be6b;
- padding: 20rpx;
- border-radius: 20rpx;
- cursor: auto;
- height: 35rpx;
- overflow: hidden;
- text-overflow: clip;
- white-space: nowrap;
- }
-
-
- .form {
- font-size: 28rpx;
- }
-
- .form-label {
- width: 240rpx;
- font-size: 28rpx;
- line-height: 36rpx;
- color: gray;
- }
-
- .form-value {
- width: 510rpx;
- font-size: 28rpx;
-
- }
-
- .form-label::before {
- display: inline-block;
- margin-right: 6rpx;
- color: #ef473a;
- font-size: 28rpx;
- font-family: SimSun, sans-serif;
- line-height: 1;
- content: "*"
- }
|