investHome3.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. *,
  2. *:before,
  3. *:after {
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html,
  9. body {
  10. height: 100%;
  11. font-size: 14px;
  12. background-color: #ecffff;
  13. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  14. 'Hiragino Sans GB', Arial, sans-serif;
  15. }
  16. .flex {
  17. display: flex;
  18. }
  19. .flex1 {
  20. flex: 1;
  21. }
  22. .flex2 {
  23. flex: 2;
  24. }
  25. .flex-around {
  26. display: flex;
  27. justify-content: space-around;
  28. }
  29. .flex-between {
  30. display: flex;
  31. justify-content: space-between;
  32. align-items: center;
  33. }
  34. .flex-end {
  35. display: flex;
  36. justify-content: flex-end;
  37. }
  38. .flex-align-center {
  39. display: flex;
  40. align-items: center;
  41. }
  42. .text-center {
  43. text-align: center;
  44. }
  45. .font12 {
  46. font-size: 12px;
  47. }
  48. .main-color {
  49. color: #0bf1ff;
  50. }
  51. .danger-color {
  52. color: #f15450 !important;
  53. }
  54. .error-color {
  55. color: #ffc704 !important;
  56. }
  57. .btm10 {
  58. margin-bottom: 10px;
  59. }
  60. .btm20 {
  61. margin-bottom: 20px;
  62. }
  63. a {
  64. text-decoration: none;
  65. cursor: pointer;
  66. }
  67. [v-cloak] {
  68. display: none;
  69. }
  70. #app {
  71. background: url('../images/page-bg.png') center center no-repeat;
  72. background-size: 100% 100%;
  73. padding-top: 10px;
  74. height: 100vh;
  75. overflow: hidden;
  76. color: #fff;
  77. }
  78. .my-header {
  79. position: relative;
  80. height: 70px;
  81. line-height: 70px;
  82. background: url('../images/header-bg.png') center center no-repeat;
  83. background-size: 100% 100%;
  84. text-align: center;
  85. font-weight: bold;
  86. font-size: 32px;
  87. font-weight: 600;
  88. }
  89. .my-header span {
  90. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  91. -webkit-background-clip: text;
  92. -webkit-text-fill-color: transparent;
  93. }
  94. .my-header span.right {
  95. position: absolute;
  96. right: 60px;
  97. top: 0px;
  98. font-size: 16px;
  99. }
  100. .main {
  101. padding: 15px;
  102. height: calc(100vh - 25px);
  103. background: url('../images/back-big.png') no-repeat center bottom;
  104. padding-bottom: 65px;
  105. display: grid;
  106. grid-template-rows: 1fr 2fr;
  107. gap: 10px;
  108. }
  109. .top {
  110. display: grid;
  111. grid-template-columns: repeat(2, minmax(0, 1fr));
  112. gap: 10px;
  113. }
  114. .center,
  115. .footer {
  116. display: grid;
  117. grid-template-columns: repeat(2, minmax(0, 1fr));
  118. gap: 10px;
  119. }
  120. .top-left,
  121. .top-right {
  122. height: 100%;
  123. background: url('../images3/big.png') no-repeat;
  124. background-size: 100% 100%;
  125. position: relative;
  126. }
  127. .panel-title {
  128. position: relative;
  129. text-align: center;
  130. height: 50px;
  131. line-height: 50px;
  132. }
  133. .panel-title .text {
  134. font-size: 20px;
  135. font-weight: 600;
  136. color: #05fbfe;
  137. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  138. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  139. -webkit-background-clip: text;
  140. -webkit-text-fill-color: transparent;
  141. position: relative;
  142. }
  143. .panel-title .text::before {
  144. position: absolute;
  145. content: ' ';
  146. top: 10px;
  147. left: -40px;
  148. width: 30px;
  149. height: 10px;
  150. background: url('../images/title-left.png') no-repeat;
  151. }
  152. .panel-title .text::after {
  153. position: absolute;
  154. content: ' ';
  155. top: 10px;
  156. right: -40px;
  157. width: 30px;
  158. height: 10px;
  159. background: url('../images/title-right.png') no-repeat;
  160. }
  161. .top-left-bottom,
  162. .top-right-bottom,
  163. .center-right-bottom,
  164. .center-center-bottom,
  165. .center-left-bottom,
  166. .footer-right-bottom,
  167. .footer-center-bottom {
  168. height: calc(100% - 50px);
  169. width: 100%;
  170. padding: 10px;
  171. }
  172. .top-left-bottom-left {
  173. height: 100%;
  174. width: 20%;
  175. background: url('../images3/big.png') no-repeat;
  176. background-size: 100% 100%;
  177. position: relative;
  178. }
  179. .top-left-bottom-right {
  180. height: 100%;
  181. width: calc(80% - 10px);
  182. background: url('../images3/big.png') no-repeat;
  183. background-size: 100% 100%;
  184. }
  185. .light {
  186. width: 120px;
  187. height: 100px;
  188. }
  189. .top-left-bottom-left > .num {
  190. color: #69c0ff;
  191. font-size: 20px;
  192. font-weight: bold;
  193. position: absolute;
  194. top: 50px;
  195. }
  196. .downList {
  197. background: url('../images3/down-back.png') no-repeat;
  198. background-size: 100% 100%;
  199. width: 85px;
  200. height: 30px;
  201. position: absolute;
  202. right: 10px;
  203. top: 10px;
  204. }
  205. .downList > img {
  206. width: 11px;
  207. height: 7px;
  208. margin-left: 10px;
  209. }
  210. .center-right,
  211. .center-center,
  212. .center-left,
  213. .footer-right,
  214. .footer-center,
  215. .footer-left {
  216. background: url('../images3/small.png') no-repeat;
  217. background-size: 100% 100%;
  218. }
  219. .center-right-bottom {
  220. display: grid;
  221. grid-template-columns: repeat(2, minmax(0, 1fr));
  222. gap: 10px;
  223. }
  224. .center-right-bottom > div,
  225. .center-center-bottom > div {
  226. background: url('../images3/small.png') no-repeat;
  227. background-size: 100% 100%;
  228. }
  229. .center-right-bottom-right {
  230. width: 100%;
  231. height: 100%;
  232. position: relative;
  233. }
  234. .center-right-bottom-right-text {
  235. color: #40a9ff;
  236. font-size: 18px;
  237. font-weight: bold;
  238. position: absolute;
  239. width: 100px;
  240. height: 40px;
  241. line-height: 40px;
  242. text-align: center;
  243. left: calc(50% - 50px);
  244. top: calc(50% - 30px);
  245. }
  246. .center-center-bottom,
  247. .center-left-bottom {
  248. width: 100%;
  249. display: grid;
  250. grid-template-columns: 60% 40%;
  251. gap: 10px;
  252. }
  253. .center-center-bottom > div:nth-child(1) > div:nth-child(1) {
  254. height: 20%;
  255. padding-bottom: 10px;
  256. }
  257. .center-center-bottom-list {
  258. height: 80%;
  259. display: flex;
  260. flex-direction: column;
  261. justify-content: space-between;
  262. }
  263. .center-center-bottom-list .el-progress-bar__inner {
  264. background: linear-gradient(to right, #092854, #00aeff);
  265. }
  266. .center-center-bottom-list .el-progress__text {
  267. color: #fff;
  268. }
  269. .el-progress {
  270. border: 1px solid #115079;
  271. }
  272. .center-center-bottom > div {
  273. padding: 10px;
  274. }
  275. .center-center-bottom-right {
  276. display: flex;
  277. justify-content: center;
  278. align-items: center;
  279. position: relative;
  280. }
  281. .center-center-bottom-right > div:nth-child(1) {
  282. border: 1px dashed #00ffff;
  283. width: 1px;
  284. height: 80%;
  285. }
  286. .center-center-bottom-right > div:nth-child(2) {
  287. position: absolute;
  288. top: calc(20% - 30px);
  289. left: calc(50% - 95px);
  290. background-color: #166592;
  291. color: #2cc6ff;
  292. width: 190px;
  293. height: 20px;
  294. line-height: 20px;
  295. text-align: center;
  296. }
  297. .center-center-bottom-right > div:nth-child(3) {
  298. position: absolute;
  299. top: 60px;
  300. left: 117px;
  301. background-color: #166592;
  302. color: #2cc6ff;
  303. width: 60px;
  304. height: 20px;
  305. line-height: 20px;
  306. text-align: center;
  307. }
  308. .center-center-bottom-right > div:nth-child(4) {
  309. position: absolute;
  310. top: 100px;
  311. left: 55px;
  312. background-color: #416d63;
  313. color: #ffd802;
  314. width: 60px;
  315. height: 20px;
  316. line-height: 20px;
  317. text-align: center;
  318. }
  319. .center-center-bottom-right > div:nth-child(5) {
  320. position: absolute;
  321. top: 140px;
  322. left: 117px;
  323. background-color: #166592;
  324. color: #2cc6ff;
  325. width: 60px;
  326. height: 20px;
  327. line-height: 20px;
  328. text-align: center;
  329. }
  330. .center-left-bottom-list {
  331. border: 1px solid #06345e;
  332. }
  333. .center-left-bottom-list > span {
  334. display: inline-block;
  335. padding: 5px 30px;
  336. cursor: pointer;
  337. }
  338. .center-left-bottom-list > span:hover {
  339. color: #2abbff;
  340. }
  341. .center-left-bottom-list > span:nth-child(odd) {
  342. background-color: #1a426c;
  343. }
  344. .footer-right-bottom {
  345. padding: 0 50px !important;
  346. padding-bottom: 20px !important;
  347. }
  348. .footer-right-bottom .el-progress-bar__inner {
  349. background: linear-gradient(to right, #092854, #00aeff);
  350. }
  351. .footer-right-bottom .el-progress {
  352. width: 85%;
  353. }
  354. .el-progress-bar__outer {
  355. background-color: #6fa0ce;
  356. }
  357. .blue {
  358. color: #3af7fe;
  359. }
  360. .yellow {
  361. color: #ffd200;
  362. }
  363. .pink {
  364. color: #d87aff;
  365. }
  366. .footer-left-bottom {
  367. height: 100%;
  368. padding: 10px;
  369. font-size: 14px;
  370. }
  371. .bottom-right {
  372. height: 100%;
  373. display: grid;
  374. grid-template-columns: 1fr 2fr;
  375. gap: 10px;
  376. }
  377. .bottom-right-right {
  378. height: 100%;
  379. display: grid;
  380. grid-template-rows: repeat(2, minmax(0, 1fr));
  381. gap: 10px;
  382. }
  383. .bottom-right-left {
  384. width: 100%;
  385. height: 100%;
  386. }
  387. .bottom-right-left-content {
  388. width: 100%;
  389. height: calc(100% - 50px);
  390. display: grid;
  391. grid-template-rows: repeat(2, minmax(0, 1fr));
  392. gap: 10px;
  393. }
  394. .center-center {
  395. height: 100%;
  396. grid-template-rows: repeat(2, minmax(0, 1fr));
  397. gap: 10px;
  398. }
  399. .bottom-right-left-content-top,
  400. .bottom-right-left-content-bottom {
  401. width: 100%;
  402. height: 100%;
  403. display: grid;
  404. grid-template-columns: repeat(2, minmax(0, 1fr));
  405. gap: 10px;
  406. }
  407. .bottom-right-left-content-top-right {
  408. width: 100%;
  409. height: 100%;
  410. display: grid;
  411. gap: 10px;
  412. grid-template-rows: repeat(2, minmax(0, 1fr));
  413. grid-template-columns: repeat(2, minmax(0, 1fr));
  414. }
  415. .bottom-right-left-content-bottom {
  416. padding: 10px;
  417. }
  418. .bottom-right-left-content-bottom div {
  419. width: 100%;
  420. height: 100%;
  421. }
  422. .bottom-right-left-content-bottom-bottom {
  423. display: grid;
  424. grid-template-rows: repeat(2, minmax(0, 1fr));
  425. gap: 10px;
  426. }
  427. .bottom-right-back {
  428. background-color: #0e3b63;
  429. padding: 10px;
  430. }
  431. .arrow {
  432. top: 10px;
  433. right: 30px;
  434. width: 30px !important;
  435. height: 30px !important;
  436. }
  437. /* zhb */
  438. /* 宽高纵横比 */
  439. .aspect-auto {
  440. aspect-ratio: auto;
  441. }
  442. .aspect-square {
  443. aspect-ratio: 1 / 1;
  444. }
  445. .aspect-video {
  446. aspect-ratio: 16 / 9;
  447. }
  448. /* aspect-[4/3] */
  449. /* 居中 */
  450. .mx-auto {
  451. margin: 0 auto;
  452. }
  453. /* 设置容器内的列数/每列距离 */
  454. .columns-1 {
  455. columns: 1;
  456. }
  457. /* columns-[20px] */
  458. /* 盒子模型 */
  459. .box-border {
  460. box-sizing: border-box;
  461. }
  462. .box-content {
  463. box-sizing: content-box;
  464. }
  465. /* 消失 */
  466. .hidden {
  467. display: none;
  468. }
  469. /* 块级元素 */
  470. .block {
  471. display: block;
  472. }
  473. /* 行内块 */
  474. .inline-block {
  475. display: inline-block;
  476. }
  477. /* 行内元素 */
  478. .inline {
  479. display: inline;
  480. }
  481. /* 弹性布局 */
  482. .flex {
  483. display: flex;
  484. }
  485. /* 主轴起点在左边 */
  486. .flex-row {
  487. flex-direction: row;
  488. }
  489. /* 主轴起点在右边 */
  490. .flex-row-reverse {
  491. flex-direction: row-reverse;
  492. }
  493. /* 主轴竖向排列,在上面 */
  494. .flex-col {
  495. flex-direction: column;
  496. }
  497. /* 主轴竖向排列,在下面 */
  498. .flex-col-reverse {
  499. flex-direction: column-reverse;
  500. }
  501. /* 自动换行 */
  502. .flex-wrap {
  503. flex-wrap: wrap;
  504. }
  505. /* 自动换行下起点 */
  506. .flex-wrap-reverse {
  507. flex-wrap: wrap-reverse;
  508. }
  509. /* 不换行 */
  510. .flex-nowrap {
  511. flex-wrap: nowrap;
  512. }
  513. /* 弹性成长 */
  514. .grow {
  515. flex-grow: 1;
  516. }
  517. /* 不允许弹性成长 */
  518. .grow-0 {
  519. flex-grow: 0;
  520. }
  521. /* 主轴从左开始 */
  522. .justify-start {
  523. justify-content: flex-start;
  524. }
  525. /* 主轴从右开始 */
  526. .justify-end {
  527. justify-content: flex-end;
  528. }
  529. /* 主轴剧中 */
  530. .justify-center {
  531. justify-content: center;
  532. }
  533. /* 主轴两端无间隔 */
  534. .justify-between {
  535. justify-content: space-between;
  536. }
  537. /* 主轴两端有间隔 */
  538. .justify-around {
  539. justify-content: space-around;
  540. }
  541. /* 所有间隔相等 */
  542. .justify-evenly {
  543. justify-content: space-evenly;
  544. }
  545. /* 纵向起点最上方 */
  546. .items-start {
  547. align-items: flex-start;
  548. }
  549. /* 纵向起点最下方 */
  550. .items-end {
  551. align-items: flex-end;
  552. }
  553. .items-center {
  554. align-items: center;
  555. }
  556. /* 网格布局 */
  557. .grid {
  558. display: grid;
  559. }
  560. /* 有几列 */
  561. .grid-cols-4 {
  562. grid-template-columns: repeat(4, minmax(0, 1fr));
  563. }
  564. /* 有几行 */
  565. .grid-rows-3 {
  566. grid-template-rows: repeat(3, minmax(0, 1fr));
  567. }
  568. /* 间距 */
  569. .gap-7 {
  570. gap: 1.75rem;
  571. }
  572. /* 允许弹性成长 */
  573. .shrink {
  574. flex-shrink: 1;
  575. }
  576. /* 不允许弹性成长 */
  577. .shrink-0 {
  578. flex-shrink: 0;
  579. }
  580. /* 不允许成长也不允许收缩 */
  581. .flex-none {
  582. flex: none;
  583. }
  584. /* 浮动布局 */
  585. .float-right {
  586. float: right;
  587. }
  588. .float-left {
  589. float: left;
  590. }
  591. .clear-both {
  592. clear: both;
  593. }
  594. /* 溢出 */
  595. .overflow-auto {
  596. overflow: auto;
  597. }
  598. .overflow-hidden {
  599. overflow: hidden;
  600. }
  601. .overflow-scroll {
  602. overflow: scroll;
  603. }
  604. .overflow-x-auto {
  605. overflow-x: auto;
  606. }
  607. .overflow-y-auto {
  608. overflow-y: auto;
  609. }
  610. /* 定位 */
  611. .fixed {
  612. position: fixed;
  613. }
  614. .absolute {
  615. position: absolute;
  616. }
  617. .relative {
  618. position: relative;
  619. }
  620. .top-0 {
  621. top: 0px;
  622. }
  623. .right-0 {
  624. right: 0px;
  625. }
  626. .bottom-0 {
  627. bottom: 0px;
  628. }
  629. .left-0 {
  630. left: 0px;
  631. }
  632. /* top-[3px] */
  633. /* z-[100] */
  634. /* 显示隐藏未脱离文档流 */
  635. .visible {
  636. visibility: visible;
  637. }
  638. .invisible {
  639. visibility: hidden;
  640. }
  641. /* 内边距 */
  642. .p-0 {
  643. padding: 0px;
  644. }
  645. .px-0 {
  646. padding-left: 0px;
  647. padding-right: 0px;
  648. }
  649. .py-0 {
  650. padding-top: 0px;
  651. padding-bottom: 0px;
  652. }
  653. .pt-0 {
  654. padding-top: 0px;
  655. }
  656. .pr-0 {
  657. padding-right: 0px;
  658. }
  659. .pb-0 {
  660. padding-bottom: 0px;
  661. }
  662. .pl-0 {
  663. padding-left: 0px;
  664. }
  665. /* p-[5px] */
  666. /* 外边距 */
  667. .m-0 {
  668. margin: 0px;
  669. }
  670. .mx-0 {
  671. margin-left: 0px;
  672. margin-right: 0px;
  673. }
  674. .my-0 {
  675. margin-top: 0px;
  676. margin-bottom: 0px;
  677. }
  678. .mt-0 {
  679. margin-top: 0px;
  680. }
  681. .mr-0 {
  682. margin-right: 0px;
  683. }
  684. .mb-0 {
  685. margin-bottom: 0px;
  686. }
  687. .ml-0 {
  688. margin-left: 0px;
  689. }
  690. /* m-[5px] */
  691. /* 宽度 */
  692. .w-full {
  693. width: 100%;
  694. }
  695. .w-screen {
  696. width: 100vw;
  697. }
  698. /* w-[32rem] */
  699. /* min-w-[50%] */
  700. /* max-w-[50%] */
  701. /* 高度 */
  702. .h-full {
  703. height: 100%;
  704. }
  705. .h-screen {
  706. height: 100vh;
  707. }
  708. /* h-[32rem] */
  709. /* min-h-[50%] */
  710. /* max-h-[32rem] */
  711. /* 字体 */
  712. .text-xs {
  713. font-size: 0.75rem; /* 12px */
  714. line-height: 1rem; /* 16px */
  715. }
  716. .text-sm {
  717. font-size: 0.875rem; /* 14px */
  718. line-height: 1.25rem; /* 20px */
  719. }
  720. .text-base {
  721. font-size: 1rem; /* 16px */
  722. line-height: 1.5rem; /* 24px */
  723. }
  724. .text-lg {
  725. font-size: 1.125rem; /* 18px */
  726. line-height: 1.75rem; /* 28px */
  727. }
  728. .text-xl {
  729. font-size: 1.25rem; /* 20px */
  730. line-height: 1.75rem; /* 28px */
  731. }
  732. .text-2xl {
  733. font-size: 1.5rem; /* 24px */
  734. line-height: 2rem; /* 32px */
  735. }
  736. .text-3xl {
  737. font-size: 1.875rem; /* 30px */
  738. line-height: 2.25rem; /* 36px */
  739. }
  740. .text-4xl {
  741. font-size: 2.25rem; /* 36px */
  742. line-height: 2.5rem; /* 40px */
  743. }
  744. .text-5xl {
  745. font-size: 3rem; /* 48px */
  746. line-height: 1;
  747. }
  748. .text-6xl {
  749. font-size: 3.75rem; /* 60px */
  750. line-height: 1;
  751. }
  752. .text-7xl {
  753. font-size: 4.5rem; /* 72px */
  754. line-height: 1;
  755. }
  756. .text-8xl {
  757. font-size: 6rem; /* 96px */
  758. line-height: 1;
  759. }
  760. .text-9xl {
  761. font-size: 8rem; /* 128px */
  762. line-height: 1;
  763. }
  764. /* text-[14px] */
  765. /* 字体粗细font-weight */
  766. /* font-[1100] */
  767. /* https://tailwindcss.com/docs/font-weight */
  768. /* 字体间距letter-spacing */
  769. /* tracking-[.25em] */
  770. /* 行高line-height */
  771. /* leading-[3rem] */
  772. /* 无列表样式 */
  773. .list-none {
  774. list-style-type: none;
  775. }
  776. /* 小圆点 */
  777. .list-disc {
  778. list-style-type: disc;
  779. }
  780. /* 数字列表 */
  781. .list-decimal {
  782. list-style-type: decimal;
  783. }
  784. .text-left {
  785. text-align: left;
  786. }
  787. .text-center {
  788. text-align: center;
  789. }
  790. .text-right {
  791. text-align: right;
  792. }
  793. /* 所有文本头尾对齐 */
  794. .text-justify {
  795. text-align: justify;
  796. }
  797. /* 文本颜色 */
  798. /* text-[#50d71e] */
  799. /* https://tailwindcss.com/docs/text-color */
  800. /* 下划线 */
  801. .underline {
  802. text-decoration-line: underline;
  803. }
  804. /* 上划线 */
  805. .overline {
  806. text-decoration-line: overline;
  807. }
  808. /* 中划线 */
  809. .line-through {
  810. text-decoration-line: line-through;
  811. }
  812. /* 无划线 */
  813. .no-underline {
  814. text-decoration-line: none;
  815. }
  816. /* 全小写 */
  817. .lowercase {
  818. text-transform: lowercase;
  819. }
  820. /* 全大写 */
  821. .uppercase {
  822. text-transform: uppercase;
  823. }
  824. /* 首字母大写 */
  825. .capitalize {
  826. text-transform: capitalize;
  827. }