index.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. page{
  2. background-color: #F7F7F7;
  3. padding-bottom: 240rpx;
  4. }
  5. .head{
  6. width: 750rpx;
  7. height: 756rpx;
  8. position: relative;
  9. margin-bottom: 32rpx;
  10. }
  11. .head-logo{
  12. position: absolute;
  13. top: 116rpx;
  14. left: 32rpx;
  15. width: 192rpx;
  16. height: 34rpx;
  17. }
  18. .head-ok{
  19. position: absolute;
  20. top: 108rpx;
  21. right: 32rpx;
  22. width: 98rpx;
  23. height: 50rpx;
  24. }
  25. .head-banner{
  26. position: absolute;
  27. top: 184rpx;
  28. left: 32rpx;
  29. width: 686rpx;
  30. height: 512rpx;
  31. }
  32. .head-banner-item{
  33. width: 686rpx;
  34. height: 512rpx;
  35. }
  36. .head-banner-item>image{
  37. width: 686rpx;
  38. height: 512rpx;
  39. }
  40. .list-item{
  41. position: relative;
  42. width: 686rpx;
  43. height: 144rpx;
  44. margin: 0 32rpx 16rpx 32rpx;
  45. background-color: rgb(104, 104, 48);
  46. }
  47. .list-item>text:nth-child(2){
  48. position: absolute;
  49. top: 28rpx;
  50. left: 32rpx;
  51. width: auto;
  52. height: 48rpx;
  53. font-size: 34rpx;
  54. font-family: PingFangSC-Medium, PingFang SC;
  55. font-weight: 500;
  56. color: #FFFFFF;
  57. line-height: 48rpx;
  58. }
  59. .list-item>text:nth-child(3){
  60. position: absolute;
  61. top: 84rpx;
  62. left: 32rpx;
  63. width: auto;
  64. height: 34rpx;
  65. font-size: 24rpx;
  66. font-family: PingFangSC-Medium, PingFang SC;
  67. font-weight: 400;
  68. color: #FFFFFF;
  69. line-height: 34rpx;
  70. }
  71. .list-item>image:nth-child(1){
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. width: 686rpx;
  76. height: 144rpx;
  77. }
  78. .banner-dots{
  79. position: absolute;
  80. top: 696rpx;
  81. left: 32rpx;
  82. width: 686rpx;
  83. height: 60rpx;
  84. display: flex;
  85. justify-content: center;
  86. align-items: center;
  87. }
  88. .banner-dots>text{
  89. width: 12rpx;
  90. height: 12rpx;
  91. border-radius: 50%;
  92. background: rgba(255,255,255,0.3);
  93. margin: 0 6rpx;
  94. }