personal.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* pages/welfareMall/personal/personal.wxss */
  2. .personal{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  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. .head-personal-login{
  40. margin-left: 33rpx;
  41. font-size: 38rpx;
  42. font-weight: 500;
  43. color: #303030;
  44. }
  45. .head-card{
  46. width: 666rpx;
  47. height: 286rpx;
  48. background-image: url(https://dy.shpr.top/shareActivity/card.png);
  49. background-size: 100% 100%;
  50. margin-bottom: 51rpx;
  51. justify-content: space-between;
  52. }
  53. .head-card-coupon{
  54. font-size: 30rpx;
  55. font-weight: bold;
  56. color: #FFFFFF;
  57. margin-left: 58rpx;
  58. }
  59. .head-card-nt{
  60. margin-right: 51rpx;
  61. }
  62. .head-card-num{
  63. font-size: 120rpx;
  64. font-weight: bold;
  65. color: #FFFFFF;
  66. }
  67. .head-card-text{
  68. width: 40rpx;
  69. height: 40rpx;
  70. font-size: 30rpx;
  71. font-weight: 300;
  72. color: #FFFFFF;
  73. margin-top: 70rpx;
  74. }
  75. .content{
  76. width: 750rpx;
  77. height: auto;
  78. }
  79. .content-style{
  80. width: 670rpx;
  81. height: 130rpx;
  82. justify-content: space-between;
  83. }
  84. .content-lower{
  85. width: 334px;
  86. height: 1px;
  87. background: #EFEFEF;
  88. }
  89. .content-img{
  90. width: 48rpx;
  91. height: 48rpx;
  92. }
  93. .content-jump{
  94. width: 42rpx;
  95. height: 42rpx;
  96. }
  97. .content-text{
  98. width: 150rpx;
  99. height: 36rpx;
  100. font-size: 28rpx;
  101. font-weight: 500;
  102. color: #444444;
  103. margin-left: 10rpx;
  104. }
  105. .personal-isLogin{
  106. font-size: 38rpx;
  107. font-weight: 500;
  108. color: #303030;
  109. background-color: transparent;
  110. border-style: none;
  111. }