电速宝
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.wxss 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. /* pages/details/index.wxss */
  2. /* 自定义导航栏 */
  3. .details{
  4. width: 100%;
  5. height: 100vh;
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%);
  10. }
  11. .navigation-container {
  12. position: fixed;
  13. width: 100%;
  14. z-index: 99;
  15. }
  16. .navigation-bar {
  17. position: relative;
  18. width: 100%;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. flex-direction: row;
  23. color: #333333;
  24. }
  25. .nav-title {
  26. height: 100%;
  27. display: flex;
  28. align-items: center;
  29. margin-left: 20rpx;
  30. box-sizing: border-box;
  31. }
  32. .nav-search {
  33. position: absolute;
  34. display: flex;
  35. justify-content: flex-end;
  36. align-items: center;
  37. }
  38. .bg-logo {
  39. width:100%;
  40. height: 100%;
  41. display: flex;
  42. align-items: center;
  43. color: #f7f7f7;
  44. position: absolute;
  45. top: 0;
  46. left:20rpx;
  47. }
  48. .detail_s{
  49. height: 100%;
  50. font-size: 28rpx;
  51. display: flex;
  52. align-items: center;
  53. margin-right: 30px;
  54. }
  55. .card_top{
  56. padding: 20rpx 30rpx;
  57. display: flex;
  58. /* justify-content: space-around; */
  59. justify-content: space-between;
  60. margin-top: 20rpx;
  61. }
  62. .card_top1{
  63. width: 100rpx;
  64. height: 60rpx;
  65. color: #ffffff;
  66. display: flex;
  67. justify-content: center;
  68. border-bottom:4rpx solid #ffffff;
  69. }
  70. .card_top1c{
  71. width: 100rpx;
  72. height: 60rpx;
  73. color: #222222;
  74. display: flex;
  75. justify-content: center;
  76. border-bottom:4rpx solid #222222;
  77. }
  78. .card_top2{
  79. width: 200rpx;
  80. height: 60rpx;
  81. color: #222222;
  82. display: flex;
  83. justify-content: center;
  84. border-bottom:4rpx solid #222222;
  85. }
  86. .card_top3{
  87. width: 200rpx;
  88. height: 60rpx;
  89. color: #ffffff;
  90. display: flex;
  91. justify-content: center;
  92. border-bottom:4rpx solid #ffffff;
  93. }
  94. .proportion{
  95. width: 100%;
  96. height: 40rpx;
  97. padding: 0rpx 30rpx;
  98. box-sizing: border-box;
  99. }
  100. .proportion_{
  101. width: 100%;
  102. height: 20rpx;
  103. background-color: #007544;
  104. border-radius: 20rpx;
  105. overflow: hidden;
  106. margin-top: 20rpx;
  107. }
  108. .proportion_1{
  109. height: 30rpx;
  110. }
  111. .proportion_2{
  112. height: 60rpx;
  113. }
  114. .proportion_c{
  115. height: 20rpx;
  116. background-color:#00a9ff;
  117. }
  118. .cumulative{
  119. display: flex;
  120. }
  121. .cumulative_1{
  122. display: flex;
  123. margin-top: 40rpx;
  124. padding-right: 60rpx;
  125. }
  126. .cumulative_2{
  127. width: 16rpx;
  128. height: 16rpx;
  129. background-color:#00a9ff;
  130. border-radius: 100rpx;
  131. margin-top: 10rpx;
  132. margin-right: 20rpx;
  133. }
  134. .cumulative_22{
  135. width: 16rpx;
  136. height: 16rpx;
  137. background-color:#007544;
  138. border-radius: 100rpx;
  139. margin-top: 10rpx;
  140. margin-right: 20rpx;
  141. }
  142. .cumulative_3{
  143. display: flex;
  144. flex-direction: column;
  145. padding-right: 20rpx;
  146. height: 90rpx;
  147. justify-content: space-between;
  148. }
  149. swiper{
  150. height: 100vh;
  151. }
  152. .datelabel{
  153. width: 100%;
  154. height: 80rpx;
  155. background-color: #ffffff;
  156. border-radius: 6rpx;
  157. margin-top: 100rpx;
  158. display: flex;
  159. }
  160. .datelabel_1{
  161. width: 100%;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. border-radius: 6rpx;
  166. box-sizing: border-box;
  167. }
  168. .datelabel_2{
  169. width: 100%;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. border-radius: 6rpx;
  174. }
  175. .datelabel_3{
  176. width: 100%;
  177. display: flex;
  178. align-items: center;
  179. justify-content: center;
  180. border-radius: 6rpx;
  181. }
  182. .switch{
  183. width: 100%;
  184. height: 80rpx;
  185. margin-top: 40rpx;
  186. display: flex;
  187. justify-content:space-between;
  188. /* justify-content: space-around; */
  189. }
  190. .switch1{
  191. width: 100%;
  192. height: 80rpx;
  193. margin-top: 40rpx;
  194. display: flex;
  195. justify-content: center;
  196. /* justify-content: space-around; */
  197. }
  198. .switch_1{
  199. height: 100%;
  200. background-color: #ffffff;
  201. border-radius: 6rpx;
  202. display: flex;
  203. align-items: center;
  204. justify-content: center;
  205. }
  206. .switch_11{
  207. width: 20%;
  208. height: 100%;
  209. background-color: #ffffff;
  210. border-radius: 6rpx;
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. }
  215. .switch_2{
  216. padding:0rpx 20rpx;
  217. height: 100%;
  218. background-color: #ffffff;
  219. border-radius: 6rpx;
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. }
  224. .switch_2_{
  225. padding:0rpx 20rpx;
  226. height: 100%;
  227. background-color: #ffffff;
  228. border-radius: 6rpx;
  229. display: flex;
  230. align-items: center;
  231. justify-content: space-between;
  232. }
  233. .switch_22{
  234. margin-right: 10rpx;
  235. }
  236. .switch_3{
  237. height: 100%;
  238. background-color: #ffffff;
  239. border-radius: 6rpx;
  240. display: flex;
  241. align-items: center;
  242. justify-content: center;
  243. }
  244. .switch_33{
  245. width: 20%;
  246. height: 100%;
  247. background-color: #ffffff;
  248. border-radius: 6rpx;
  249. display: flex;
  250. align-items: center;
  251. justify-content: center;
  252. padding-left: 10rpx;
  253. }
  254. .tt_calendar{
  255. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  256. }
  257. .canvasbox{
  258. width: 100%;
  259. height: 400rpx;
  260. border-bottom:2rpx solid #cccccc;
  261. }
  262. .canvasbox1{
  263. width: 100%;
  264. height: 400rpx;
  265. }
  266. #mychart_line1{
  267. width: 100%;
  268. height: 100%;
  269. margin-top: 20rpx;
  270. box-sizing: border-box;
  271. }
  272. #mychart_line2{
  273. width: 100%;
  274. height: 100%;
  275. margin-top: 20rpx;
  276. box-sizing: border-box;
  277. }
  278. .t-bottom {
  279. z-index: 999 !important;
  280. }
  281. .t-tabs {
  282. /* background: var(--td-tab-nav-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff))); */
  283. background: rgba(var(--td-tab-nav-bg-color-rgb, 255, 255, 255), 0) !important;
  284. border-bottom: none !important;
  285. }
  286. .t-tabs__wrapper{
  287. background: rgba(var(--td-tab-nav-bg-color-rgb, 255, 255, 255), 0) !important;
  288. }
  289. .t-tabs__item--evenly{
  290. color: #ffffff !important;
  291. }
  292. .t-tabs__item--active{
  293. font-weight: 400 !important;
  294. color: var(--td-tab-item-active-color, var(--td-brand-color, var(--td-primary-color-7, #222222))) !important;
  295. }
  296. .t-tabs__track{
  297. background-color: var(--td-tab-track-color, var(--td-brand-color, var(--td-primary-color-7, #222222))) !important;
  298. }