123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .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: 1.4rem;
- min-height: 1.4rem;
- overflow: hidden;
- text-overflow: clip;
- white-space: nowrap;
- }
-
-
- .form {
- font-size: 28rpx;
- }
-
- .form-label {
- width: 300rpx;
- font-size: 28rpx;
- line-height: 36rpx;
- color: gray;
- }
-
- .form-value {
- width: 450rpx;
- 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: "*"
- }
|