number.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /* pages/number/number.wxss */
  2. page{
  3. padding: 0 0 40rpx;
  4. background: #F1F4F6;
  5. }
  6. .top{
  7. display: flex;
  8. padding: 40rpx;
  9. background: -webkit-linear-gradient(bottom, #F1F4F6, #73BFFF);
  10. }
  11. .top .fm{
  12. width: 30%;
  13. margin-right: 30rpx;
  14. }
  15. .top .ewm{
  16. position: absolute;
  17. width: 60rpx;
  18. height: 60rpx;
  19. right: 20rpx;
  20. top: 20rpx;
  21. }
  22. .name{
  23. color: #fff;
  24. font-size: 36rpx;
  25. height: 120rpx;
  26. }
  27. .code{
  28. color: #fff;
  29. font-size: 30rpx;
  30. }
  31. .tab{
  32. margin-top: 50rpx;
  33. display: flex;
  34. /* justify-content: space-between; */
  35. padding: 0 20rpx;
  36. }
  37. .tab text{
  38. color: #666;
  39. font-size: 36rpx;
  40. margin-right: 40rpx;
  41. }
  42. .tab .active{
  43. color: #3780CD;
  44. border-bottom: 2px solid #3780CD;
  45. padding-bottom: 20rpx;
  46. }
  47. .today{
  48. width: 90%;
  49. margin: 20rpx auto;
  50. background: #fff;
  51. border-radius: 20rpx;
  52. padding: 0 20rpx;
  53. display: flex;
  54. justify-content: space-between;
  55. box-shadow: 0 0 15px rgba(0, 0, 0, .2)
  56. }
  57. .today view{
  58. font-size: 30rpx;
  59. color: #333;
  60. font-weight: bold;
  61. line-height: 100rpx;
  62. }
  63. .today text{
  64. font-size: 24rpx;
  65. color: #666;
  66. line-height: 100rpx;
  67. }
  68. .tab1{
  69. text-align: center;
  70. border-bottom: 1px solid #DBDBDB;
  71. }
  72. .tab1 view{
  73. display: inline-block;
  74. margin: 0 40rpx;
  75. line-height: 100rpx;
  76. }
  77. .tab1 .active{
  78. color: #3780CD;
  79. border-bottom: 2px solid #3780CD;
  80. }
  81. .content{
  82. padding: 20rpx;
  83. }
  84. .content view{
  85. line-height: 56rpx;
  86. color: #666;
  87. }
  88. .container {
  89. position: relative;
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. justify-content: space-between;
  94. box-sizing: border-box;
  95. background: #fff;
  96. margin-bottom: 16rpx;
  97. }
  98. ec-canvas {
  99. width: 100%;
  100. height: 400rpx;
  101. }
  102. swiper{
  103. height: 70vh;
  104. overflow: auto;
  105. }
  106. .today1{
  107. width: 100%;
  108. margin: 20rpx auto;
  109. background: #fff;
  110. border-radius: 20rpx;
  111. padding:30rpx 20rpx 20rpx;
  112. display: flex;
  113. justify-content: space-between;
  114. box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  115. text-align: center;
  116. }
  117. .today1 view text{
  118. display: block;
  119. }
  120. .title{
  121. margin: 50rpx 0 0;
  122. font-size: 36rpx;
  123. font-weight: bold;
  124. }
  125. .nums{
  126. display: flex;
  127. /* justify-content: center; */
  128. text-align: center;
  129. margin: 40rpx 0;
  130. }
  131. .nums>view{
  132. padding: 20rpx;
  133. width: 31%;
  134. border-radius: 8rpx;
  135. margin-right: 40rpx;
  136. }
  137. .nums .active{
  138. background: #C5E1FF;
  139. }
  140. .nums view view{
  141. font-size: 50rpx;
  142. font-weight: bold;
  143. margin: 10rpx 0;
  144. }
  145. .nums view text{
  146. font-size: 28rpx;
  147. color: #4795FF;
  148. }
  149. .today image{
  150. width: 20rpx;
  151. height: 20rpx;
  152. }
  153. .today1 image{
  154. width: 20rpx;
  155. height: 20rpx;
  156. }
  157. .list{
  158. /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */
  159. /* border-radius: 20rpx; */
  160. display: flex;
  161. /* padding: 20rpx; */
  162. /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */
  163. /* margin: 0 20rpx 40rpx; */
  164. border-bottom: 1px solid #F0F0F0;
  165. padding: 28rpx 0;
  166. }
  167. .list image{
  168. width: 25%;
  169. height: 210rpx;
  170. }
  171. .list>view{
  172. width: 75%;
  173. padding-left: 20rpx;
  174. vertical-align: middle;
  175. }
  176. .list ._title{
  177. margin-bottom: 20rpx;
  178. text-overflow: ellipsis;
  179. overflow: hidden;
  180. white-space: nowrap;
  181. }
  182. .list text{
  183. color: #999;
  184. display: block;
  185. overflow: hidden;
  186. text-overflow: ellipsis;
  187. display: -webkit-box;
  188. -webkit-line-clamp: 2;
  189. -webkit-box-orient: vertical;
  190. white-space: normal;
  191. font-size: 26rpx;
  192. }
  193. .ly{
  194. margin-bottom: 20rpx;
  195. }
  196. .ly text{
  197. display: block;
  198. color: #666;
  199. font-size: 22rpx;
  200. }
  201. .ly view{
  202. float: right;
  203. text-align: right;
  204. }
  205. .ly view text{
  206. font-size: 18rpx;
  207. }
  208. .bg{
  209. position: fixed;
  210. width: 100%;
  211. height: 100vh;
  212. top: 0;
  213. left: 0;
  214. z-index: 9;
  215. background: rgba(0,0,0,.5);
  216. }
  217. ._ewm{
  218. position: fixed;
  219. width: 100%;
  220. height: 100vh;
  221. top: 0;
  222. left: 0;
  223. z-index: 99999;
  224. }
  225. ._ewm>.ww{
  226. background: #fff;
  227. border-radius: 18rpx;
  228. padding: 100rpx;
  229. display: block;
  230. position: absolute;
  231. width: 90%;
  232. top: 0;
  233. bottom: 0;
  234. left: 0;
  235. right: 0;
  236. margin: auto;
  237. height: 80vh;
  238. z-index: 99;
  239. }
  240. .t image{
  241. width: 100rpx;
  242. height: 100rpx;
  243. border-radius: 8rpx;
  244. }
  245. .t>view{
  246. display: inline-block;
  247. vertical-align: top;
  248. margin-left: 20rpx;
  249. width: 73%;
  250. }
  251. .m{
  252. display: block;
  253. width: 100%;
  254. margin: 50rpx auto;
  255. }
  256. .b text{
  257. display: block;
  258. text-align: center;
  259. color: #999;
  260. }