myClass.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  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. /* .cloudimg{
  112. width: 733rpx;
  113. height: 220rpx;
  114. border: 1px solid red;
  115. } */
  116. .layout {
  117. width: 693rpx;
  118. margin-left: 28rpx;
  119. position: relative;
  120. }
  121. .notice {
  122. background-color: rgba(255, 247, 231);
  123. color: rgba(233, 109, 21);
  124. font-size: 25rpx;
  125. border-radius: 10rpx;
  126. padding: 20rpx;
  127. width: 670rpx;
  128. margin-left: 20rpx;
  129. }
  130. .ding {
  131. width: 24rpx;
  132. height: 29rpx;
  133. }
  134. .bgimg1 {
  135. width: 693rpx;
  136. height: 74rpx;
  137. /* float: left; */
  138. }
  139. .layout_text1 {
  140. position: absolute;
  141. color: #fff;
  142. font-size: 30rpx;
  143. font-weight: 900;
  144. top: 20rpx;
  145. left: 50rpx;
  146. }
  147. .layout_text2 {
  148. position: absolute;
  149. color: #df7e33;
  150. font-size: 25rpx;
  151. line-height: 40rpx;
  152. font-weight: 900;
  153. top: 20rpx;
  154. right: 50rpx;
  155. background-color: #fff;
  156. text-align: center;
  157. width: 140rpx;
  158. border-radius: 20rpx;
  159. height: 40rpx;
  160. }
  161. .layout_text3 {
  162. position: absolute;
  163. color: #3a7dcd;
  164. font-size: 25rpx;
  165. line-height: 40rpx;
  166. font-weight: 900;
  167. top: 20rpx;
  168. right: 50rpx;
  169. background-color: #fff;
  170. text-align: center;
  171. width: 140rpx;
  172. border-radius: 20rpx;
  173. height: 40rpx;
  174. }
  175. .bg {
  176. margin-top: 10rpx;
  177. }
  178. .sp {
  179. width: 680rpx;
  180. margin-left: 35rpx;
  181. /* border: 1px solid red; */
  182. height: 200rpx;
  183. margin-top: 20rpx;
  184. position: relative;
  185. margin-bottom: 20rpx;
  186. background-color: #fff;
  187. box-shadow: rgba(0, 0, 0, .3) 0px 0px 10rpx;
  188. border-radius: 5rpx;
  189. }
  190. .hiddenmore .none {
  191. display: none !important;
  192. }
  193. .spfm {
  194. width: 128rpx;
  195. height: 128rpx;
  196. float: left;
  197. margin-top: 35rpx;
  198. margin-left: 20rpx;
  199. border-radius: 10rpx;
  200. }
  201. .isfinish {
  202. width: 163rpx;
  203. height: 36rpx;
  204. position: absolute;
  205. top: 0;
  206. right: 0;
  207. }
  208. .sp_text {
  209. width: 520rpx;
  210. height: 100%;
  211. /* border: 1px solid red; */
  212. float: right;
  213. /* margin-left: rpx; */
  214. }
  215. .dbimg {
  216. width: 144rpx;
  217. height: 35rpx;
  218. /* margin-top: 10rpx; */
  219. /* margin-left: 10rpx; */
  220. margin-right: 20rpx;
  221. margin-top: 40rpx;
  222. border-radius: 5rpx;
  223. }
  224. .an {
  225. width: 146rpx;
  226. height: 36rpx;
  227. margin-right: 20rpx;
  228. margin-top: 15rpx;
  229. }
  230. .fisrt_set {
  231. display: flex;
  232. flex-direction: row;
  233. align-items: center;
  234. justify-content: left;
  235. }
  236. .name {
  237. font-size: 25rpx;
  238. margin-top: 15rpx;
  239. white-space: nowrap;
  240. overflow: hidden;
  241. text-overflow: ellipsis;
  242. }
  243. .start_text {
  244. font-size: 23rpx;
  245. color: #999999;
  246. margin-top: 35rpx;
  247. }
  248. .time {
  249. color: #eb3f33;
  250. }
  251. .openall {
  252. width: 100%;
  253. text-align: center;
  254. color: #999999;
  255. font-size: 25rpx;
  256. margin-top: 20rpx;
  257. }
  258. .openallimg {
  259. width: 21rpx;
  260. height: 20rpx;
  261. }
  262. .qy_title {
  263. width: 670rpx;
  264. margin-left: 40rpx;
  265. font-size: 27rpx;
  266. display: flex;
  267. /* border: 1px solid red; */
  268. display: block;
  269. margin-top: 30rpx;
  270. font-weight: 900;
  271. }
  272. .redk {
  273. height: 33rpx;
  274. width: 8rpx;
  275. background-color: #eb3f33;
  276. border-radius: 5rpx;
  277. margin-right: 10rpx;
  278. float: left;
  279. }
  280. .more {
  281. font-size: 25rpx;
  282. font-weight: 900;
  283. color: #eb3f33;
  284. float: right;
  285. }
  286. .redpoint {
  287. width: 21rpx;
  288. height: 21rpx;
  289. margin-right: 20rpx;
  290. }
  291. .myactive_box {
  292. width: 660rpx;
  293. margin-left: 35rpx;
  294. height: 100rpx;
  295. /* border: 1px solid red; */
  296. margin-top: 20rpx;
  297. }
  298. .myactive_name {
  299. font-size: 24rpx;
  300. }
  301. .cysj {
  302. float: left;
  303. margin-left: 41rpx;
  304. font-size: 24rpx;
  305. color: #999999;
  306. margin-top: 15rpx;
  307. }
  308. .cysj_num {
  309. color: #eb3f33;
  310. }
  311. .cyry_num {
  312. color: #eb3f33;
  313. }
  314. .cyry {
  315. font-size: 24rpx;
  316. color: #999999;
  317. float: right;
  318. margin-top: 15rpx;
  319. }
  320. .lq {
  321. text-align: center;
  322. margin-top: 50rpx;
  323. }
  324. .lq_btn {
  325. width: 559rpx;
  326. height: 77rpx;
  327. line-height: 77rpx;
  328. margin-left: 95rpx;
  329. border-radius: 40rpx;
  330. font-size: 29rpx;
  331. font-weight: 600;
  332. color: #fff;
  333. background: -webkit-linear-gradient(left, #d7301d, #f99c30);
  334. box-shadow: 5px 5px 5px #eea390;
  335. margin-bottom: 20rpx;
  336. }
  337. .pz {
  338. font-size: 24rpx;
  339. color: #999999;
  340. margin-bottom: 50rpx;
  341. }
  342. .agree_text {
  343. color: #000;
  344. margin-left: 120rpx;
  345. font-size: 24rpx;
  346. }
  347. .agree_btn {
  348. text-align: center;
  349. /* border: 1px solid red; */
  350. width: 80%;
  351. margin-left: 10%;
  352. line-height: 80rpx;
  353. font-size: 28rpx;
  354. margin-top: 30rpx;
  355. border-radius: 30rpx;
  356. background-color: #eb3f33;
  357. color: #fff;
  358. }
  359. .thinking {
  360. color: #999999;
  361. text-align: center;
  362. font-size: 24rpx;
  363. margin-top: 30rpx;
  364. }
  365. .zsbj {
  366. width: 600rpx;
  367. height: 830rpx;
  368. }
  369. .byzc {
  370. width: 480rpx;
  371. font-size: 30rpx;
  372. color: #000;
  373. font-weight: 900;
  374. position: absolute;
  375. top: 260rpx;
  376. left: 60rpx;
  377. text-indent: 60rpx;
  378. letter-spacing: 5rpx;
  379. line-height: 70rpx;
  380. }
  381. .zsdw_text {
  382. width: 500rpx;
  383. /* border: 1px solid red; */
  384. font-size: 30rpx;
  385. color: #000;
  386. font-weight: 900;
  387. position: absolute;
  388. top: 680rpx;
  389. left: 80rpx;
  390. /* text-indent: 60rpx; */
  391. /* letter-spacing: 5rpx; */
  392. /* line-height: 70rpx; */
  393. }
  394. /* .van-divider--center: after,
  395. .van-divider--left: after,
  396. .van-divider--right: after {
  397. margin-left: 0;
  398. margin-left: var(--divider-content-padding, 0px);
  399. } */