| | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 96rpx); |
| | | box-sizing: border-box; |
| | | background: #fff; |
| | | } |
| | | |
| | | .t-tabs__track { |
| | |
| | | |
| | | .listBox .icon { |
| | | width: 150rpx; |
| | | height: 200rpx; |
| | | height: 210rpx; |
| | | box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08); |
| | | } |
| | | |
| | |
| | | padding-bottom: 10rpx; |
| | | } |
| | | |
| | | .item-title { |
| | | font-size: 28rpx; |
| | | color: #333; |
| | | } |
| | | |
| | | .name { |
| | | font-size: 26rpx; |
| | | color: #9D9D9D; |
| | |
| | | |
| | | .backBox .item-title { |
| | | font-size: 28rpx; |
| | | font-weight: bold; |
| | | line-height: 80rpx; |
| | | word-break: break-all; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 1; |
| | | -webkit-box-orient: vertical; |
| | | overflow: hidden; |
| | | font-weight: 600; |
| | | line-height: 48rpx; |
| | | padding-bottom: 10rpx; |
| | | color: #333; |
| | | } |
| | | |
| | | .backCon { |
| | | background: #FAFAFA; |
| | | border-radius: 5rpx; |
| | | padding: 10rpx 20rpx; |
| | | font-size: 28rpx; |
| | | font-size: 26rpx; |
| | | line-height: 60rpx; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .empyt { |
| | | background: #fff; |
| | | /* background: #fff; */ |
| | | padding: 200rpx 0; |
| | | } |
| | | |