milestone.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @import "../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:4rpx;
  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. width: 218rpx;
  54. }
  55. .arrow{
  56. width:12rpx;
  57. height:18rpx;
  58. margin: 0 10rpx;
  59. }
  60. .panel121{
  61. position: absolute;
  62. bottom:-50rpx;
  63. }
  64. .text4{
  65. font-family: Roboto-Black;
  66. font-size: 48rpx;
  67. }
  68. .fan{
  69. width:80rpx;
  70. height:80rpx;
  71. background-color: #f2f2f2;
  72. position: absolute;
  73. top:162rpx;
  74. left:336rpx;
  75. z-index: 10;
  76. text-align: center;
  77. line-height: 80rpx;
  78. font-size:20rpx;
  79. justify-self: center;
  80. }
  81. .text5{
  82. width:690rpx;
  83. font-size:22rpx;
  84. margin-top: 30rpx;
  85. }
  86. .text6{
  87. width:690rpx;
  88. font-size:22rpx;
  89. margin: 10rpx 0 30rpx 0;
  90. }
  91. .line2{
  92. width:690rpx;
  93. height:1rpx;
  94. background: #BCBCBC;
  95. }
  96. .panel2{
  97. margin:60rpx 0 92rpx 0;
  98. width: 100%;
  99. }
  100. .panel21{
  101. justify-content: flex-start;
  102. width: 100%;
  103. }
  104. .text7{
  105. font-size: 36rpx;
  106. color: #4D4D4D;
  107. margin-left: 30rpx;
  108. }
  109. .panel22{
  110. justify-content: flex-start;
  111. width: 730rpx;
  112. margin-top: 20rpx;
  113. flex-wrap: wrap;
  114. }
  115. .panelItem{
  116. background: #D2D2D2;
  117. border-radius: 20rpx;
  118. width:345rpx;
  119. height:210rpx;
  120. margin: 10rpx;
  121. }
  122. .text8{
  123. font-family: Roboto-Black;
  124. font-size: 48rpx;
  125. color: #FFFFFF;
  126. text-align: center;
  127. }
  128. .text9{
  129. font-family: Roboto-Black;
  130. font-size: 24rpx;
  131. color: #FFFFFF;
  132. text-align: center;
  133. }