myMission.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. .step {
  2. width: 690rpx;
  3. margin-left: 50rpx;
  4. position: relative;
  5. border-left: 3px solid #eb3f33;
  6. padding-bottom: 50rpx;
  7. }
  8. .finish_img {
  9. width: 53rpx;
  10. height: 53rpx;
  11. position: absolute;
  12. top: 0;
  13. left: -30rpx;
  14. }
  15. .ewm_icon {
  16. width: 33rpx;
  17. height: 32rpx;
  18. }
  19. .ewmbj {
  20. width: 641rpx;
  21. height: 931rpx;
  22. }
  23. .ewm_close {
  24. width: 30rpx;
  25. height: 30rpx;
  26. position: absolute;
  27. top: 30rpx;
  28. right: 30rpx;
  29. }
  30. .bjewm {
  31. width: 363rpx;
  32. height: 360rpx;
  33. position: absolute;
  34. top: 340rpx;
  35. left: 140rpx;
  36. }
  37. .bjq_text {
  38. font-size: 30rpx;
  39. font-weight: 900;
  40. position: absolute;
  41. top: 90rpx;
  42. left: 200rpx;
  43. }
  44. .sm_text {
  45. font-size: 28rpx;
  46. color: #999999;
  47. /* font-weight: 900; */
  48. position: absolute;
  49. top: 140rpx;
  50. left: 200rpx;
  51. }
  52. .save_btn {
  53. width: 400rpx;
  54. height: 80rpx;
  55. font-size: 28rpx;
  56. color: #fff;
  57. /* font-weight: 900; */
  58. position: absolute;
  59. bottom: 80rpx;
  60. left: 120rpx;
  61. background-color: #eb3f33;
  62. text-align: center;
  63. line-height: 80rpx;
  64. border-radius: 50rpx;
  65. }
  66. .unloadewm_text {
  67. font-size: 30rpx;
  68. font-weight: 900;
  69. position: absolute;
  70. top: 390rpx;
  71. left: 110rpx;
  72. }
  73. .whitebj {
  74. height: 70rpx;
  75. width: 605rpx;
  76. background-color: #fff;
  77. /* border: 1px solid red; */
  78. box-shadow: #f2f2f2 0px 0px 15rpx;
  79. float: right;
  80. margin-right: 30rpx;
  81. }
  82. .join_classtext {
  83. font-size: 28rpx;
  84. margin-left: 20rpx;
  85. line-height: 70rpx;
  86. font-weight: 900;
  87. float: left;
  88. }
  89. .ewm_icon {
  90. margin-left: 20rpx;
  91. float: left;
  92. margin-top: 20rpx;
  93. }
  94. .join_btn {
  95. border: 1px solid #da2c15;
  96. border-radius: 20rpx;
  97. height: 45rpx;
  98. color: #da2c15;
  99. padding: 0 10rpx 0 10rpx;
  100. float: right;
  101. font-size: 28rpx;
  102. font-weight: 900;
  103. line-height: 45rpx;
  104. margin-top: 10rpx;
  105. }
  106. .layout {
  107. width: 610rpx;
  108. margin-left: 50rpx;
  109. /* margin-left: 28rpx; */
  110. position: relative;
  111. /* border: 1px solid red; */
  112. height: 74rpx;
  113. }
  114. .bgimg1 {
  115. width: 610rpx;
  116. height: 74rpx;
  117. border-radius: 10rpx;
  118. }
  119. .layout_text1 {
  120. position: absolute;
  121. color: #fff;
  122. font-size: 30rpx;
  123. font-weight: 900;
  124. top: 20rpx;
  125. left: 50rpx;
  126. }
  127. .layout_text2 {
  128. position: absolute;
  129. color: #df7e33;
  130. font-size: 25rpx;
  131. line-height: 40rpx;
  132. font-weight: 900;
  133. top: 20rpx;
  134. right: 50rpx;
  135. background-color: #fff;
  136. text-align: center;
  137. width: 140rpx;
  138. border-radius: 20rpx;
  139. height: 40rpx;
  140. }
  141. .sp_bigbox {
  142. width: 620rpx;
  143. height: 550rpx;
  144. margin-left: 50rpx;
  145. overflow-y: auto;
  146. overflow-x: hidden;
  147. background-color: #fff;
  148. box-shadow: #f2f2f2 0px 0px 15rpx;
  149. }
  150. .sp_bigbox::-webkit-scrollbar {
  151. background-color: #e5e5e5;
  152. width: 8rpx;
  153. }
  154. .sp_bigbox::-webkit-scrollbar-track {
  155. opacity: 0;
  156. transition: opacity 0.12s ease-out;
  157. -webkit-border-radius: 10rpx;
  158. -moz-border-radius: 10rpx;
  159. border-radius: 10rpx;
  160. }
  161. .sp_bigbox::-webkit-scrollbar-thumb {
  162. background-color: #eb3f33;
  163. transition: background-color 0.3s;
  164. -webkit-border-radius: 10rpx;
  165. -moz-border-radius: 10rpx;
  166. border-radius: 10rpx;
  167. }
  168. .sp {
  169. width: 580rpx;
  170. margin-left: 20rpx;
  171. height: 158rpx;
  172. margin-top: 20rpx;
  173. position: relative;
  174. /* border: 1px solid red; */
  175. box-shadow: #f2f2f2 0px 0px 15rpx;
  176. }
  177. .isfinish {
  178. width: 163rpx;
  179. height: 36rpx;
  180. position: absolute;
  181. top: 0;
  182. right: 0rpx;
  183. }
  184. .dbimg {
  185. width: 144rpx;
  186. height: 35rpx;
  187. margin-right: 20rpx;
  188. margin-top: 30rpx;
  189. }
  190. .name {
  191. font-size: 25rpx;
  192. margin-top: 30rpx;
  193. }
  194. .sp_text {
  195. width: 620rpx;
  196. height: 100%;
  197. float: left;
  198. margin-left: 10rpx;
  199. }
  200. .an {
  201. width: 144rpx;
  202. height: 35rpx;
  203. margin-right: 20rpx;
  204. margin-top: 15rpx;
  205. }
  206. .fisrt_set {
  207. display: flex;
  208. flex-direction: row;
  209. align-items: center;
  210. justify-content: left;
  211. }
  212. .start_text {
  213. font-size: 25rpx;
  214. color: #999999;
  215. margin-top: 15rpx;
  216. }
  217. .time {
  218. color: #eb3f33;
  219. }
  220. .lq_btn {
  221. width: 500rpx;
  222. height: 77rpx;
  223. line-height: 77rpx;
  224. margin-left: 95rpx;
  225. border-radius: 40rpx;
  226. font-size: 29rpx;
  227. font-weight: 600;
  228. color: #fff;
  229. background: -webkit-linear-gradient(left, #d7301d, #f99c30);
  230. box-shadow: 5px 5px 5px #eea390;
  231. margin-bottom: 0rpx;
  232. text-align: center;
  233. }
  234. .layout_text3 {
  235. position: absolute;
  236. color: #3a7dcd;
  237. font-size: 25rpx;
  238. line-height: 40rpx;
  239. font-weight: 900;
  240. top: 20rpx;
  241. right: 50rpx;
  242. background-color: #fff;
  243. text-align: center;
  244. width: 140rpx;
  245. border-radius: 20rpx;
  246. height: 40rpx;
  247. }
  248. .zsbj {
  249. width: 657rpx;
  250. height: 891rpx;
  251. }
  252. .byzc {
  253. width: 400rpx;
  254. /* border: 1px solid red; */
  255. font-size: 30rpx;
  256. color: #000;
  257. font-weight: 900;
  258. position: absolute;
  259. top: 340rpx;
  260. left: 130rpx;
  261. text-indent: 60rpx;
  262. letter-spacing: 5rpx;
  263. line-height: 70rpx;
  264. }
  265. .zsdw_text {
  266. width: 500rpx;
  267. /* border: 1px solid red; */
  268. font-size: 30rpx;
  269. color: #000;
  270. font-weight: 900;
  271. position: absolute;
  272. top: 680rpx;
  273. left: 80rpx;
  274. /* text-indent: 60rpx; */
  275. /* letter-spacing: 5rpx; */
  276. /* line-height: 70rpx; */
  277. }
  278. .zscloseimg {
  279. position: absolute;
  280. top: 900rpx;
  281. left: 300rpx;
  282. width: 40rpx;
  283. height: 40rpx;
  284. border: 1px solid red;
  285. }