show.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .item-iamge .image{
  2. width: 749rpx;
  3. height: 360rpx;
  4. }
  5. .item-title{
  6. margin-top: 39rpx;
  7. margin-left: 30rpx;
  8. width: 400rpx;
  9. display: -webkit-box;
  10. display: -webkit-flex;
  11. display: flex;
  12. -webkit-box-orient: horizontal;
  13. -webkit-box-direction: normal;
  14. -webkit-flex-direction: row;
  15. flex-direction: row;
  16. }
  17. .item-title-line{
  18. height: 32rpx;
  19. width: 10rpx;
  20. background-color: #3FB0FF;
  21. }
  22. .item-title-font{
  23. font-size: 32rpx;
  24. color: #333333;
  25. margin-left: 15rpx;
  26. font-weight: 700;
  27. margin-top: -5rpx;
  28. }
  29. .item-list{
  30. width: 590rpx;
  31. margin-top: 40rpx;
  32. margin-left: 80rpx;
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: flex;
  36. -webkit-box-orient: horizontal;
  37. -webkit-box-direction: normal;
  38. -webkit-flex-direction: row;
  39. flex-direction: row;
  40. -webkit-box-pack: justify;
  41. -webkit-justify-content: space-between;
  42. justify-content: space-between;
  43. }
  44. .item-list-one{
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. -webkit-box-orient: vertical;
  49. -webkit-box-direction: normal;
  50. -webkit-flex-direction: column;
  51. flex-direction: column;
  52. -webkit-box-align: center;
  53. -webkit-align-items: center;
  54. align-items: center;
  55. }
  56. .img-btn{
  57. width: 90rpx;
  58. height: 90rpx;
  59. }
  60. .list-txt{
  61. margin-top: 29rpx;
  62. font-size: 30rpx;
  63. color: #333333;
  64. }