| 123456789101112131415161718192021222324252627 |
- /* pages/training/training.wxss */
- page {
- background-color: #EDF1F4;
- }
- .list-box {
- width: 686rpx;
- margin: auto;
- }
- .item-text {
- width: 363rpx;
- line-height: 48rpx;
- }
- .learn-text {
- color: #1677FF;
- }
- .item-img {
- width: 200rpx;
- height: 150rpx;
- opacity: 1;
- background-color: #1677FF;
- }
- .each-item {
- background-color: #FFF;
- }
|