milestone.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @import "../../pages/template/Fan.wxss";
  2. .container{
  3. background-color: #fff;
  4. color:#4D4D4D;
  5. }
  6. .panel1{
  7. width:710rpx;
  8. min-height:100rpx;
  9. background: #F2F2F2;
  10. border-radius: 20rpx;
  11. }
  12. .panelNull{
  13. width:100%;
  14. height:60rpx;
  15. }
  16. .line{
  17. width:6rpx;
  18. height:130rpx;
  19. background-color: #d2d2d2;
  20. }
  21. .circle{
  22. width:30rpx;
  23. height:30rpx;
  24. border-radius: 50%;
  25. background-color: #d2d2d2;
  26. }
  27. .panel11{
  28. margin-bottom: 60rpx;
  29. }
  30. .panel12{
  31. position: relative;
  32. width:100%;
  33. }
  34. .text1{
  35. font-family: Roboto-Black;
  36. font-size: 48rpx;
  37. text-align: center;
  38. margin-top: 20rpx;
  39. }
  40. .text2{
  41. font-family: Roboto-Black;
  42. font-size: 24rpx;
  43. text-align: center;
  44. margin-top: 10rpx;
  45. }
  46. .text3{
  47. border-radius: 27rpx;
  48. font-family: Roboto-Black;
  49. font-size: 28rpx;
  50. color: #FFFFFF;
  51. text-align: center;
  52. line-height:53rpx;
  53. padding: 0 20rpx 0 30rpx;
  54. }
  55. .arrow{
  56. width:12rpx;
  57. height:18rpx;
  58. margin: 0 10rpx;
  59. }
  60. .arrow2{
  61. width:16rpx;
  62. height:26rpx;
  63. margin: 0 10rpx;
  64. }
  65. .panel121{
  66. position: absolute;
  67. bottom:-50rpx;
  68. }
  69. .text4{
  70. font-family: Roboto-Black;
  71. font-size: 48rpx;
  72. }
  73. .fan{
  74. width:80rpx;
  75. height:80rpx;
  76. background-color: #f2f2f2;
  77. position: absolute;
  78. top:162rpx;
  79. left:336rpx;
  80. z-index: 10;
  81. text-align: center;
  82. line-height: 80rpx;
  83. font-size:20rpx;
  84. justify-self: center;
  85. }
  86. .text5{
  87. width:650rpx;
  88. font-size:22rpx;
  89. }
  90. .text6{
  91. width:650rpx;
  92. font-size:22rpx;
  93. margin: 10rpx 0 60rpx 0;
  94. }
  95. .line2{
  96. width:650rpx;
  97. height:1rpx;
  98. margin:40rpx 0 30rpx 0;
  99. background: #BCBCBC;
  100. }
  101. .panel2{
  102. margin:80rpx 0 92rpx 0;
  103. width: 100%;
  104. }
  105. .panel21{
  106. justify-content: flex-start;
  107. width: 100%;
  108. }
  109. .text7{
  110. font-size: 36rpx;
  111. color: #4D4D4D;
  112. margin-left: 30rpx;
  113. }
  114. .panel22{
  115. justify-content: flex-start;
  116. width: 730rpx;
  117. margin-top: 20rpx;
  118. flex-wrap: wrap;
  119. }
  120. .panelItem{
  121. background: #D2D2D2;
  122. border-radius: 20rpx;
  123. width:345rpx;
  124. height:210rpx;
  125. margin: 10rpx;
  126. }
  127. .text8{
  128. font-family: Roboto-Black;
  129. font-size: 48rpx;
  130. color: #FFFFFF;
  131. text-align: center;
  132. }
  133. .text9{
  134. font-family: Roboto-Black;
  135. font-size: 24rpx;
  136. color: #FFFFFF;
  137. text-align: center;
  138. }