personal.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. /* pages/welfareMall/personal/personal.wxss */
  2. page{
  3. background: #F9F9F9;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  9. }
  10. .personal{
  11. width: 750rpx;
  12. height: auto;
  13. padding-bottom: 80rpx;
  14. }
  15. /* 垂直方向布局,水平居中 **/
  16. .flex-column{
  17. display: flex;
  18. flex-flow: column nowrap;
  19. align-items: center;
  20. justify-content: left;
  21. }
  22. /* 水平方向布局,垂直居中 **/
  23. .flex-row{
  24. display: flex;
  25. flex-flow: row nowrap;
  26. align-items: center;
  27. justify-content: center;
  28. }
  29. .head{
  30. width: 750rpx;
  31. height: 352rpx;
  32. background: #FFE7E8;
  33. box-shadow: 0px -4px 9px 1px rgba(148, 56, 48, 0.18);
  34. justify-content: space-between;
  35. }
  36. .head-personal{
  37. width: 666rpx;
  38. height: 136rpx;
  39. justify-content: flex-start;
  40. margin-left: 35rpx;
  41. margin-top: 70rpx;
  42. }
  43. .hat{
  44. width: 120rpx;
  45. height: 120rpx;
  46. background-image: url(https://dy.shpr.top/welfareGo/hat.png);
  47. background-size: 100% 100%;
  48. position: relative;
  49. z-index: 20;
  50. margin-bottom: 120rpx;
  51. margin-left: -20rpx;
  52. }
  53. .head-personal-logo{
  54. width: 136rpx;
  55. height: 136rpx;
  56. border-radius: 50%;
  57. overflow : hidden ;
  58. position: absolute;
  59. z-index: 3;
  60. }
  61. .personal-isLogin {
  62. padding: 0 !important;
  63. padding-left: 0 !important;
  64. width: 170rpx !important;
  65. font-size: 38rpx;
  66. font-weight: 500;
  67. color: #303030;
  68. margin-left: 33rpx !important;
  69. margin-right: 0rpx !important;
  70. }
  71. .head-personal-nl{
  72. margin-left: 86rpx;
  73. align-items: flex-start;
  74. }
  75. .head-personal-name{
  76. font-size: 30rpx;
  77. font-weight: 500;
  78. color: #303030;
  79. }
  80. .head-personal-login{
  81. margin-top: 18rpx;
  82. font-size: 26rpx;
  83. font-weight: 400;
  84. color: #303030;
  85. }
  86. .head-card{
  87. width: 676rpx;
  88. height: 112rpx;
  89. background: #E14B3F;
  90. border-radius: 20rpx 20rpx 0 0;
  91. justify-content: space-between;
  92. }
  93. .head-card-coupon{
  94. font-size: 30rpx;
  95. font-weight: bold;
  96. color: #F6C6A3;
  97. margin-left: 60rpx;
  98. }
  99. .head-card-nt{
  100. margin-right: 51rpx;
  101. }
  102. .head-card-num{
  103. font-size: 72rpx;
  104. font-weight: bold;
  105. color: #F6C6A3;
  106. }
  107. .head-card-text{
  108. width: 40rpx;
  109. height: 40rpx;
  110. font-size: 30rpx;
  111. font-weight: bold;
  112. color: #F6C6A3;
  113. margin-top: 32rpx;
  114. }
  115. .content{
  116. width: 750rpx;
  117. }
  118. .content-style{
  119. width: 670rpx;
  120. height: 130rpx;
  121. }
  122. .grant{
  123. width: 670rpx;
  124. height: 130rpx;
  125. justify-content: space-between;
  126. position: relative;
  127. }
  128. .wx-isLogin{
  129. position: absolute;
  130. z-index: 2;
  131. width: 670rpx !important;
  132. height: 130rpx !important;
  133. padding: 0 !important;
  134. padding-left: 0 !important;
  135. margin-left: 0rpx !important;
  136. margin-right: 0rpx !important;
  137. background-color: transparent;
  138. border-style: none;
  139. }
  140. .wx-isLogin-card{
  141. position: absolute;
  142. z-index: 2;
  143. width: 676rpx !important;
  144. height: 112rpx !important;
  145. padding: 0 !important;
  146. padding-left: 0 !important;
  147. margin-left: 0rpx !important;
  148. margin-right: 0rpx !important;
  149. background-color: transparent;
  150. border-style: none;
  151. }
  152. .wx-isLogin-broadcast{
  153. position: absolute;
  154. z-index: 2;
  155. width: 678rpx !important;
  156. height: 130rpx !important;
  157. padding: 0 !important;
  158. padding-left: 0 !important;
  159. margin-left: 0rpx !important;
  160. margin-right: 0rpx !important;
  161. background-color: transparent;
  162. border-style: none;
  163. margin-top: 50rpx;
  164. }
  165. .content-lower{
  166. width: 668rpx;
  167. height: 2rpx;
  168. background: #EFEFEF;
  169. }
  170. .content .sign-in:last-child .content-lower{
  171. background:none;
  172. }
  173. .content-img{
  174. width: 48rpx;
  175. height: 48rpx;
  176. }
  177. .content-jump{
  178. width: 42rpx;
  179. height: 42rpx;
  180. }
  181. .content-text{
  182. width: 150rpx;
  183. height: 36rpx;
  184. font-size: 28rpx;
  185. font-weight: 500;
  186. color: #444444;
  187. margin-left: 10rpx;
  188. }
  189. .personal-isLogin{
  190. font-size: 26rpx;
  191. font-weight: 500;
  192. color: #303030;
  193. background-color: transparent;
  194. border-style: none;
  195. margin-left: 186rpx !important;
  196. }
  197. .broadcast{
  198. width: 678rpx;
  199. height: 130rpx;
  200. background-image: url(https://dy.shpr.top/welfareGo/broadcast.png);
  201. background-size: 100% 100%;
  202. margin-top: 50rpx;
  203. }
  204. .page{
  205. -webkit-filter: grayscale(100%);
  206. filter: grayscale(100%);
  207. }
  208. .call{
  209. position: fixed;
  210. width: 62rpx!important;
  211. height: 62rpx!important;
  212. border-radius: 25px!important;
  213. right: 36rpx!important;
  214. bottom: 30px!important;
  215. font-size: 10px!important;
  216. background-color: none !important;
  217. border:none;
  218. color: none !important;
  219. display: flex;
  220. flex-flow: row nowrap;
  221. justify-content: center;
  222. align-items: center;
  223. padding: 0px!important;
  224. line-height: 50px!important;
  225. z-index: 9999;
  226. }
  227. .service-style{
  228. width: 62rpx;
  229. height: 62rpx;
  230. }
  231. .logout{
  232. height: 40rpx;
  233. line-height: 40rpx;
  234. width: 100rpx;
  235. margin-top: 18rpx;
  236. margin-left: 12rpx;
  237. font-size: 22rpx;
  238. text-align: center;
  239. color: #E14B3F;
  240. border: #E14B3F 2rpx solid;
  241. border-radius: 4rpx;
  242. }