运维小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. /* */
  2. .navigation-container {
  3. position: fixed;
  4. width: 100%;
  5. z-index: 99;
  6. background-color: #89bfea;
  7. }
  8. .navigation-bar {
  9. position: relative;
  10. width: 100%;
  11. display: flex;
  12. align-items: center;
  13. /* justify-content: center; */
  14. font-size: 36rpx;
  15. padding-left: 40rpx;
  16. flex-direction: row;
  17. color: #fff;
  18. }
  19. .home_tianq{
  20. width: 100%;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. font-size: 36rpx;
  25. /* padding-left: 40rpx; */
  26. flex-direction: row;
  27. color: #fff;
  28. }
  29. .homebox {
  30. position: relative;
  31. display: flex;
  32. align-items: center;
  33. /* justify-content: center; */
  34. font-size: 36rpx;
  35. /* padding-left: 40rpx; */
  36. flex-direction: row;
  37. color: #fff;
  38. }
  39. .title_1{
  40. font-weight: 500;
  41. font-size: 28rpx;
  42. display: flex;
  43. align-items: center;
  44. }
  45. .title_image{
  46. width: 24rpx;
  47. height: 24rpx;
  48. margin-left: 10rpx;
  49. transition: transform 3s ease; /* 添加过渡效果 */
  50. }
  51. .title_2{
  52. font-size: 28rpx;
  53. margin-top: 30rpx;
  54. }
  55. .nav-title {
  56. height: 100%;
  57. display: flex;
  58. align-items: center;
  59. margin-left: 20rpx;
  60. box-sizing: border-box;
  61. }
  62. .nav-search {
  63. position: absolute;
  64. display: flex;
  65. justify-content: flex-end;
  66. align-items: center;
  67. }
  68. /* // */
  69. .container {
  70. width: 100%;
  71. min-height: 100%;
  72. display: flex;
  73. align-items: center;
  74. /* 007544 */
  75. background: linear-gradient(to bottom, #0F80DC -40%, #F0F5F5 40%, #F0F5F5 100%);
  76. /* background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#F0F5F5 100%); */
  77. }
  78. .home{
  79. width: 100%;
  80. padding: 20rpx 20rpx;
  81. box-sizing: border-box;
  82. }
  83. .statistics{
  84. width: 100%;
  85. padding: 0rpx 40rpx;
  86. box-sizing: border-box;
  87. }
  88. .statistics_top{
  89. display: flex;
  90. justify-content: space-between;
  91. }
  92. .statistics_1{
  93. display: flex;
  94. flex-direction: column;
  95. justify-content: center;
  96. align-items: center;
  97. }
  98. .statistics_digit{
  99. font-size: 48rpx;
  100. }
  101. .statistics_title{
  102. margin-top: 10rpx;
  103. }
  104. .vajra{
  105. width: 100%;
  106. padding: 16rpx;
  107. display: flex;
  108. align-items: center;
  109. justify-content: space-between;
  110. background-color: #fff;
  111. box-sizing: border-box;
  112. border-radius: 20rpx;
  113. margin-top: 60rpx;
  114. }
  115. .vajra_role{
  116. width: 22%;
  117. padding: 20rpx 0rpx;
  118. display: flex;
  119. flex-direction: column;
  120. justify-content: center;
  121. align-items: center;
  122. border-radius: 10rpx;
  123. /* background-color: #ffffff; */
  124. }
  125. .vajra_rights{
  126. width: 22%;
  127. padding: 20rpx 0rpx;
  128. display: flex;
  129. flex-direction: column;
  130. justify-content: center;
  131. align-items: center;
  132. border-radius: 10rpx;
  133. /* background-color: #ffffff; */
  134. }
  135. .vajra_apply{
  136. width: 22%;
  137. padding: 20rpx 0rpx;
  138. display: flex;
  139. flex-direction: column;
  140. justify-content: center;
  141. align-items: center;
  142. border-radius: 10rpx;
  143. /* background-color: #ffffff; */
  144. }
  145. .role{
  146. width: 120rpx;
  147. height: 120rpx;
  148. margin-bottom: 20rpx;
  149. border-radius: 16rpx;
  150. box-sizing: border-box;
  151. }
  152. .role_botton{
  153. width: 60rpx;
  154. height: 60rpx;
  155. box-sizing: border-box;
  156. }
  157. .vajra_share{
  158. width: 22%;
  159. /* padding: 20rpx 0rpx; */
  160. display: flex;
  161. flex-direction: column;
  162. justify-content: center;
  163. align-items: center;
  164. border-radius: 10rpx;
  165. background-color: #ffffff;
  166. }
  167. .role_botton{
  168. width: 60rpx;
  169. height: 60rpx;
  170. box-sizing: border-box;
  171. }
  172. button{
  173. padding: 0rpx;
  174. margin: 0rpx;
  175. width: 100%;
  176. height: 148rpx;
  177. padding-top: 20rpx;
  178. display: flex;
  179. flex-direction: column;
  180. align-items: center;
  181. font-size: 28rpx;
  182. /* line-height: 130rpx; */
  183. border:0rpx #f5f5f5 solid;
  184. background-color: rgba(0, 0, 0, 0);
  185. }
  186. wx-button:after {
  187. display: flex;
  188. flex-direction: column;
  189. width: 100%;
  190. height: 148rpx;
  191. padding: 20rpx 0rpx;
  192. font-size: 28rpx;
  193. /* line-height: 130rpx; */
  194. border:0rpx #f5f5f5 solid;
  195. background-color: rgba(0, 0, 0, 0);
  196. }
  197. .examine{
  198. margin-top: 40rpx;
  199. font-size: 32rpx;
  200. }
  201. .examine_box{
  202. width: 100%;
  203. background-color: #fff;
  204. padding: 30rpx 0rpx;
  205. margin-top: 20rpx;
  206. border-radius: 10rpx;
  207. box-sizing: border-box;
  208. }
  209. .examine_title{
  210. width: 100%;
  211. display: flex;
  212. align-items: center;
  213. padding: 0rpx 0rpx 0rpx 20rpx;
  214. box-sizing: border-box;
  215. }
  216. .examine_title0{
  217. width: 120rpx;
  218. height: 40rpx;
  219. font-size: 22rpx;
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. border-radius: 30rpx;
  224. /* background-color: #0F80DC; */
  225. background-color: rgba(15, 128, 220, 0.2);
  226. color: #0F80DC;
  227. border: 1rpx solid #0F80DC;
  228. box-sizing: border-box;
  229. }
  230. .examine_title01{
  231. width: 120rpx;
  232. height: 40rpx;
  233. font-size: 22rpx;
  234. display: flex;
  235. align-items: center;
  236. justify-content: center;
  237. border-radius: 30rpx;
  238. /* background-color: #0F80DC; */
  239. color:#ee8d60;
  240. background-color: rgba(241, 120, 20, 0.2);
  241. border: 1rpx solid #f39b72;
  242. box-sizing: border-box;
  243. }
  244. .examine_title02{
  245. width: 120rpx;
  246. height: 40rpx;
  247. font-size: 22rpx;
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. border-radius: 30rpx;
  252. /* background-color: #0F80DC; */
  253. color:#0F80DC;
  254. background-color: rgba(15, 128, 220, 0.2);
  255. /* color: #007544; */
  256. border: 1rpx solid #0F80DC;
  257. box-sizing: border-box;
  258. }
  259. .examine_title1{
  260. flex: 1;
  261. font-weight: 600;
  262. font-size: 32rpx;
  263. display: flex;
  264. align-items: center;
  265. padding: 0rpx 10rpx;
  266. overflow: hidden;
  267. display: -webkit-box;
  268. text-overflow: ellipsis;
  269. box-orient: vertical;
  270. -webkit-box-orient: vertical;
  271. -moz-box-orient: vertical;
  272. -o-box-orient: vertical;
  273. -ms-box-orient: vertical;
  274. line-clamp: 1; /* 超出2行显示省略号 */
  275. -webkit-line-clamp: 1; /* 超出2行显示省略号 */
  276. box-sizing: border-box;
  277. }
  278. .examine_title2{
  279. width: 100rpx;
  280. height: 40rpx;
  281. font-size: 22rpx;
  282. display: flex;
  283. align-items: center;
  284. justify-content: center;
  285. border-top-left-radius:100rpx;
  286. border-bottom-left-radius:100rpx;
  287. background-color: rgb(255, 0, 0,0.2);
  288. color: red;
  289. border: 1rpx solid red;
  290. border-right: 0rpx solid red;
  291. box-sizing: border-box;
  292. }
  293. .examine_content{
  294. flex: 1;
  295. font-size: 24rpx;
  296. padding: 20rpx 20rpx;
  297. margin: 20rpx 20rpx;
  298. color: #cccccc;
  299. background-color: #f9f9f9;
  300. border-radius: 8rpx;
  301. box-sizing: border-box;
  302. }
  303. .feedback{
  304. margin-top: 8rpx;
  305. }
  306. .examine_bottom{
  307. display: flex;
  308. }
  309. .examine_bottom{
  310. display: flex;
  311. align-items: center;
  312. justify-content: space-between;
  313. padding: 0rpx 20rpx;
  314. box-sizing: border-box;
  315. }
  316. .examine_button{
  317. width: 100%;
  318. padding: 0rpx 20rpx;
  319. margin-top: 30rpx;
  320. display: flex;
  321. align-items: center;
  322. justify-content: space-between;
  323. box-sizing: border-box;
  324. }
  325. .examine_buttonleft{
  326. width: 160rpx;
  327. height:60rpx;
  328. border-radius: 12rpx;
  329. display: flex;
  330. align-items: center;
  331. justify-content: center;
  332. background-color: #0F80DC;
  333. color: #fff;
  334. box-sizing: border-box;
  335. }
  336. .examine_buttonright{
  337. width:160rpx;
  338. height:60rpx;
  339. display: flex;
  340. align-items: center;
  341. justify-content: center;
  342. margin-left: 10rpx;
  343. border-radius: 12rpx;
  344. background-color: #0F80DC;
  345. color: #fff;
  346. box-sizing: border-box;
  347. }
  348. .examine_name{
  349. color: #cccccc;
  350. }
  351. .available{
  352. width: 100%;
  353. display: flex;
  354. align-items: center;
  355. justify-content: center;
  356. margin-top: 60rpx;
  357. }
  358. .picker{
  359. display: flex;
  360. align-items: center;
  361. }
  362. .chevron_down{
  363. margin-left: 10rpx;
  364. }
  365. .weather{
  366. width: 160rpx;
  367. height: 160rpx;
  368. }
  369. .weather_1{
  370. font-size: 28rpx;
  371. }
  372. .weather_weather{
  373. width: 60rpx;
  374. height: 60rpx;
  375. }
  376. .weather_2{
  377. margin: 0rpx 10rpx;
  378. }
  379. .realtime1{
  380. width: 100%;
  381. display: flex;
  382. padding: 0rpx 20rpx;
  383. box-sizing: border-box;
  384. }
  385. .realtime2{
  386. width: 100%;
  387. display: flex;
  388. padding: 0rpx 20rpx;
  389. box-sizing: border-box;
  390. }
  391. .data_box{
  392. width: 100%;
  393. border-radius: 10rpx;
  394. padding-bottom:20rpx;
  395. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  396. box-sizing: border-box;
  397. background-color: #fff;
  398. }
  399. .data_box1{
  400. width: 100%;
  401. border-radius: 10rpx;
  402. box-sizing: border-box;
  403. /* padding-bottom:20rpx; */
  404. margin-top: 0rpx;
  405. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  406. box-sizing: border-box;
  407. background-color: #fff;
  408. position: relative;
  409. }
  410. .data_box11{
  411. width: 100%;
  412. border-radius: 20rpx;
  413. box-sizing: border-box;
  414. /* padding-bottom:20rpx; */
  415. margin-top: 0rpx;
  416. /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
  417. box-sizing: border-box;
  418. background-color: #fff;
  419. }
  420. .titledata{
  421. display: flex;
  422. font-size: 28rpx;
  423. align-items: center;
  424. justify-content: space-between;
  425. padding: 26rpx 30rpx 20rpx 30rpx;
  426. box-sizing: border-box;
  427. }
  428. .titledata1{
  429. display: flex;
  430. font-size: 28rpx;
  431. align-items: center;
  432. padding: 10rpx 10rpx 10rpx 30rpx;
  433. box-sizing: border-box;
  434. }
  435. .titledata11{
  436. width: 50%;
  437. }
  438. .realtime_left1{
  439. width: 50%;
  440. height: 120rpx;
  441. padding-bottom: 20rpx;
  442. display: flex;
  443. flex-direction: column;
  444. align-items: center;
  445. justify-content: center;
  446. font-size: 14px;
  447. border-right:1rpx solid #E1E0F4;
  448. }
  449. .realtime_left11{
  450. width: 50%;
  451. height: 60rpx;
  452. padding-bottom: 20rpx;
  453. display: flex;
  454. align-items: center;
  455. /* justify-content: center; */
  456. justify-content: space-around;
  457. font-size: 14px;
  458. border-right:1rpx solid #E1E0F4;
  459. }
  460. .realtime_text{
  461. font-size: 18px;
  462. margin-right: 4px;
  463. color: #00BA82;
  464. }
  465. .realtime_title{
  466. font-size: 14px;
  467. margin-top: 10rpx;
  468. color: #222;
  469. }
  470. .realtime_right1{
  471. width: 50%;
  472. height: 120rpx;
  473. padding-bottom: 20rpx;
  474. display: flex;
  475. flex-direction: column;
  476. align-items: center;
  477. justify-content: center;
  478. font-size: 14px;
  479. }
  480. .realtime_right2{
  481. width: 50%;
  482. height: 60rpx;
  483. padding-bottom: 20rpx;
  484. display: flex;
  485. align-items: center;
  486. /* justify-content: center; */
  487. justify-content: space-around;
  488. font-size: 14px;
  489. }
  490. .realtime_left2{
  491. width: 50%;
  492. height: 90rpx;
  493. display: flex;
  494. align-items: center;
  495. justify-content: center;
  496. font-size: 14px;
  497. border-top:1rpx solid #E1E0F4;
  498. }
  499. .canvasArea1 {
  500. width: 100%;
  501. display: flex;
  502. flex-direction: column;
  503. margin-top: 10rpx;
  504. align-items: center;
  505. }
  506. .canvasArea canvas {
  507. width: 300rpx;
  508. height: 300rpx;
  509. }
  510. .realtime{
  511. width: 100%;
  512. display: flex;
  513. padding: 0px 20rpx;
  514. box-sizing: border-box;
  515. }
  516. .realtime_left{
  517. width: 50%;
  518. height: 120rpx;
  519. display: flex;
  520. flex-direction: column;
  521. align-items: center;
  522. justify-content: center;
  523. font-size: 14px;
  524. border-bottom:1rpx solid #E1E0F4;
  525. border-right:1rpx solid #E1E0F4;
  526. }
  527. .realtime_right{
  528. width: 50%;
  529. height: 120rpx;
  530. display: flex;
  531. flex-direction: column;
  532. align-items: center;
  533. justify-content: center;
  534. font-size: 14px;
  535. border-bottom:1rpx solid #E1E0F4;
  536. }
  537. .realtime1{
  538. width: 100%;
  539. display: flex;
  540. padding: 0rpx 20rpx;
  541. box-sizing: border-box;
  542. }
  543. .realtime2{
  544. width: 100%;
  545. display: flex;
  546. justify-content: space-between;
  547. padding: 0rpx 20rpx;
  548. padding-top: 20rpx;
  549. box-sizing: border-box;
  550. }
  551. .realtime_left1{
  552. width: 50%;
  553. height: 120rpx;
  554. display: flex;
  555. flex-direction: column;
  556. align-items: center;
  557. justify-content: center;
  558. font-size: 14px;
  559. border-right:1rpx solid #E1E0F4;
  560. }
  561. .realtime_right1{
  562. width: 50%;
  563. height: 120rpx;
  564. display: flex;
  565. flex-direction: column;
  566. align-items: center;
  567. justify-content: center;
  568. font-size: 14px;
  569. }
  570. .realtime_text{
  571. font-size: 18px;
  572. margin-right: 4px;
  573. color: #00BA82;
  574. }
  575. .realtime_unit{
  576. font-size: 12px;
  577. color: #222;
  578. }
  579. .realtime_title{
  580. font-size: 14px;
  581. margin-top: 10rpx;
  582. color: #222;
  583. }
  584. .line{
  585. width: 100%;
  586. height: 100%;
  587. }
  588. #mychart_line {
  589. width: 100%;
  590. height: 100%;
  591. margin-top: 20rpx;
  592. box-sizing: border-box;
  593. }
  594. .equipment{
  595. width: 100%;
  596. display: flex;
  597. justify-content: space-between;
  598. padding: 0rpx 20rpx;
  599. box-sizing: border-box;
  600. margin-top: 30rpx;
  601. font-size: 28rpx;
  602. }
  603. .equipmenttext{
  604. font-size: 28rpx;
  605. font-weight: 600;
  606. }
  607. .details{
  608. font-weight: 400;
  609. font-size: 26rpx;
  610. color: #999999;
  611. display: flex;
  612. align-items: center;
  613. box-sizing: border-box;
  614. }
  615. .electric{
  616. width: 100%;
  617. padding: 0rpx 20rpx;
  618. box-sizing: border-box;
  619. margin-top: 20rpx;
  620. display: flex;
  621. justify-content: space-between;
  622. }
  623. .electric1{
  624. width: 48%;
  625. height: 400rpx;
  626. background-color: #ffffff;
  627. border-radius: 16rpx;
  628. padding: 20rpx 20rpx;
  629. box-sizing: border-box;
  630. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  631. }
  632. .electric_rong{
  633. display: flex;
  634. justify-content: space-between;
  635. align-items: center;
  636. }
  637. .electric_{
  638. color: #999999;
  639. }
  640. .pic_pic{
  641. width: 100%;
  642. height: 320rpx;
  643. box-sizing: border-box;
  644. }
  645. .cumulative1{
  646. display: flex;
  647. justify-content: space-between;
  648. align-items: center;
  649. }
  650. .cumulative11{
  651. font-size: 24rpx;
  652. color: #999999;
  653. }
  654. .cumulative2{
  655. display: flex;
  656. justify-content: space-between;
  657. align-items: center;
  658. margin-top: 20rpx;
  659. }
  660. .electric2{
  661. width: 48%;
  662. height: 400rpx;
  663. display: flex;
  664. flex-direction: column;
  665. justify-content: space-between;
  666. background-color: #ffffff;
  667. border-radius: 16rpx;
  668. padding: 0rpx 20rpx;
  669. box-sizing: border-box;
  670. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  671. }
  672. .electric21{
  673. width: 100%;
  674. height: 220rpx;
  675. padding-top: 20rpx;
  676. display: flex;
  677. flex-direction: column;
  678. justify-content: space-between;
  679. box-sizing: border-box
  680. }
  681. .electric22{
  682. width: 100%;
  683. height: 160rpx;
  684. padding: 20rpx 0rpx;
  685. display: flex;
  686. flex-direction: column;
  687. justify-content: space-between;
  688. box-sizing: border-box;
  689. border-top:1rpx solid #E1E0F4;
  690. }
  691. .electric3{
  692. font-size: 22rpx;
  693. }
  694. .electric4{
  695. font-size: 22rpx;
  696. color: #999999;
  697. }
  698. .battery{
  699. font-size: 24rpx;
  700. color: #222222;
  701. }
  702. .batteryccc{
  703. font-size: 20rpx;
  704. color: #999999;
  705. /* margin-top: 20rpx; */
  706. }
  707. .battery_bottom{
  708. width: 100%;
  709. /* border-bottom: 1rpx solid #E1E0F4; */
  710. }
  711. .tag_type1 {
  712. font-size: 28rpx;
  713. color: #F0A26C;
  714. font-weight: 600;
  715. }
  716. .tag_type2 {
  717. /* color: #15DB9B; */
  718. /* font-weight: 600; */
  719. color: #999999;
  720. }
  721. .tag_type21{
  722. display: flex;
  723. flex-direction: column;
  724. position: absolute;
  725. top: 10rpx;
  726. right: 20rpx;
  727. }
  728. .weather_21{
  729. font-size: 24rpx;
  730. box-sizing: border-box;
  731. }
  732. .tag_type3 {
  733. font-size: 28rpx;
  734. color: #b0c4de;
  735. font-weight: 600;
  736. /* 蓝 */
  737. }
  738. #mychart_line2{
  739. width: 100%;
  740. height: 100%;
  741. box-sizing: border-box;
  742. }
  743. .eccanvas{
  744. width: 100%;
  745. height: 280px;
  746. margin-top: 30rpx;
  747. border-radius: 10rpx;
  748. box-sizing: border-box;
  749. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  750. background-color: #fff;
  751. /* display: none; */
  752. }
  753. .choice{
  754. width: 240rpx;
  755. display: flex;
  756. border:1rpx solid #fff;
  757. background-color: #fff;
  758. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  759. border-radius: 8rpx;
  760. margin-left: 30rpx;
  761. overflow: hidden;
  762. box-sizing: border-box;
  763. }
  764. .choicess_box{
  765. display: flex;
  766. padding:10rpx 10rpx 10rpx 10rpx;
  767. border:1rpx solid #fff;
  768. /* background-color: #fff; */
  769. /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
  770. border-radius: 14rpx;
  771. box-sizing: border-box;
  772. overflow: hidden; /* 隐藏所有方向超出的内容 */
  773. white-space: nowrap; /* 强制内容在一行显示,避免文字换行后高度溢出 */
  774. overflow: auto; /* 隐藏所有方向超出的内容 */
  775. }
  776. .choicess{
  777. display: flex;
  778. border:1rpx solid #f9f9f9;
  779. background-color: #fff;
  780. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  781. border-radius: 10rpx;
  782. box-sizing: border-box;
  783. overflow: hidden; /* 隐藏所有方向超出的内容 */
  784. white-space: nowrap; /* 强制内容在一行显示,避免文字换行后高度溢出 */
  785. overflow: auto; /* 隐藏所有方向超出的内容 */
  786. }
  787. .choicecolor{
  788. background-color: rgba(60, 158, 250, 1);
  789. color: #fff;
  790. }
  791. .choiceday{
  792. width: 80rpx;
  793. height: 40rpx;
  794. display: flex;
  795. align-items: center;
  796. justify-content: center;
  797. border-right:1rpx solid #cccccc;
  798. }
  799. .choicedays{
  800. height: 60rpx;
  801. display: flex;
  802. padding: 0rpx 20rpx;
  803. align-items: center;
  804. justify-content: center;
  805. }
  806. .choicemoon{
  807. width: 80rpx;
  808. height: 40rpx;
  809. display: flex;
  810. align-items: center;
  811. border-right:1rpx solid #cccccc;
  812. justify-content: center;
  813. }
  814. .choiceyear{
  815. width: 80rpx;
  816. height: 40rpx;
  817. display: flex;
  818. align-items: center;
  819. justify-content: center;
  820. }
  821. .calendar_head {
  822. display: flex;
  823. align-items: center;
  824. /* justify-content: space-between; */
  825. justify-content: space-around;
  826. padding: 20rpx 24rpx;
  827. /* background-color: #fff; */
  828. /* border-bottom: 1px solid #f1f1f1; */
  829. }
  830. .nav-icon {
  831. padding: 12rpx;
  832. margin: 0 8rpx;
  833. border-radius: 8rpx;
  834. transition: all 0.2s ease;
  835. }
  836. .nav-icon:not(.disabled):active {
  837. background-color: #f5f5f5;
  838. transform: scale(0.95);
  839. }
  840. .nav-icon.disabled {
  841. color: #ccc;
  842. cursor: not-allowed;
  843. }
  844. .date-display {
  845. font-size: 32rpx;
  846. font-weight: 500;
  847. padding: 8rpx 24rpx;
  848. border-radius: 8rpx;
  849. background-color: #f8f8f8;
  850. min-width: 220rpx;
  851. text-align: center;
  852. }
  853. /* ::v-deep.t-calendar--popup{
  854. height: 50%;
  855. } */