东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

myCenter.wxss 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. /* pages/myCenter/myCenter.wxss */
  2. image{
  3. display: block;
  4. }
  5. .msgGroup{
  6. padding-top: 108rpx;
  7. margin-bottom: 111rpx;
  8. }
  9. .pageTitle{
  10. text-align: center;
  11. font-size:35rpx;
  12. margin-bottom: 28rpx;
  13. font-weight: bold;
  14. }
  15. .headGroup{
  16. display: flex;
  17. align-items: center;
  18. justify-content: center;
  19. width: 161rpx;
  20. height: 161rpx;
  21. border-radius: 50%;
  22. margin: 0 auto;
  23. margin-bottom: 27rpx;
  24. overflow: hidden;
  25. }
  26. .defaultHead{
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .loginBtn{
  31. position: relative;
  32. margin: 0 auto;
  33. width:307rpx;
  34. height:49rpx;
  35. background-color: #005CFE;
  36. border-radius: 10rpx;
  37. text-align: center;
  38. font-size: 25rpx;
  39. color: white;
  40. line-height: 49rpx;
  41. overflow: hidden;
  42. }
  43. .funList{
  44. position: relative;
  45. width: 750rpx;
  46. height: 233rpx;
  47. padding: 0 72rpx;
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. box-sizing: border-box;
  52. }
  53. .funBg{
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. width: 750rpx;
  58. height: 233rpx;
  59. z-index: -1;
  60. }
  61. .selectGroup{
  62. position: relative;
  63. width:137rpx;
  64. height:137rpx;
  65. border: 1rpx solid #7A797E;
  66. border-radius: 10rpx;
  67. display: flex;
  68. align-items: center;
  69. justify-content: center;
  70. flex-direction: column;
  71. }
  72. .taskIcon{
  73. width: 42rpx;
  74. height: 38rpx;
  75. margin-bottom: 8rpx;
  76. }
  77. .recordIcon{
  78. width: 38rpx;
  79. height: 43rpx;
  80. margin-bottom: 8rpx;
  81. }
  82. .detachmentIcon{
  83. width: 44rpx;
  84. height: 40rpx;
  85. margin-bottom: 8rpx;
  86. }
  87. .appreciateIcon{
  88. width: 62rpx;
  89. height: 26rpx;
  90. margin-bottom: 8rpx;
  91. }
  92. .selectText{
  93. font-size: 20rpx;
  94. }
  95. .imgFrame{
  96. width:65rpx;
  97. height: 45rpx;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. }
  102. .myCenterBotBg{
  103. width: 750rpx;
  104. }
  105. .taskSelect{
  106. padding:0 72rpx;
  107. box-sizing: border-box;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. }
  112. .taskText{
  113. width:256rpx;
  114. height:41rpx;
  115. text-align: center;
  116. line-height: 41rpx;
  117. font-size:21rpx;
  118. border-radius: 10rpx;
  119. border: 1rpx solid #4777D6;
  120. color: black;
  121. }
  122. .taskText2{
  123. background-color: #005CFE;
  124. color:white;
  125. }
  126. .taskDetailGroup{
  127. padding:0 72rpx;
  128. box-sizing: border-box;
  129. padding-bottom: 40rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: space-between;
  133. }
  134. .taskName{
  135. width: 150rpx;
  136. font-size: 20rpx;
  137. line-height: 24rpx;
  138. text-align: center;
  139. }
  140. .taskSuccessBtn{
  141. width:98rpx;
  142. height:40rpx;
  143. text-align: center;
  144. color: white;
  145. font-size: 20rpx;
  146. line-height:40rpx;
  147. background-color: #005AFD;
  148. border-radius: 20rpx;
  149. }
  150. .taskWaitBtn{
  151. width:98rpx;
  152. height:40rpx;
  153. text-align: center;
  154. color: #605E5C;
  155. font-size: 20rpx;
  156. line-height:40rpx;
  157. background-color:white;
  158. border-radius: 20rpx;
  159. border: 1rpx solid #425EAB;
  160. box-sizing: border-box;
  161. }
  162. .taskLineFrame{
  163. position: relative;
  164. width:325rpx;
  165. height:15rpx;
  166. box-sizing: border-box;
  167. border: 1rpx solid #CBC8CB;
  168. border-radius: 20rpx;
  169. overflow: hidden;
  170. }
  171. .taskLine{
  172. height:15rpx;
  173. width:0;
  174. background-color: #0260FF;
  175. border-radius: 20rpx;
  176. }
  177. .taskSignIcon{
  178. width: 12rpx;
  179. height: 12rpx;
  180. margin-left: 55.4rpx;
  181. margin-top: 5rpx;
  182. }
  183. .taskSignGroup{
  184. display: flex;
  185. }
  186. .taskDetailFrame{
  187. position: absolute;
  188. left: 0;
  189. bottom: 0;
  190. top: 104rpx;
  191. width: 750rpx;
  192. height: 485rpx;
  193. overflow-y: auto;
  194. }
  195. .recordText{
  196. width: 187rpx;
  197. }
  198. .recordPic{
  199. display: flex;
  200. align-items: center;
  201. }
  202. .recordTip{
  203. width: 41rpx;
  204. height: 41rpx;
  205. margin-right: 15rpx;
  206. }
  207. .rewardIcon{
  208. width: 163rpx;
  209. height: 69rpx;
  210. }
  211. .recordHeadGroup{
  212. width: 90rpx;
  213. height: 90rpx;
  214. overflow: hidden;
  215. border-radius: 50%;
  216. margin-right: 25rpx;
  217. }
  218. .recordUserImg{
  219. width: 100%;
  220. height: 100%;
  221. }
  222. .recordGroup{
  223. padding: 30rpx 72rpx;
  224. box-sizing: border-box;
  225. display: flex;
  226. align-items: center;
  227. justify-content: space-between;
  228. border-bottom: 1rpx solid #D4D4D6;
  229. }
  230. .recordGroupLeft{
  231. display: flex;
  232. align-items: center;
  233. }
  234. .rewardName{
  235. font-size: 30rpx;
  236. font-weight: bold;
  237. }
  238. .rewardTerm{
  239. font-size: 22rpx;
  240. font-weight: bold;
  241. }
  242. .detachmentGroup{
  243. padding: 30rpx 72rpx;
  244. box-sizing: border-box;
  245. display: flex;
  246. align-items: center;
  247. justify-content: space-between;
  248. }
  249. .detachmentGroupLeft{
  250. display: flex;
  251. align-items: center;
  252. }
  253. .ranksName{
  254. font-size: 20rpx;
  255. }
  256. .ranksState{
  257. width:175rpx;
  258. height:44rpx;
  259. box-sizing: border-box;
  260. border-radius: 10rpx;
  261. font-size: 25rpx;
  262. line-height: 44rpx;
  263. text-align: center;
  264. }
  265. .ranksType1{
  266. color: #FE820C;
  267. border: 1rpx solid #FE820C;
  268. }
  269. .ranksType2{
  270. color: black;
  271. border: 1rpx solid #658DE9;
  272. }
  273. .ranksType3{
  274. color: black;
  275. border: 1rpx solid black;
  276. }
  277. .userMsg{
  278. padding-top: 108rpx;
  279. position: relative;
  280. }
  281. .userNameGroup{
  282. display: flex;
  283. align-items: center;
  284. justify-content: center;
  285. height: 30rpx;
  286. margin-bottom: 44rpx;
  287. }
  288. .userName{
  289. font-weight: bold;
  290. font-size: 30rpx;
  291. color: black;
  292. }
  293. .userNameEdit{
  294. width: 27rpx;
  295. height: 27rpx;
  296. margin-left: 10rpx;
  297. }
  298. .userMsgBg{
  299. position: absolute;
  300. left: 0;
  301. top: 0;
  302. width: 750rpx;
  303. height: 421rpx;
  304. z-index: -1;
  305. }
  306. .userLevel{
  307. width: 750rpx;
  308. padding-top: 36rpx;
  309. padding-bottom: 27rpx;
  310. display: flex;
  311. flex-direction: column;
  312. align-items: center;
  313. }
  314. .userLevelIcon{
  315. width: 76rpx;
  316. height: 60rpx;
  317. }
  318. .userLevelTip{
  319. font-size: 21rpx;
  320. margin-top: 32rpx;
  321. margin-bottom: 11rpx;
  322. }
  323. .userLevelText{
  324. width: 352rpx;
  325. height: 75rpx;
  326. }
  327. .lookRule{
  328. margin-top: 27rpx;
  329. width:368rpx;
  330. height:57rpx;
  331. border-radius: 10rpx;
  332. background-color: #0060FE;
  333. text-align: center;
  334. line-height: 57rpx;
  335. font-size: 29rpx;
  336. color:white;
  337. }
  338. .userWaitIcon{
  339. width:48rpx;
  340. height: 59rpx;
  341. }
  342. .userWaitText{
  343. margin-top: 36rpx;
  344. font-size: 55rpx;
  345. font-weight: bold;
  346. margin-bottom: 50rpx;
  347. }
  348. .arrowIcon{
  349. border-left: 10rpx solid transparent;
  350. border-right: 10rpx solid transparent;
  351. border-top: 10rpx solid #0066F9;
  352. content: "";
  353. /* position: relative; */
  354. width: 0;
  355. position: absolute;
  356. top: 143rpx;
  357. }
  358. .inputGroup{
  359. width:652rpx;
  360. height:65rpx;
  361. margin: 0 auto;
  362. background-color: white;
  363. border-radius: 10rpx;
  364. box-sizing: border-box;
  365. line-height: 65rpx;
  366. padding: 0 25rpx;
  367. font-size: 20rpx;
  368. margin-top: 18rpx;
  369. display: flex;
  370. align-items: center;
  371. justify-content: space-between;
  372. border: 1rpx solid #B4B4B4;
  373. }
  374. .inputCode{
  375. height: 100%;
  376. width: 100%;
  377. }
  378. .selectSiteGroup{
  379. border: 1rpx solid #B4B4B4;
  380. margin: 0 auto;
  381. width:652rpx;
  382. height:65rpx;
  383. background-color: white;
  384. border-radius: 10rpx;
  385. box-sizing: border-box;
  386. line-height: 65rpx;
  387. padding: 0 25rpx;
  388. font-size: 20rpx;
  389. margin-top: 18rpx;
  390. display: flex;
  391. align-items: center;
  392. justify-content: space-between;
  393. }
  394. .selectIcon{
  395. width: 25rpx;
  396. height: 15rpx;
  397. }
  398. .subscribeBtn{
  399. margin: 0 auto;
  400. width:652rpx;
  401. height:65rpx;
  402. line-height: 65rpx;
  403. text-align: center;
  404. background-color: #005EFF;
  405. color: white;
  406. font-size: 29rpx;
  407. margin-top: 18rpx;
  408. border-radius: 10rpx;
  409. }
  410. .subscribeGroup{
  411. display: flex;
  412. align-items: center;
  413. flex-direction: column;
  414. justify-content: center;
  415. }
  416. .taskGroup,.ranksGroup,.subscribeGroup{
  417. height: 589rpx;
  418. }
  419. .taskGroup{
  420. position: relative;
  421. padding-top:23rpx;
  422. }
  423. .recordFrame{
  424. margin-top: 23rpx;
  425. height: 543rpx;
  426. }
  427. .getUserMsgBtn{
  428. position: absolute;
  429. left: 0;
  430. top: 0;
  431. width: 100%;
  432. height: 100%;
  433. opacity: 0;
  434. margin: 0;
  435. padding:0;
  436. }