Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

217 řádky
3.5 KiB

  1. .title{
  2. text-align: center;
  3. font-size: 38rpx;
  4. font-weight: 600;
  5. height: 120rpx;
  6. line-height: 120rpx;
  7. }
  8. .typeBox1{
  9. width: 80%;
  10. margin: 0 auto 40rpx auto;
  11. overflow: hidden;
  12. /* border-left: 1rpx rgb(124, 124, 124) solid;
  13. border-right: 1rpx rgb(124, 124, 124) solid;
  14. border-bottom: 1rpx rgb(124, 124, 124) solid; */
  15. height: 380rpx;
  16. }
  17. .h1{
  18. text-align: center;
  19. color: #fff;
  20. font-size: 36rpx;
  21. height: 80rpx;
  22. line-height: 80rpx;
  23. background-color: #52A0FD;
  24. border-radius: 20rpx 20rpx 0 0 ;
  25. }
  26. .contBox{
  27. height: 290rpx;
  28. border-left: 1rpx rgb(124, 124, 124) solid;
  29. border-right: 1rpx rgb(124, 124, 124) solid;
  30. border-bottom: 1rpx rgb(124, 124, 124) solid;
  31. border-radius: 0 0 20rpx 20rpx;
  32. overflow: hidden;
  33. }
  34. .contText{
  35. width: 80%;
  36. margin: 40rpx auto;
  37. font-size: 32rpx;
  38. }
  39. .go{
  40. width: 240rpx;
  41. height: 80rpx;
  42. background-color: #52A0FD;
  43. text-align: center;
  44. line-height: 80rpx;
  45. color: #fff;
  46. border-radius: 12rpx;
  47. margin: 0 auto;
  48. font-size: 32rpx;
  49. }
  50. .itemBox{
  51. margin: 40rpx auto;
  52. width: 80%;
  53. }
  54. .titleBox{
  55. height: 80rpx;
  56. line-height: 80rpx;
  57. color: #fff;
  58. background-color: #52A0FD;
  59. border-radius: 20rpx 20rpx 0 0;
  60. position: relative;
  61. }
  62. .title_1{
  63. text-align: center;
  64. font-size: 36rpx;
  65. font-weight: 600;
  66. }
  67. .cut{
  68. position: absolute;
  69. top: 0;
  70. right: 10rpx;
  71. font-size: 28rpx;
  72. }
  73. .flagText{
  74. position: absolute;
  75. top: 0;
  76. left: 10rpx;
  77. font-size: 28rpx;
  78. }
  79. .cntBox{
  80. height: 200rpx;
  81. border-left: 1rpx rgb(124, 124, 124) solid;
  82. border-right: 1rpx rgb(124, 124, 124) solid;
  83. }
  84. .cntBox_5{
  85. height: 340rpx;
  86. border-left: 1rpx rgb(124, 124, 124) solid;
  87. border-right: 1rpx rgb(124, 124, 124) solid;
  88. }
  89. .statusBox{
  90. height: 60rpx;
  91. line-height: 60rpx;
  92. text-align: center;
  93. color: #fff;
  94. background-color: #34b458;
  95. border-radius: 0 0 20rpx 20rpx;
  96. }
  97. .statusBoxH{
  98. height: 60rpx;
  99. line-height: 60rpx;
  100. text-align: center;
  101. color: #fff;
  102. background-color: rgb(0, 0, 0,.3);
  103. border-radius: 0 0 20rpx 20rpx;
  104. }
  105. .num{
  106. float: left;
  107. margin-left: 40rpx;
  108. /* margin-top: 10rpx; */
  109. font-size: 140rpx;
  110. color: #34b458;
  111. }
  112. .num_5{
  113. float: left;
  114. margin-left: 40rpx;
  115. font-size: 140rpx;
  116. color: #34b458;
  117. height: 340rpx;
  118. line-height: 340rpx;
  119. }
  120. .numH_5{
  121. float: left;
  122. margin-left: 40rpx;
  123. /* margin-top: 10rpx; */
  124. font-size: 140rpx;
  125. color: rgb(0, 0, 0,.3);
  126. height: 340rpx;
  127. line-height: 340rpx;
  128. }
  129. .numH{
  130. float: left;
  131. margin-left: 40rpx;
  132. /* margin-top: 10rpx; */
  133. font-size: 140rpx;
  134. color: rgb(0, 0, 0,.3);
  135. }
  136. .cont{
  137. margin-top: 50rpx;
  138. margin-left: 20rpx;
  139. font-size: 32rpx;
  140. width: 400rpx;
  141. float: left;
  142. }
  143. .go_1{
  144. float: left;
  145. width: 50rpx;
  146. height: 50rpx;
  147. margin-top: 80rpx;
  148. }
  149. .go_5{
  150. float: left;
  151. width: 50rpx;
  152. height: 50rpx;
  153. margin-top: 160rpx;
  154. }
  155. .submit{
  156. margin:40rpx auto 0 auto;
  157. height: 100rpx;
  158. line-height: 100rpx;
  159. text-align: center;
  160. color: #fff;
  161. background-color: #52A0FD;
  162. }
  163. .submitHi{
  164. margin:40rpx auto 0 auto;
  165. height: 100rpx;
  166. text-align: center;
  167. line-height: 100rpx;
  168. /* color: #fff; */
  169. background-color: #ccc;
  170. }
  171. .btnBox{
  172. margin:40rpx auto 0 auto;
  173. overflow: hidden;
  174. width: 100%;
  175. height: 100rpx;
  176. }
  177. .save{
  178. width: 50%;
  179. height: 100rpx;
  180. line-height: 100rpx;
  181. text-align: center;
  182. color: #fff;
  183. float: left;
  184. background-color: #34b458;
  185. }
  186. .savehi{
  187. width: 50%;
  188. height: 100rpx;
  189. line-height: 100rpx;
  190. text-align: center;
  191. /* color: #fff; */
  192. float: left;
  193. background-color: #ccc;
  194. }
  195. .next{
  196. width: 50%;
  197. height: 100rpx;
  198. line-height: 100rpx;
  199. text-align: center;
  200. background-color: #52A0FD;
  201. float: left;
  202. color: #fff;
  203. }