myMission.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. .nr_box {
  2. width: 670rpx;
  3. height: 90vh;
  4. background-color: #fff;
  5. text-align: left;
  6. position: relative;
  7. }
  8. .title {
  9. margin-left: 245rpx;
  10. padding-top: 30rpx;
  11. font-size: 35rpx;
  12. font-weight: 900;
  13. margin-bottom: 30rpx;
  14. }
  15. .rzbj {
  16. width: 750rpx;
  17. height: 100vh;
  18. background-color: rgba(0, 0, 0, 0.4);
  19. position: fixed;
  20. top: 0;
  21. z-index: 99;
  22. }
  23. .rzbox {
  24. background-color: #fff;
  25. width: 600rpx;
  26. height: 320rpx;
  27. position: fixed;
  28. top: 400rpx;
  29. left: 75rpx;
  30. border-radius: 20rpx;
  31. }
  32. .tip {
  33. color: #333333;
  34. text-align: center;
  35. margin-top: 30rpx;
  36. font-weight: 900;
  37. }
  38. .tip1 {
  39. text-align: center;
  40. margin-top: 40rpx;
  41. font-weight: 900;
  42. font-size: 30rpx;
  43. color: #626367;
  44. }
  45. .sure_box {
  46. width: 350rpx;
  47. height: 60rpx;
  48. margin-left: 125rpx;
  49. margin-top: 50rpx;
  50. /* border: 1px solid red; */
  51. }
  52. .qx {
  53. border: 1px solid #eb3f33;
  54. width: 150rpx;
  55. height: 50rpx;
  56. text-align: center;
  57. border-radius: 10rpx;
  58. color: #eb3f33;
  59. float: left;
  60. line-height: 50rpx;
  61. }
  62. .sure {
  63. border: 1px solid #eb3f33;
  64. background-color: #eb3f33;
  65. width: 150rpx;
  66. height: 50rpx;
  67. text-align: center;
  68. border-radius: 10rpx;
  69. color: #fff;
  70. float: right;
  71. line-height: 50rpx;
  72. }
  73. .introuduce {
  74. background-color: #fff7e7;
  75. height: 70rpx;
  76. width: 693rpx;
  77. margin-top: 20rpx;
  78. margin-left: 28rpx;
  79. justify-content: space-around;
  80. display: flex;
  81. line-height: 70rpx;
  82. font-size: 25rpx;
  83. }
  84. .banjihz {
  85. width: 57rpx;
  86. height: 57rpx;
  87. margin-right: 30rpx;
  88. border-radius: 50%;
  89. }
  90. .zw {
  91. padding-left: 30rpx;
  92. padding-right: 30rpx;
  93. /* text-indent: 20rpx; */
  94. font-size: 26rpx;
  95. line-height: 40rpx;
  96. height: 60vh;
  97. /* border: 1px solid red; */
  98. overflow-y: auto;
  99. }
  100. .dl {
  101. text-indent: 56rpx;
  102. }
  103. .ewm {
  104. width: 300rpx;
  105. height: 300rpx;
  106. margin-left: 160rpx;
  107. }
  108. .ermname {
  109. margin-left: 50rpx;
  110. }
  111. .agree_text {
  112. color: #000;
  113. margin-left: 120rpx;
  114. font-size: 24rpx;
  115. }
  116. .agree_btn {
  117. text-align: center;
  118. /* border: 1px solid red; */
  119. width: 80%;
  120. margin-left: 10%;
  121. line-height: 80rpx;
  122. font-size: 28rpx;
  123. margin-top: 30rpx;
  124. border-radius: 30rpx;
  125. background-color: #eb3f33;
  126. color: #fff;
  127. }
  128. .thinking {
  129. color: #999999;
  130. text-align: center;
  131. font-size: 24rpx;
  132. margin-top: 30rpx;
  133. }
  134. .step {
  135. width: 690rpx;
  136. margin-left: 50rpx;
  137. position: relative;
  138. border-left: 3px solid #eb3f33;
  139. padding-bottom: 50rpx;
  140. }
  141. .finish_img {
  142. width: 53rpx;
  143. height: 53rpx;
  144. position: absolute;
  145. top: 0;
  146. left: -30rpx;
  147. }
  148. .ewm_icon {
  149. width: 33rpx;
  150. height: 32rpx;
  151. }
  152. .ewmbj {
  153. width: 641rpx;
  154. height: 931rpx;
  155. }
  156. .ewm_close {
  157. width: 30rpx;
  158. height: 30rpx;
  159. position: absolute;
  160. top: 30rpx;
  161. right: 30rpx;
  162. }
  163. .bjewm {
  164. width: 363rpx;
  165. height: 360rpx;
  166. position: absolute;
  167. top: 340rpx;
  168. left: 140rpx;
  169. }
  170. .bjq_text {
  171. font-size: 30rpx;
  172. font-weight: 900;
  173. position: absolute;
  174. top: 130rpx;
  175. left: 200rpx;
  176. padding-right: 40rpx
  177. }
  178. .sm_text {
  179. font-size: 28rpx;
  180. color: #999999;
  181. font-weight: 900;
  182. position: absolute;
  183. top: 80rpx;
  184. left: 200rpx;
  185. }
  186. .save_btn {
  187. width: 400rpx;
  188. height: 80rpx;
  189. font-size: 28rpx;
  190. color: #fff;
  191. position: absolute;
  192. bottom: 80rpx;
  193. left: 120rpx;
  194. background-color: #eb3f33;
  195. text-align: center;
  196. line-height: 80rpx;
  197. border-radius: 50rpx;
  198. }
  199. .unloadewm_text {
  200. font-size: 30rpx;
  201. font-weight: 900;
  202. position: absolute;
  203. top: 390rpx;
  204. left: 110rpx;
  205. }
  206. .whitebj {
  207. height: 70rpx;
  208. width: 605rpx;
  209. background-color: #fff;
  210. box-shadow: #f2f2f2 0px 0px 15rpx;
  211. float: right;
  212. margin-right: 30rpx;
  213. }
  214. .join_classtext {
  215. font-size: 28rpx;
  216. margin-left: 20rpx;
  217. line-height: 70rpx;
  218. font-weight: 900;
  219. float: left;
  220. }
  221. .ewm_icon {
  222. margin-left: 20rpx;
  223. float: left;
  224. margin-top: 20rpx;
  225. }
  226. .join_btn {
  227. border: 1px solid #da2c15;
  228. border-radius: 20rpx;
  229. height: 45rpx;
  230. color: #da2c15;
  231. padding: 0 10rpx 0 10rpx;
  232. float: right;
  233. font-size: 28rpx;
  234. font-weight: 900;
  235. line-height: 45rpx;
  236. margin-top: 10rpx;
  237. }
  238. .layout {
  239. width: 610rpx;
  240. margin-left: 50rpx;
  241. position: relative;
  242. height: 74rpx;
  243. }
  244. .bgimg1 {
  245. width: 610rpx;
  246. height: 74rpx;
  247. border-radius: 10rpx;
  248. }
  249. .layout_text1 {
  250. position: absolute;
  251. color: #fff;
  252. font-size: 30rpx;
  253. font-weight: 900;
  254. top: 20rpx;
  255. left: 50rpx;
  256. }
  257. .layout_text2 {
  258. position: absolute;
  259. color: #df7e33;
  260. font-size: 25rpx;
  261. line-height: 40rpx;
  262. font-weight: 900;
  263. top: 20rpx;
  264. right: 50rpx;
  265. background-color: #fff;
  266. text-align: center;
  267. width: 140rpx;
  268. border-radius: 20rpx;
  269. height: 40rpx;
  270. }
  271. .sp_bigbox {
  272. width: 620rpx;
  273. height: 590rpx;
  274. overflow-y: auto;
  275. margin-left: 50rpx;
  276. overflow-y: auto;
  277. overflow-x: hidden;
  278. background-color: #fff;
  279. box-shadow: #f2f2f2 0px 0px 15rpx;
  280. }
  281. .sp_bigbox::-webkit-scrollbar {
  282. background-color: #e5e5e5;
  283. width: 8rpx;
  284. }
  285. .sp_bigbox::-webkit-scrollbar-track {
  286. opacity: 0;
  287. transition: opacity 0.12s ease-out;
  288. -webkit-border-radius: 10rpx;
  289. -moz-border-radius: 10rpx;
  290. border-radius: 10rpx;
  291. }
  292. .sp_bigbox::-webkit-scrollbar-thumb {
  293. background-color: #eb3f33;
  294. transition: background-color 0.3s;
  295. -webkit-border-radius: 10rpx;
  296. -moz-border-radius: 10rpx;
  297. border-radius: 10rpx;
  298. }
  299. .sp {
  300. width: 580rpx;
  301. margin-left: 20rpx;
  302. height: 180rpx;
  303. margin-top: 20rpx;
  304. margin-bottom: 20rpx;
  305. position: relative;
  306. /* border: 1px solid red; */
  307. box-shadow: #f2f2f2 0px 0px 15rpx;
  308. }
  309. .isfinish {
  310. width: 163rpx;
  311. height: 36rpx;
  312. position: absolute;
  313. top: 0;
  314. right: 0rpx;
  315. }
  316. .dbimg {
  317. width: 144rpx;
  318. height: 35rpx;
  319. margin-right: 20rpx;
  320. margin-top: 40rpx;
  321. }
  322. .name {
  323. font-size: 25rpx;
  324. margin-top: 15rpx;
  325. white-space: nowrap;
  326. overflow: hidden;
  327. text-overflow: ellipsis;
  328. }
  329. .sp_text {
  330. width: 580rpx;
  331. height: 100%;
  332. float: left;
  333. margin-left: 10rpx;
  334. }
  335. .an {
  336. width: 144rpx;
  337. height: 35rpx;
  338. margin-right: 20rpx;
  339. margin-top: 15rpx;
  340. }
  341. .fisrt_set {
  342. display: flex;
  343. flex-direction: row;
  344. align-items: center;
  345. justify-content: left;
  346. }
  347. .start_text {
  348. font-size: 25rpx;
  349. color: #999999;
  350. margin-top: 35rpx;
  351. }
  352. .time {
  353. color: #eb3f33;
  354. }
  355. .lq_btn {
  356. width: 500rpx;
  357. height: 77rpx;
  358. line-height: 77rpx;
  359. margin-left: 95rpx;
  360. border-radius: 40rpx;
  361. font-size: 29rpx;
  362. font-weight: 600;
  363. color: #fff;
  364. background: -webkit-linear-gradient(left, #d7301d, #f99c30);
  365. box-shadow: 5px 5px 5px #eea390;
  366. margin-bottom: 0rpx;
  367. text-align: center;
  368. }
  369. .layout_text3 {
  370. position: absolute;
  371. color: #3a7dcd;
  372. font-size: 25rpx;
  373. line-height: 40rpx;
  374. font-weight: 900;
  375. top: 20rpx;
  376. right: 50rpx;
  377. background-color: #fff;
  378. text-align: center;
  379. width: 140rpx;
  380. border-radius: 20rpx;
  381. height: 40rpx;
  382. }
  383. .zsbj {
  384. width: 600rpx;
  385. height: 830rpx;
  386. border-radius: 20rpx;
  387. }
  388. .byzc {
  389. width: 480rpx;
  390. font-size: 30rpx;
  391. color: #000;
  392. font-weight: 900;
  393. position: absolute;
  394. top: 260rpx;
  395. left: 60rpx;
  396. text-indent: 60rpx;
  397. letter-spacing: 5rpx;
  398. line-height: 70rpx;
  399. }
  400. .zsdw_text {
  401. width: 500rpx;
  402. /* border: 1px solid red; */
  403. font-size: 30rpx;
  404. color: #000;
  405. font-weight: 900;
  406. position: absolute;
  407. top: 680rpx;
  408. left: 80rpx;
  409. /* text-indent: 60rpx; */
  410. /* letter-spacing: 5rpx; */
  411. /* line-height: 70rpx; */
  412. }
  413. .zscloseimg {
  414. position: absolute;
  415. top: 900rpx;
  416. left: 300rpx;
  417. width: 40rpx;
  418. height: 40rpx;
  419. border: 1px solid red;
  420. }
  421. .pz {
  422. font-size: 24rpx;
  423. color: #999999;
  424. margin-bottom: 50rpx;
  425. margin-top: 10rpx;
  426. margin-left: 170rpx;
  427. }
  428. .tip-desc{
  429. text-align: center;
  430. }
  431. .identify_btn{
  432. width: 320rpx;
  433. padding: 16rpx 10rpx;
  434. box-sizing: border-box;
  435. margin: 20rpx auto;
  436. text-align: center;
  437. color: #fff;
  438. border-radius: 10rpx;
  439. letter-spacing: 2px;
  440. background: linear-gradient(to right, #4bb0ff, #6149f6);
  441. }