app.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. view {
  2. box-sizing: border-box;
  3. }
  4. .tab {
  5. display: flex;
  6. flex: 1;
  7. background-color: #FFFFFF;
  8. position: relative;
  9. transform: all 1.1s ease;
  10. }
  11. .tab .tablist {
  12. width: 50%;
  13. height: 84px;
  14. font-size: 34px;
  15. font-family: PingFangSC-Semibold, PingFang SC;
  16. font-weight: 400;
  17. color: #E03326;
  18. line-height: 84px;
  19. text-align: center;
  20. }
  21. .tab .tablistfan {
  22. width: 50%;
  23. height: 84px;
  24. font-size: 34px;
  25. font-family: PingFangSC-Semibold, PingFang SC;
  26. font-weight: 400;
  27. color: #333333;
  28. line-height: 84px;
  29. text-align: center;
  30. }
  31. .tab .tabhua1 {
  32. width: 136px;
  33. height: 4px;
  34. position: absolute;
  35. top: 80px;
  36. left: 118px;
  37. background-color: #E03326;
  38. }
  39. .tab .tabhua2 {
  40. width: 136px;
  41. height: 4px;
  42. position: absolute;
  43. top: 80px;
  44. left: 500px;
  45. background-color: #E03326;
  46. }
  47. .recall {
  48. background-color: #FFF4EF;
  49. height: 72px;
  50. padding-top: 20px;
  51. }
  52. .recall View {
  53. height: 32px;
  54. font-size: 28px;
  55. font-family: PingFangSC-Regular, PingFang SC;
  56. font-weight: 400;
  57. color: #111111;
  58. display: flex;
  59. }
  60. .recall View::before {
  61. content: '';
  62. display: inline-block;
  63. height: 32px;
  64. width: 32px;
  65. margin-left: 24px;
  66. margin-right: 32px;
  67. background: url(assets/img/recall.png) no-repeat;
  68. background-size: 100% auto;
  69. }
  70. .promessage {
  71. width: 100%;
  72. border-radius: 16px;
  73. margin-top: 24px;
  74. background-color: #FFFFFF;
  75. }
  76. .promessage .messtitle {
  77. margin-left: 24px;
  78. display: inline-block;
  79. width: 156px;
  80. padding-top: 24px;
  81. font-size: 36px;
  82. font-weight: 600;
  83. color: #333333;
  84. }
  85. .promessage .small1 {
  86. display: inline-block;
  87. margin-left: 8px;
  88. font-size: 26px;
  89. font-weight: 400;
  90. color: #999999;
  91. }
  92. .promessage .small2 {
  93. display: inline-block;
  94. font-size: 26px;
  95. font-weight: 400;
  96. color: #F24724;
  97. }
  98. .promessage .messdiv {
  99. height: 95px;
  100. border-bottom: solid 1px #ececec;
  101. padding-left: 0;
  102. position: relative;
  103. }
  104. .promessage .messdiv .mess1 {
  105. padding-left: 24px;
  106. padding-top: 28px;
  107. font-size: 30px;
  108. font-weight: 400;
  109. color: #333333;
  110. }
  111. .promessage .messdiv .mess2 {
  112. font-size: 30px;
  113. font-weight: 400;
  114. color: #999999;
  115. position: absolute;
  116. top: 28px;
  117. right: 22px;
  118. }
  119. .promessage .messdiv .iconpic {
  120. width: 112px;
  121. height: 96px;
  122. position: absolute;
  123. top: 0px;
  124. right: 22px;
  125. background: url(assets/img/iconlogo.png) no-repeat;
  126. background-size: 100% auto;
  127. }
  128. .promessage .messdiv .icon2 {
  129. width: 50px;
  130. height: 50px;
  131. position: absolute;
  132. top: 20px;
  133. right: 20px;
  134. background: url(assets/img/right.png) no-repeat;
  135. background-size: 100% auto;
  136. }
  137. .videodiv {
  138. border-radius: 16px;
  139. background-color: #FFFFFF;
  140. margin-top: 28px;
  141. padding: 28px 24px 32px 24px;
  142. }
  143. .videodiv .title {
  144. font-size: 36px;
  145. font-weight: 600;
  146. color: #333333;
  147. }
  148. .videodiv .video {
  149. height: 368px;
  150. background-color: #333333;
  151. margin-top: 24px;
  152. }
  153. .but {
  154. height: 98px;
  155. width: 702px;
  156. text-align: center;
  157. line-height: 98px;
  158. background: #E03326;
  159. border-radius: 12px;
  160. margin: 40px 24px 432px 24px;
  161. font-size: 36px;
  162. font-weight: 400;
  163. color: #FFFFFF;
  164. }
  165. .advicetitle {
  166. font-size: 36px;
  167. font-weight: 500;
  168. color: #333333;
  169. padding: 24px 0 32px 20px;
  170. }
  171. .thingdiv {
  172. width: 343px;
  173. background: #FFFFFF;
  174. border-radius: 16px;
  175. display: inline-block;
  176. margin-bottom: 24px;
  177. }
  178. .thingdiv .pic {
  179. height: 240px;
  180. background-color: #ececec;
  181. border-radius: 16px 16px 0 0;
  182. }
  183. .thingdiv .title {
  184. margin: 16px 24px 14px 24px;
  185. width: 295px;
  186. height: 84px;
  187. font-size: 30px;
  188. font-weight: 500;
  189. color: #333333;
  190. text-overflow: -o-ellipsis-lastline;
  191. overflow: hidden;
  192. text-overflow: ellipsis;
  193. display: -webkit-box;
  194. -webkit-line-clamp: 2;
  195. -webkit-box-orient: vertical;
  196. }
  197. .thingdiv .has {
  198. font-size: 24px;
  199. font-weight: 400;
  200. color: #999999;
  201. display: inline-block;
  202. }
  203. .thingdiv .has::before {
  204. content: '';
  205. display: inline-block;
  206. width: 22.32px;
  207. height: 23.26px;
  208. background: url(assets/img/renzheng.png) no-repeat;
  209. background-size: 100% auto;
  210. margin-left: 24px;
  211. margin-right: 10px;
  212. }
  213. .thingdiv .has::after {
  214. content: '';
  215. display: inline-block;
  216. width: 1px;
  217. height: 24px;
  218. background: #E5E5E5;
  219. margin-left: 12px;
  220. margin-right: 12px;
  221. }
  222. .thingdiv .address {
  223. display: inline-block;
  224. font-size: 24px;
  225. font-weight: 400;
  226. color: #999999;
  227. }
  228. .thingdiv .price {
  229. font-size: 30px;
  230. font-weight: 600;
  231. color: #F65200;
  232. margin: 28px 0 22px 24px;
  233. }
  234. .weather {
  235. margin-top: 24px;
  236. padding: 24px 0 32px 0;
  237. background-color: #FFF;
  238. border-radius: 16px;
  239. }
  240. .weather .dev {
  241. display: flex;
  242. }
  243. .weather .dev .title {
  244. display: inline-block;
  245. font-size: 36px;
  246. font-weight: 600;
  247. color: #0B0D0E;
  248. margin: 0 400px 28px 22px;
  249. }
  250. .weather .dev .address {
  251. display: flex;
  252. font-size: 24px;
  253. font-weight: 500;
  254. color: #999999;
  255. }
  256. .weather .dev .address::before {
  257. content: '';
  258. display: inline-block;
  259. width: 32px;
  260. height: 32px;
  261. background: url(assets/img/address.png) no-repeat;
  262. background-size: 100% auto;
  263. }
  264. .weather .today {
  265. padding: 40px 0 38px 40px;
  266. border-top: 1px solid #EEEEEE;
  267. border-bottom: 1px solid #EEEEEE;
  268. display: flex;
  269. font-family: PingFangSC-Medium, PingFang SC;
  270. }
  271. .weather .today .temp_curr {
  272. display: inline-block;
  273. font-size: 120px;
  274. font-family: AvenirNext-DemiBold, AvenirNext;
  275. font-weight: 600;
  276. color: #333333;
  277. }
  278. .weather .today .todaydate {
  279. display: flex;
  280. flex-wrap: wrap;
  281. }
  282. .weather .today .todaydate .du {
  283. width: 100%;
  284. margin-left: 20px;
  285. margin-top: 20px;
  286. font-size: 48px;
  287. font-family: AvenirNext-Medium, AvenirNext;
  288. font-weight: 500;
  289. color: #333333;
  290. }
  291. .weather .today .todaydate .sun {
  292. margin-left: 35px;
  293. font-size: 36px;
  294. font-weight: 500;
  295. color: #333333;
  296. }
  297. .weather .today .todaydate .date {
  298. margin-top: 8px;
  299. margin-left: 22px;
  300. font-size: 28px;
  301. font-weight: 500;
  302. color: #333333;
  303. }
  304. .weather .today .todaydate .temparea {
  305. margin-top: 8px;
  306. margin-left: 12px;
  307. font-size: 28px;
  308. font-weight: 500;
  309. color: #333333;
  310. line-height: 40px;
  311. }
  312. .weather .futuretitle {
  313. width: 526px;
  314. height: 60px;
  315. background: #F0F1F2;
  316. border-radius: 30px;
  317. margin: 30px 0 16px 88px;
  318. text-align: center;
  319. font-size: 26px;
  320. font-weight: 600;
  321. color: #6C6D71;
  322. line-height: 60px;
  323. }
  324. .weather .futurediv {
  325. padding: 40px 54px 0 40px;
  326. display: flex;
  327. position: relative;
  328. }
  329. .weather .futurediv .data {
  330. font-size: 26px;
  331. font-weight: 500;
  332. color: #333333;
  333. margin-right: 136px;
  334. }
  335. .weather .futurediv .wea {
  336. font-size: 26px;
  337. font-weight: 500;
  338. color: #333333;
  339. }
  340. .weather .futurediv .weabefore {
  341. content: '';
  342. display: inline-block;
  343. width: 36px;
  344. height: 36px;
  345. margin-right: 20px;
  346. background-size: 100% auto;
  347. }
  348. .weather .futurediv .temp {
  349. font-size: 26px;
  350. font-weight: 500;
  351. color: #333333;
  352. position: absolute;
  353. top: 40px;
  354. right: 54px;
  355. }
  356. .qing {
  357. background: url(assets/img/weather/qing.png) no-repeat;
  358. }
  359. .duoyun {
  360. background: url(assets/img/weather/duoyun.png) no-repeat;
  361. }
  362. .yin {
  363. background: url(assets/img/weather/yin.png) no-repeat;
  364. }
  365. .yu {
  366. background: url(assets/img/weather/yu.png) no-repeat;
  367. }
  368. .leizhenyu {
  369. background: url(assets/img/weather/leizhenyu.png) no-repeat;
  370. }
  371. .xue {
  372. background: url(assets/img/weather/xue.png) no-repeat;
  373. }
  374. .wu {
  375. background: url(assets/img/weather/wu.png) no-repeat;
  376. }
  377. .shachenbao {
  378. background: url(assets/img/weather/shachenbao.png) no-repeat;
  379. }