personal.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. }
  39. .personal-isLogin {
  40. padding: 0 !important;
  41. padding-left: 0 !important;
  42. width: 170rpx !important;
  43. font-size: 38rpx;
  44. font-weight: 500;
  45. color: #303030;
  46. margin-left: 33rpx !important;
  47. margin-right: 0rpx !important;
  48. }
  49. .head-personal-login{
  50. margin-left: 33rpx;
  51. font-size: 38rpx;
  52. font-weight: 500;
  53. color: #303030;
  54. }
  55. .head-card{
  56. width: 666rpx;
  57. height: 286rpx;
  58. background-image: url(https://dy.shpr.top/shareActivity/card.png);
  59. background-size: 100% 100%;
  60. margin-bottom: 51rpx;
  61. justify-content: space-between;
  62. }
  63. .head-card-coupon{
  64. font-size: 30rpx;
  65. font-weight: bold;
  66. color: #FFFFFF;
  67. margin-left: 58rpx;
  68. }
  69. .head-card-nt{
  70. margin-right: 51rpx;
  71. }
  72. .head-card-num{
  73. font-size: 120rpx;
  74. font-weight: bold;
  75. color: #FFFFFF;
  76. }
  77. .head-card-text{
  78. width: 40rpx;
  79. height: 40rpx;
  80. font-size: 30rpx;
  81. font-weight: 300;
  82. color: #FFFFFF;
  83. margin-top: 70rpx;
  84. }
  85. .content{
  86. width: 750rpx;
  87. height: auto;
  88. }
  89. .content-style{
  90. width: 670rpx;
  91. height: 130rpx;
  92. }
  93. .grant{
  94. width: 670rpx;
  95. height: 130rpx;
  96. justify-content: space-between;
  97. position: relative;
  98. }
  99. .wx-isLogin{
  100. position: absolute;
  101. z-index: 2;
  102. width: 670rpx !important;
  103. height: 130rpx !important;
  104. padding: 0 !important;
  105. padding-left: 0 !important;
  106. margin-left: 0rpx !important;
  107. margin-right: 0rpx !important;
  108. background-color: transparent;
  109. border-style: none;
  110. }
  111. .content-lower{
  112. width: 334px;
  113. height: 1px;
  114. background: #EFEFEF;
  115. }
  116. .content-img{
  117. width: 48rpx;
  118. height: 48rpx;
  119. }
  120. .content-jump{
  121. width: 42rpx;
  122. height: 42rpx;
  123. }
  124. .content-text{
  125. width: 150rpx;
  126. height: 36rpx;
  127. font-size: 28rpx;
  128. font-weight: 500;
  129. color: #444444;
  130. margin-left: 10rpx;
  131. }
  132. .personal-isLogin{
  133. font-size: 38rpx;
  134. font-weight: 500;
  135. color: #303030;
  136. background-color: transparent;
  137. border-style: none;
  138. }