profile.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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: #EA443A;
  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. background-image: url(https://dy.shpr.top/welfareGo/luck-draw.png);
  64. background-size: 100% 100%;
  65. justify-content: space-between;
  66. margin-bottom: 19rpx;
  67. }
  68. .coupon-title,.coupon-data{
  69. padding-left: 49rpx;
  70. }
  71. .coupon-data{
  72. width: 400rpx;
  73. justify-content: space-between;
  74. margin-top: 45rpx;
  75. }
  76. .coupon-title{
  77. width: 400rpx;
  78. height: 40rpx;
  79. font-size: 34rpx;
  80. font-weight: bold;
  81. color: #000000;
  82. line-height: 30rpx;
  83. }
  84. .coupon-data-time{
  85. font-size: 26rpx;
  86. font-weight: 400;
  87. color: #000000;
  88. line-height: 30rpx;
  89. }
  90. .coupon-img{
  91. width: 202rpx;
  92. height: 203rpx;
  93. justify-content: center;
  94. }
  95. .coupon-img-url{
  96. width: 178rpx;
  97. height: 166rpx;
  98. }
  99. .coupon-refund{
  100. width: 139rpx;
  101. height: 40rpx;
  102. border: 1px solid #B01717;
  103. border-radius: 50rpx;
  104. }
  105. .lower-coupon-text{
  106. font-size: 22rpx;
  107. font-weight: 500;
  108. color: #B01717;
  109. }
  110. .no_result {
  111. font-size: 24rpx;
  112. color: #B1B1B1;
  113. line-height: 100rpx;
  114. font-weight: 1000;
  115. text-align: center;
  116. }
  117. .coupon-wrap-list {
  118. width: 100vw;
  119. padding: 0 30rpx 20rpx 30rpx;
  120. box-sizing: border-box;
  121. }
  122. .coupon_wrap {
  123. width: 690rpx;
  124. }
  125. .coupon-item-style {
  126. background: #fff !important;
  127. }
  128. .coupon-circule-style {
  129. background: #FFF6F5 !important;
  130. }