index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. padding: 25rpx 40rpx;
  18. }
  19. .tiele-index {
  20. font-weight: 500;
  21. font-size: 50rpx;
  22. padding: 15% 0rpx 30rpx 0rpx;
  23. }
  24. .top-head {
  25. position: fixed;
  26. top: 0;
  27. z-index: 99;
  28. width: 100%;
  29. background-color: #272f41;
  30. padding: 15rpx 35rpx;
  31. color: #edc959;
  32. }
  33. .top-head image {
  34. width: 80rpx;
  35. height: 80rpx;
  36. }
  37. .top-head .top-name {
  38. padding-left: 15rpx;
  39. }
  40. .swiper {
  41. width: 100%;
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. -webkit-box-pack: center;
  46. -webkit-justify-content: center;
  47. justify-content: center;
  48. border-radius: 15rpx;
  49. }
  50. .swiper .swiper-box {
  51. width: 100%;
  52. height: 335rpx;
  53. overflow: hidden;
  54. border-radius: 15rpx;
  55. position: relative;
  56. z-index: 1;
  57. }
  58. .swiper .swiper-box swiper {
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .swiper .swiper-box swiper swiper-item image {
  63. width: 100%;
  64. height: 100%;
  65. border-radius: 15rpx;
  66. }
  67. .swiper .swiper-box .indicator {
  68. position: absolute;
  69. bottom: 20rpx;
  70. left: 20rpx;
  71. background-color: rgba(255, 255, 255, 0.4);
  72. width: 150rpx;
  73. height: 5rpx;
  74. border-radius: 3rpx;
  75. overflow: hidden;
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. }
  80. .swiper .swiper-box .indicator .dots {
  81. width: 0rpx;
  82. background-color: white;
  83. -webkit-transition: all 0.3s ease-out;
  84. transition: all 0.3s ease-out;
  85. }
  86. .swiper .swiper-box .indicator .dots.on {
  87. width: 33.33333%;
  88. }
  89. .notice-box {
  90. padding: 40rpx 0rpx;
  91. }
  92. .notice-box .notice-title {
  93. padding-bottom: 30rpx;
  94. }
  95. .notice-box .notice-title image {
  96. width: 35rpx;
  97. height: 32rpx;
  98. }
  99. .notice-box .notice-title .title {
  100. font-size: 34rpx;
  101. font-weight: bold;
  102. font-style: italic;
  103. color: #333333;
  104. margin-left: 15rpx;
  105. }
  106. .notice-box .notice-list .notice-tpl image {
  107. width: 99rpx;
  108. height: 113rpx;
  109. }
  110. .notice-box .notice-list .notice-tpl .name {
  111. font-size: 26rpx;
  112. color: #5D616D;
  113. }
  114. .logo-img {
  115. width: 100%;
  116. height: 210rpx;
  117. }
  118. .quotation-list {
  119. display: -webkit-box;
  120. display: -webkit-flex;
  121. display: flex;
  122. -webkit-flex-wrap: wrap;
  123. flex-wrap: wrap;
  124. }
  125. .quotation-list .quotation-tpl {
  126. position: relative;
  127. padding: 22rpx 24rpx;
  128. height: 220rpx;
  129. overflow: hidden;
  130. display: -webkit-box;
  131. display: -webkit-flex;
  132. display: flex;
  133. -webkit-box-orient: vertical;
  134. -webkit-box-direction: normal;
  135. -webkit-flex-direction: column;
  136. flex-direction: column;
  137. width: 31%;
  138. margin-bottom: 4%;
  139. margin-right: 2%;
  140. }
  141. .quotation-list .quotation-tpl .tpl {
  142. z-index: 99;
  143. position: relative;
  144. font-size: 24rpx;
  145. padding-bottom: 10rpx;
  146. }
  147. .quotation-list .quotation-tpl .title {
  148. color: #333333;
  149. font-weight: bold;
  150. padding-bottom: 21rpx !important;
  151. }
  152. .quotation-list .quotation-tpl .num {
  153. color: #FB3A2F;
  154. }
  155. .quotation-list .quotation-tpl .money {
  156. color: #666666;
  157. }
  158. .quotation-list .quotation-tpl .tip-box image {
  159. width: 100%;
  160. height: 118rpx;
  161. position: absolute;
  162. bottom: 0;
  163. left: 0;
  164. }
  165. .quotation-list .quotation-tpl .tip-box .tip {
  166. position: relative;
  167. color: #FB3A2F;
  168. font-size: 26rpx;
  169. text-align: center;
  170. font-weight: 600;
  171. padding-top: 25rpx;
  172. }
  173. .quotation-list .quotation-tpl .tip-box .grenn {
  174. color: #606266;
  175. }
  176. .list-box image {
  177. width: 326rpx;
  178. height: 210rpx;
  179. }