| 1234567891011121314151617181920212223242526272829303132 |
- .uni-table-tr[data-v-c2c83a8e] {
- margin-top: 18rpx;
- display: table-row;
- transition: all 0.3s;
- box-sizing: border-box;
- height: 103rpx;
- opacity: 1;
- background: rgba(242, 246, 250, 1);
- }
- .uni-table-th[data-v-511e81f9] {
- padding: 12px 10px;
- display: table-cell;
- box-sizing: border-box;
- font-size: 24rpx;
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- border-bottom: 1px #ebeef5 solid;
- }
- .uni-table-td[data-v-321f8e79] {
- display: table-cell;
- padding: 8px 10px;
- border-bottom: 1px #EBEEF5 solid;
- font-size: 24rpx;
- -webkit-transform: scale(0.6);
- transform: scale(0.6);
- font-weight: 500;
- color: rgba(0, 0, 0, 1);
- line-height: 23px;
- box-sizing: border-box;
- }
|