123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .lable-title {
- font-size: 28rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- color: #1a1a1a;
- padding: 30rpx $pages-padding 11rpx;
- border-bottom: 1px solid #e6e6e6;
- }
- .table-box{
- ::v-deep .uni-table-tr{
- width: 100%;
- word-break: break-all;
- white-space: pre-wrap;
- display: flex;
- .uni-table-th , .uni-table-td{
- border: none;
- flex-shrink: 0;
- padding-left: 20rpx;
- padding-right: 20rpx;
- &:last-child{
- padding-right: 0;
- }
- &:first-child{
- padding-left: 0;
- }
- }
- .uni-table-th{
- padding-top: 30rpx;
- padding-bottom: 28rpx;
- font-size: 24rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #999999;
- line-height: 33rpx;
- }
- .uni-table-td{
- padding-top: 20rpx;
- padding-bottom: 20rpx;
-
- font-size: 26rpx;
- font-family: PingFang SC, PingFang SC-Bold;
- font-weight: 700;
- text-align: left;
- color: #1a1a1a;
- line-height: 1.2;
- &:last-child,&:first-child{
- padding-right: 0;
- padding-left: 0;
- }
- }
-
-
- }
-
-
- }
|