training.wxss 343 B

123456789101112131415161718192021222324252627
  1. /* pages/training/training.wxss */
  2. page {
  3. background-color: #EDF1F4;
  4. }
  5. .list-box {
  6. width: 686rpx;
  7. margin: auto;
  8. }
  9. .item-text {
  10. width: 363rpx;
  11. line-height: 48rpx;
  12. }
  13. .learn-text {
  14. color: #1677FF;
  15. }
  16. .item-img {
  17. width: 200rpx;
  18. height: 150rpx;
  19. opacity: 1;
  20. background-color: #1677FF;
  21. }
  22. .each-item {
  23. background-color: #FFF;
  24. }