personal.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* pages/welfareMall/personal/personal.wxss */
  2. .personal{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 80rpx;
  6. }
  7. /* 垂直方向布局,水平居中 **/
  8. .flex-column{
  9. display: flex;
  10. flex-flow: column nowrap;
  11. align-items: center;
  12. justify-content: left;
  13. }
  14. /* 水平方向布局,垂直居中 **/
  15. .flex-row{
  16. display: flex;
  17. flex-flow: row nowrap;
  18. align-items: center;
  19. justify-content: center;
  20. }
  21. .head{
  22. width: 750rpx;
  23. height: 690rpx;
  24. background: #FFF2F3;
  25. border-radius: 0rpx 0rpx 40rpx 40rpx;
  26. justify-content: space-between;
  27. }
  28. .head-personal{
  29. width: 666rpx;
  30. height: 136rpx;
  31. justify-content: flex-start;
  32. margin-left: 35rpx;
  33. margin-top: 167rpx;
  34. }
  35. .head-personal-logo{
  36. width: 136rpx;
  37. height: 136rpx;
  38. border-radius: 50%;
  39. overflow : hidden ;
  40. }
  41. .personal-isLogin {
  42. padding: 0 !important;
  43. padding-left: 0 !important;
  44. width: 170rpx !important;
  45. font-size: 38rpx;
  46. font-weight: 500;
  47. color: #303030;
  48. margin-left: 33rpx !important;
  49. margin-right: 0rpx !important;
  50. }
  51. .head-personal-nl{
  52. margin-left: 33rpx;
  53. align-items: flex-start;
  54. }
  55. .head-personal-name{
  56. font-size: 30rpx;
  57. font-weight: 500;
  58. color: #303030;
  59. }
  60. .head-personal-login{
  61. margin-top: 18rpx;
  62. font-size: 24rpx;
  63. font-weight: 400;
  64. color: #303030;
  65. }
  66. .head-card{
  67. width: 666rpx;
  68. height: 286rpx;
  69. background-image: url(https://dy.shpr.top/welfareGo/card.png);
  70. background-size: 100% 100%;
  71. margin-bottom: 51rpx;
  72. justify-content: space-between;
  73. }
  74. .head-card-coupon{
  75. font-size: 30rpx;
  76. font-weight: bold;
  77. color: #FFFFFF;
  78. margin-left: 58rpx;
  79. }
  80. .head-card-nt{
  81. margin-right: 51rpx;
  82. }
  83. .head-card-num{
  84. font-size: 120rpx;
  85. font-weight: bold;
  86. color: #FFFFFF;
  87. }
  88. .head-card-text{
  89. width: 40rpx;
  90. height: 40rpx;
  91. font-size: 30rpx;
  92. font-weight: 300;
  93. color: #FFFFFF;
  94. margin-top: 70rpx;
  95. }
  96. .content{
  97. width: 750rpx;
  98. }
  99. .content-style{
  100. width: 670rpx;
  101. height: 130rpx;
  102. }
  103. .grant{
  104. width: 670rpx;
  105. height: 130rpx;
  106. justify-content: space-between;
  107. position: relative;
  108. }
  109. .wx-isLogin{
  110. position: absolute;
  111. z-index: 2;
  112. width: 670rpx !important;
  113. height: 130rpx !important;
  114. padding: 0 !important;
  115. padding-left: 0 !important;
  116. margin-left: 0rpx !important;
  117. margin-right: 0rpx !important;
  118. background-color: transparent;
  119. border-style: none;
  120. }
  121. .content-lower{
  122. width: 334px;
  123. height: 1px;
  124. background: #EFEFEF;
  125. }
  126. .content-img{
  127. width: 48rpx;
  128. height: 48rpx;
  129. }
  130. .content-jump{
  131. width: 42rpx;
  132. height: 42rpx;
  133. }
  134. .content-text{
  135. width: 150rpx;
  136. height: 36rpx;
  137. font-size: 28rpx;
  138. font-weight: 500;
  139. color: #444444;
  140. margin-left: 10rpx;
  141. }
  142. .personal-isLogin{
  143. font-size: 38rpx;
  144. font-weight: 500;
  145. color: #303030;
  146. background-color: transparent;
  147. border-style: none;
  148. }
  149. .page{
  150. -webkit-filter: grayscale(100%);
  151. filter: grayscale(100%);
  152. }