personal.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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: 536rpx;
  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: 30rpx;
  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/shareActivity/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. height: auto;
  99. }
  100. .content-style{
  101. width: 670rpx;
  102. height: 130rpx;
  103. }
  104. .grant{
  105. width: 670rpx;
  106. height: 130rpx;
  107. justify-content: space-between;
  108. position: relative;
  109. }
  110. .wx-isLogin{
  111. position: absolute;
  112. z-index: 2;
  113. width: 670rpx !important;
  114. height: 130rpx !important;
  115. padding: 0 !important;
  116. padding-left: 0 !important;
  117. margin-left: 0rpx !important;
  118. margin-right: 0rpx !important;
  119. background-color: transparent;
  120. border-style: none;
  121. }
  122. .content-lower{
  123. width: 334px;
  124. height: 1px;
  125. background: #EFEFEF;
  126. }
  127. .content-img{
  128. width: 48rpx;
  129. height: 48rpx;
  130. }
  131. .content-jump{
  132. width: 42rpx;
  133. height: 42rpx;
  134. }
  135. .content-text{
  136. width: 150rpx;
  137. height: 36rpx;
  138. font-size: 28rpx;
  139. font-weight: 500;
  140. color: #444444;
  141. margin-left: 10rpx;
  142. }
  143. .personal-isLogin{
  144. font-size: 38rpx;
  145. font-weight: 500;
  146. color: #303030;
  147. background-color: transparent;
  148. border-style: none;
  149. }