couponList.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #f7f7f7;
  5. }
  6. @charset "UTF-8";
  7. /**
  8. * 这里是uni-app内置的常用样式变量
  9. *
  10. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  11. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  12. *
  13. */
  14. /**
  15. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  16. *
  17. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  18. */
  19. /* 颜色变量 */
  20. /* 行为相关颜色 */
  21. /* 文字基本颜色 */
  22. /* 背景颜色 */
  23. /* 边框颜色 */
  24. /* 尺寸变量 */
  25. /* 文字尺寸 */
  26. /* 图片尺寸 */
  27. /* Border Radius */
  28. /* 水平间距 */
  29. /* 垂直间距 */
  30. /* 透明度 */
  31. /* 文章场景相关 */
  32. .handle-fix-box.data-v-b1261db8 {
  33. width: 100%;
  34. height: 60px;
  35. padding: 10px 15px;
  36. position: fixed;
  37. z-index: 2;
  38. bottom: 0px;
  39. left: 0px;
  40. background-color: #FFFFFF;
  41. box-sizing: border-box;
  42. }
  43. .content.data-v-b1261db8 {
  44. width: 100%;
  45. float: left;
  46. }
  47. .content .swiper-box.data-v-b1261db8 {
  48. height: calc(100vh - 34px);
  49. }
  50. .content .swiper-box .swiper-item.data-v-b1261db8 {
  51. height: calc(100vh - 34px);
  52. }
  53. .content .swiper-box .swiper-item .scroll-box.data-v-b1261db8 {
  54. width: 100%;
  55. height: calc(100vh - 34px);
  56. padding-bottom: 10px;
  57. box-sizing: border-box;
  58. }
  59. .content .swiper-box .swiper-item .scroll-box .class-card .class-content.data-v-b1261db8 {
  60. padding: 10px 15px;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-align: center;
  65. -webkit-align-items: center;
  66. align-items: center;
  67. position: relative;
  68. }
  69. .content .swiper-box .swiper-item .scroll-box .class-card .class-info-img.data-v-b1261db8 {
  70. width: 60px;
  71. height: 60px;
  72. margin-right: 10px;
  73. }
  74. .content .swiper-box .swiper-item .scroll-box .class-card .class-info-content.data-v-b1261db8 {
  75. -webkit-box-flex: 1;
  76. -webkit-flex: 1;
  77. flex: 1;
  78. }
  79. .content .swiper-box .swiper-item .scroll-box .class-card .class-info-label.data-v-b1261db8 {
  80. font-size: 16px;
  81. color: #000000;
  82. word-break: break-all;
  83. margin-bottom: 5px;
  84. }
  85. .content .swiper-box .swiper-item .scroll-box .class-card .class-info-text.data-v-b1261db8 {
  86. color: #999999;
  87. margin-bottom: 5px;
  88. }
  89. .content .swiper-box .swiper-item .scroll-box .class-card .card-mask.data-v-b1261db8 {
  90. width: 100%;
  91. height: 100%;
  92. position: absolute;
  93. left: 0;
  94. top: 0;
  95. background-color: rgba(0, 0, 0, 0.3);
  96. }
  97. .content .swiper-box .swiper-item .scroll-box .class-card .out-date.data-v-b1261db8 {
  98. font-size: 10px;
  99. color: #ff9900;
  100. margin-bottom: 5px;
  101. position: absolute;
  102. right: 8px;
  103. bottom: 3px;
  104. }
  105. .content-info.data-v-b1261db8 {
  106. width: 100%;
  107. height: 100%;
  108. float: left;
  109. position: relative;
  110. }
  111. .content-info .share-img.data-v-b1261db8 {
  112. top: 40%;
  113. left: 50%;
  114. -webkit-transform: translate(-50%, -50%);
  115. transform: translate(-50%, -50%);
  116. position: absolute;
  117. }
  118. .content-info .share-img .share-class.data-v-b1261db8 {
  119. margin-top: 20rpx;
  120. text-align: center;
  121. }