profile.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* pages/luckDraw/profile.wxss */
  2. page{
  3. background: #F7F7F7;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  9. }
  10. /* 垂直方向布局,水平居中 **/
  11. .flex-column{
  12. display: flex;
  13. flex-flow: column nowrap;
  14. align-items: center;
  15. justify-content: left;
  16. }
  17. /* 水平方向布局,垂直居中 **/
  18. .flex-row{
  19. display: flex;
  20. flex-flow: row nowrap;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .check-in-content{
  25. margin: 22rpx;
  26. }
  27. .explain{
  28. width: 750rpx;
  29. height: 98rpx;
  30. background: #FFFFFF;
  31. justify-content: space-between !important;
  32. }
  33. .explain-left,.explain-center,.explain-right{
  34. width: 50%;
  35. text-align: center;
  36. }
  37. .explain-text{
  38. font-size: 18px;
  39. font-weight: 600;
  40. color: #BF2637;
  41. }
  42. .explain-discount,.explain-utility{
  43. font-size: 28rpx;
  44. font-weight: 500;
  45. color: #000000;
  46. }
  47. .explain-column{
  48. width: 90rpx;
  49. height: 4rpx;
  50. background: #b0d342;
  51. border-radius: 2rpx;
  52. margin-top: 8rpx;
  53. }
  54. .explain-columnNo{
  55. width: 90rpx;
  56. height: 4rpx;
  57. border-radius: 2rpx;
  58. margin-top: 8rpx;
  59. }
  60. .coupon,.prize-content{
  61. width: 707rpx;
  62. height: 203rpx;
  63. justify-content: space-between;
  64. margin-bottom: 19rpx;
  65. position: relative;
  66. }
  67. .prize-content-img{
  68. width: 707rpx;
  69. height: 203rpx;
  70. /* background-image: url(https://dy.shpr.top/welfareGo/luck-draw1.png);
  71. background-size: 100% 100%; */
  72. position: absolute;
  73. }
  74. .coupon-title,.coupon-data{
  75. padding-left: 49rpx;
  76. }
  77. .coupon-data{
  78. width: 400rpx;
  79. justify-content: space-between;
  80. margin-top: 45rpx;
  81. }
  82. .coupon-title{
  83. width: 400rpx;
  84. height: 40rpx;
  85. font-size: 34rpx;
  86. font-weight: bold;
  87. color: #000000;
  88. line-height: 30rpx;
  89. }
  90. .coupon-data-time{
  91. font-size: 26rpx;
  92. font-weight: 400;
  93. color: #000000;
  94. line-height: 30rpx;
  95. }
  96. .coupon-img{
  97. width: 202rpx;
  98. height: 203rpx;
  99. justify-content: center;
  100. }
  101. .coupon-img-url{
  102. width: 178rpx;
  103. height: 166rpx;
  104. }
  105. .coupon-refund{
  106. width: 139rpx;
  107. height: 40rpx;
  108. border: 1px solid;
  109. border-radius: 50rpx;
  110. }
  111. .lower-coupon-text{
  112. font-size: 22rpx;
  113. font-weight: 500;
  114. /* color: #b0d342; */
  115. }
  116. .no_result {
  117. font-size: 24rpx;
  118. color: #B1B1B1;
  119. line-height: 100rpx;
  120. font-weight: 1000;
  121. text-align: center;
  122. }
  123. .coupon-wrap-list {
  124. width: 100vw;
  125. padding: 0 30rpx 20rpx 30rpx;
  126. box-sizing: border-box;
  127. }
  128. .coupon_wrap {
  129. width: 690rpx;
  130. }
  131. .coupon-item-style {
  132. background: #fff !important;
  133. }
  134. .coupon-circule-style {
  135. background: #FFF6F5 !important;
  136. }