activityInfo.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. Page {
  2. width: 100%;
  3. height: 100%;
  4. box-sizing: border-box;
  5. display: flex;
  6. flex-flow: column nowrap;
  7. justify-content: flex-start;
  8. align-items: center;
  9. background-color: #FFFFFF;
  10. /* padding-bottom: 150px; */
  11. }
  12. /* 头图的样式 */
  13. .top_img {
  14. width: 375px;
  15. /* height: 241px; */
  16. }
  17. .info{
  18. width: 345px;
  19. height: 118px;
  20. justify-content: space-between!important;
  21. }
  22. .info_left{
  23. width: 243px;
  24. height: 118px;
  25. justify-content: space-between!important;
  26. }
  27. .info_right{
  28. width: 102px;
  29. height: 118px;
  30. background-image: url(https://dy.shpr.top/welfareGo/price_bg.png);
  31. background-repeat: no-repeat;
  32. background-size: 100% 100%;
  33. }
  34. .info_name{
  35. height: 25px;
  36. line-height: 25px;
  37. font-size: 24px;
  38. font-weight: bold;
  39. color: #444444;
  40. }
  41. .info_coupon_num{
  42. font-size: 12px;
  43. font-weight: 500;
  44. color: #A0A0A0;
  45. }
  46. .right_text{
  47. font-size: 12px;
  48. font-weight: 400;
  49. color: #A0A0A0;
  50. margin-right: 2px;
  51. }
  52. .right_icon{
  53. width: 13px;
  54. height: 13px;
  55. margin-right: 3px;
  56. }
  57. .info_right{
  58. align-items: center!important;
  59. }
  60. .info_right_top{
  61. height: 30px;
  62. font-size: 28px;
  63. font-weight: bold;
  64. color: #B01717;
  65. margin-top: 24px;
  66. }
  67. .info_right_bottom{
  68. height: 15px;
  69. font-size: 12px;
  70. font-weight: 500;
  71. text-decoration: line-through;
  72. color: #B01717;
  73. margin-top: 8px;
  74. }
  75. .bottom_title{
  76. width: 345px;
  77. margin-top: 35px;
  78. }
  79. .bottom_icon{
  80. width: 20px;
  81. height: 20px;
  82. }
  83. .bottom_tilte_text{
  84. height: 20px;
  85. line-height: 20px;
  86. font-size: 18px;
  87. font-weight: bold;
  88. color: #444444;
  89. margin-left: 8px;
  90. }
  91. .bottom_title_b{
  92. margin-top: 17px;
  93. font-size: 14px;
  94. font-weight: 500;
  95. color: #A0A0A0;
  96. margin-left: 28px;
  97. }
  98. .go_buy{
  99. width: 316px;
  100. height: 49px;
  101. line-height: 49px;
  102. font-size: 22px;
  103. font-weight: 500;
  104. color: #FFFFFF;
  105. background-color: #B01717;
  106. border-radius: 25px;
  107. text-align: center;
  108. position: fixed;
  109. bottom: 50px;
  110. }