| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .sj_yc{background: #ffffff; padding: 20rpx 20rpx;}
- .sj_yc_item>view{ display: flex; justify-content: space-between; align-items: stretch;}
- .sj_yc_item>view>view{ width: 100%; padding: 10rpx;}
- .sj_yc_tr1,.sj_yc_tr3{ background: #F8F8F8; font-size: 24rpx; color: #333333;}
- .sj_yc_tr2,.sj_yc_tr4{ font-size: 18rpx; color: #333333; padding: 10rpx 0;}
- .sj_yc_tr1>view:nth-child(1),
- .sj_yc_tr2>view:nth-child(1),
- .sj_yc_tr3>view:nth-child(1),
- .sj_yc_tr4>view:nth-child(1){text-align: left;}
- .sj_yc_tr1>view:nth-child(2),
- .sj_yc_tr2>view:nth-child(2){text-align: center;}
- .sj_yc_tr3>view:nth-child(2),
- .sj_yc_tr4>view:nth-child(2){text-align: right;}
- .sj_yc_tr1>view:nth-child(3),
- .sj_yc_tr2>view:nth-child(3){text-align: right;}
- .no_data {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- text-align: center;
- background: #ffffff;
- border-radius: 16rpx;
- }
- .no_data cover-image {
- width: 442rpx;
- height: 194rpx;
- flex: none;
- }
- .no_data image {
- width: 50%;
- height: 50%;
- flex: none;
- }
- .no_data_txt {
- font-size: 22rpx;
- line-height: 36rpx;
- flex: none;
- padding-top: 10rpx;
- color: #999999;
- }
|