东风启辰小程序端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

myCenter.wxss 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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. margin: 0 auto;
  32. width:307rpx;
  33. height:49rpx;
  34. background-color: #005CFE;
  35. border-radius: 10rpx;
  36. text-align: center;
  37. font-size: 25rpx;
  38. color: white;
  39. line-height: 49rpx;
  40. }
  41. .funList{
  42. position: relative;
  43. width: 750rpx;
  44. height: 233rpx;
  45. padding: 0 72rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. box-sizing: border-box;
  50. }
  51. .funBg{
  52. position: absolute;
  53. left: 0;
  54. top: 0;
  55. width: 750rpx;
  56. height: 233rpx;
  57. z-index: -1;
  58. }
  59. .selectGroup{
  60. position: relative;
  61. width:137rpx;
  62. height:137rpx;
  63. border: 1rpx solid #7A797E;
  64. border-radius: 10rpx;
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. flex-direction: column;
  69. }
  70. .taskIcon{
  71. width: 42rpx;
  72. height: 38rpx;
  73. margin-bottom: 8rpx;
  74. }
  75. .recordIcon{
  76. width: 38rpx;
  77. height: 43rpx;
  78. margin-bottom: 8rpx;
  79. }
  80. .detachmentIcon{
  81. width: 44rpx;
  82. height: 40rpx;
  83. margin-bottom: 8rpx;
  84. }
  85. .appreciateIcon{
  86. width: 62rpx;
  87. height: 26rpx;
  88. margin-bottom: 8rpx;
  89. }
  90. .selectText{
  91. font-size: 20rpx;
  92. }
  93. .imgFrame{
  94. width:65rpx;
  95. height: 45rpx;
  96. display: flex;
  97. align-items: center;
  98. justify-content: center;
  99. }
  100. .myCenterBotBg{
  101. width: 750rpx;
  102. }
  103. .taskSelect{
  104. padding:0 72rpx;
  105. box-sizing: border-box;
  106. display: flex;
  107. justify-content: space-between;
  108. align-items: center;
  109. margin-top: 23rpx;
  110. }
  111. .taskText{
  112. width:256rpx;
  113. height:41rpx;
  114. text-align: center;
  115. line-height: 41rpx;
  116. font-size:21rpx;
  117. border-radius: 10rpx;
  118. border: 1rpx solid #4777D6;
  119. color: black;
  120. }
  121. .taskText2{
  122. background-color: #005CFE;
  123. color:white;
  124. }
  125. .taskDetailGroup{
  126. padding:0 72rpx;
  127. box-sizing: border-box;
  128. padding-bottom: 40rpx;
  129. display: flex;
  130. align-items: center;
  131. justify-content: space-between;
  132. }
  133. .taskName{
  134. width: 150rpx;
  135. font-size: 20rpx;
  136. line-height: 24rpx;
  137. text-align: center;
  138. }
  139. .taskSuccessBtn{
  140. width:98rpx;
  141. height:40rpx;
  142. text-align: center;
  143. color: white;
  144. font-size: 20rpx;
  145. line-height:40rpx;
  146. background-color: #005AFD;
  147. border-radius: 20rpx;
  148. }
  149. .taskWaitBtn{
  150. width:98rpx;
  151. height:40rpx;
  152. text-align: center;
  153. color: #605E5C;
  154. font-size: 20rpx;
  155. line-height:40rpx;
  156. background-color:white;
  157. border-radius: 20rpx;
  158. border: 1rpx solid #425EAB;
  159. box-sizing: border-box;
  160. }
  161. .taskLineFrame{
  162. position: relative;
  163. width:325rpx;
  164. height:15rpx;
  165. box-sizing: border-box;
  166. border: 1rpx solid #CBC8CB;
  167. border-radius: 20rpx;
  168. overflow: hidden;
  169. }
  170. .taskLine{
  171. height:15rpx;
  172. width:0;
  173. background-color: #0260FF;
  174. border-radius: 20rpx;
  175. }
  176. .taskSignIcon{
  177. width: 12rpx;
  178. height: 12rpx;
  179. margin-left: 55.4rpx;
  180. margin-top: 5rpx;
  181. }
  182. .taskSignGroup{
  183. display: flex;
  184. }
  185. .taskDetailFrame{
  186. margin-top: 40rpx;
  187. width: 750rpx;
  188. height: 200rpx;
  189. overflow-y: auto;
  190. }
  191. .recordText{
  192. width: 187rpx;
  193. }
  194. .recordPic{
  195. display: flex;
  196. align-items: center;
  197. }
  198. .recordTip{
  199. width: 41rpx;
  200. height: 41rpx;
  201. margin-right: 15rpx;
  202. }
  203. .rewardIcon{
  204. width: 163rpx;
  205. height: 69rpx;
  206. }
  207. .recordHeadGroup{
  208. width: 90rpx;
  209. height: 90rpx;
  210. overflow: hidden;
  211. border-radius: 50%;
  212. margin-right: 25rpx;
  213. }
  214. .recordUserImg{
  215. width: 100%;
  216. height: 100%;
  217. }
  218. .recordGroup{
  219. padding: 30rpx 72rpx;
  220. box-sizing: border-box;
  221. display: flex;
  222. align-items: center;
  223. justify-content: space-between;
  224. border-bottom: 1rpx solid #D4D4D6;
  225. }
  226. .recordGroupLeft{
  227. display: flex;
  228. align-items: center;
  229. }
  230. .rewardName{
  231. font-size: 30rpx;
  232. font-weight: bold;
  233. }
  234. .rewardTerm{
  235. font-size: 22rpx;
  236. font-weight: bold;
  237. }
  238. .detachmentGroup{
  239. padding: 30rpx 72rpx;
  240. box-sizing: border-box;
  241. display: flex;
  242. align-items: center;
  243. justify-content: space-between;
  244. }
  245. .detachmentGroupLeft{
  246. display: flex;
  247. align-items: center;
  248. }
  249. .ranksName{
  250. font-size: 20rpx;
  251. }
  252. .ranksState{
  253. width:175rpx;
  254. height:44rpx;
  255. box-sizing: border-box;
  256. border-radius: 10rpx;
  257. font-size: 25rpx;
  258. line-height: 44rpx;
  259. text-align: center;
  260. }
  261. .ranksType1{
  262. color: #FE820C;
  263. border: 1rpx solid #FE820C;
  264. }
  265. .ranksType2{
  266. color: black;
  267. border: 1rpx solid #658DE9;
  268. }
  269. .ranksType3{
  270. color: black;
  271. border: 1rpx solid black;
  272. }
  273. .userMsg{
  274. padding-top: 108rpx;
  275. position: relative;
  276. }
  277. .userNameGroup{
  278. display: flex;
  279. align-items: center;
  280. justify-content: center;
  281. height: 30rpx;
  282. margin-bottom: 44rpx;
  283. }
  284. .userName{
  285. font-weight: bold;
  286. font-size: 30rpx;
  287. color: black;
  288. }
  289. .userNameEdit{
  290. width: 27rpx;
  291. height: 27rpx;
  292. margin-left: 10rpx;
  293. }
  294. .userMsgBg{
  295. position: absolute;
  296. left: 0;
  297. top: 0;
  298. width: 750rpx;
  299. height: 421rpx;
  300. z-index: -1;
  301. }
  302. .userLevel{
  303. width: 750rpx;
  304. padding-top: 36rpx;
  305. padding-bottom: 27rpx;
  306. display: flex;
  307. flex-direction: column;
  308. align-items: center;
  309. }
  310. .userLevelIcon{
  311. width: 76rpx;
  312. height: 60rpx;
  313. }
  314. .userLevelTip{
  315. font-size: 21rpx;
  316. margin-top: 32rpx;
  317. margin-bottom: 11rpx;
  318. }
  319. .userLevelText{
  320. width: 352rpx;
  321. height: 75rpx;
  322. }
  323. .lookRule{
  324. margin-top: 27rpx;
  325. width:368rpx;
  326. height:57rpx;
  327. border-radius: 10rpx;
  328. background-color: #0060FE;
  329. text-align: center;
  330. line-height: 57rpx;
  331. font-size: 29rpx;
  332. color:white;
  333. }
  334. .userWaitIcon{
  335. width:48rpx;
  336. height: 59rpx;
  337. }
  338. .userWaitText{
  339. margin-top: 36rpx;
  340. font-size: 55rpx;
  341. font-weight: bold;
  342. margin-bottom: 50rpx;
  343. }
  344. .arrowIcon{
  345. border-left: 10rpx solid transparent;
  346. border-right: 10rpx solid transparent;
  347. border-top: 10rpx solid #0066F9;
  348. content: "";
  349. /* position: relative; */
  350. width: 0;
  351. position: absolute;
  352. top: 143rpx;
  353. }