frontend.less 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. @import (reference) "bootstrap-less/mixins.less";
  2. @import (reference) "bootstrap-less/variables.less";
  3. @import "lesshat.less";
  4. @import url("../css/bootstrap.css");
  5. @import url("../css/fastadmin.css");
  6. @import url("../css/iconfont.css");
  7. @import url("../libs/font-awesome/css/font-awesome.min.css");
  8. @import url("../libs/toastr/toastr.min.css");
  9. @import url("../libs/fastadmin-layer/dist/theme/default/layer.css");
  10. @import url("../libs/bootstrap-table/dist/bootstrap-table.min.css");
  11. @import url("../libs/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css");
  12. @import url("../libs/bootstrap-daterangepicker/daterangepicker.css");
  13. @import url("../libs/nice-validator/dist/jquery.validator.css");
  14. @import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
  15. @import url("../libs/fastadmin-selectpage/selectpage.css");
  16. @import url("../libs/bootstrap-slider/slider.css");
  17. @import "tinycss.less";
  18. @primary-color: #007bff;
  19. //@primary-color: #2d76d9;
  20. @input-min-height: 33px;
  21. .clearfix() {
  22. &:before,
  23. &:after {
  24. content: " ";
  25. display: table;
  26. }
  27. &:after {
  28. clear: both;
  29. }
  30. }
  31. html,
  32. body {
  33. height: 100%;
  34. }
  35. body {
  36. padding-top: 60px;
  37. font-size: 14px;
  38. background: #f4f6f8;
  39. height: 100%;
  40. line-height: 1.5715;
  41. -webkit-font-smoothing: antialiased;
  42. text-rendering: optimizeLegibility;
  43. -moz-osx-font-smoothing: grayscale;
  44. font-feature-settings: 'liga';
  45. -webkit-text-size-adjust: 100%;
  46. font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  47. font-weight: 400;
  48. color: #616161;
  49. }
  50. a {
  51. color: @primary-color;
  52. &:hover, &:focus {
  53. color: @primary-color;
  54. }
  55. }
  56. .navbar-white {
  57. background-color: #fff;
  58. border-color: #fff;
  59. box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
  60. .dropdown-menu {
  61. border-radius: 5px;
  62. //box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
  63. .box-shadow(0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1));
  64. }
  65. }
  66. @media (min-width: 768px) {
  67. .navbar-default {
  68. .navbar-brand {
  69. height: 60px;
  70. line-height: 27px;
  71. }
  72. .navbar-nav {
  73. > li > a {
  74. height: 60px;
  75. line-height: 27px;
  76. }
  77. }
  78. }
  79. .navbar-white {
  80. .navbar-brand {
  81. height: 60px;
  82. line-height: 27px;
  83. }
  84. }
  85. .navbar-white .navbar-nav {
  86. > li > a {
  87. height: 60px;
  88. line-height: 27px;
  89. color: #555;
  90. &:hover, &:focus {
  91. color: @primary-color;
  92. }
  93. }
  94. > .active > a {
  95. &, &:hover, &:focus {
  96. background-color: inherit;
  97. color: @primary-color;
  98. }
  99. }
  100. }
  101. }
  102. @media (max-width: 768px) {
  103. body {
  104. padding-top: 50px;
  105. }
  106. .navbar-white {
  107. .navbar-nav .open .dropdown-menu {
  108. background: #eee;
  109. }
  110. .navbar-toggle {
  111. border-color: #ddd;
  112. .icon-bar {
  113. background-color: #888;
  114. }
  115. }
  116. .navbar-collapse.in {
  117. border-top-color: #f5f5f5;
  118. }
  119. }
  120. }
  121. #header-navbar {
  122. .dropdown:hover .dropdown-menu {
  123. display: block;
  124. margin-top: 0;
  125. }
  126. li.dropdown ul.dropdown-menu {
  127. min-width: 100px;
  128. }
  129. }
  130. .navbar {
  131. border: none;
  132. }
  133. .navbar-nav {
  134. > li > a {
  135. font-size: 14px;
  136. }
  137. }
  138. .dropdown-menu {
  139. > li > a {
  140. font-size: 14px;
  141. padding: 5px 20px;
  142. }
  143. }
  144. .dropdown-menu {
  145. border-radius: 2px;
  146. border: 0px;
  147. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  148. padding: 5px 0px;
  149. li a {
  150. padding-top: 10px !important;
  151. padding-bottom: 10px;
  152. }
  153. }
  154. .dropdown-menu > li > a {
  155. font-weight: 400;
  156. color: #444;
  157. padding: 5px 15px;
  158. padding-bottom: 10px;
  159. &:hover, &:focus {
  160. text-decoration: none;
  161. color: #777;
  162. background: rgba(0, 0, 0, 0.05);
  163. }
  164. }
  165. .toast-top-center {
  166. top: 60px;
  167. }
  168. #toast-container > div {
  169. .box-shadow(none);
  170. }
  171. /*修复nice-validator和summernote的编辑框冲突*/
  172. .nice-validator .note-editor .note-editing-area .note-editable {
  173. display: inherit;
  174. }
  175. /*预览区域*/
  176. .plupload-preview, .faupload-preview {
  177. padding: 0 10px;
  178. margin-bottom: 0;
  179. li {
  180. margin-top: 10px;
  181. }
  182. .thumbnail {
  183. margin-bottom: 10px;
  184. }
  185. a {
  186. display: block;
  187. &:first-child {
  188. height: 90px;
  189. }
  190. img {
  191. height: 80px;
  192. object-fit: cover;
  193. }
  194. }
  195. }
  196. .layui-layer-content {
  197. clear: both;
  198. }
  199. .layui-layer-fast {
  200. .layui-layer-content {
  201. > table.table {
  202. margin-bottom: 0;
  203. }
  204. }
  205. .layui-layer-confirm {
  206. display: none;
  207. position: absolute;
  208. width: 100%;
  209. height: 100%;
  210. left: 0;
  211. bottom: 0;
  212. border: 1px solid transparent;
  213. background: transparent;
  214. color: transparent;
  215. &:focus {
  216. border: 1px solid #444c69;
  217. .border-radius(2px);
  218. }
  219. &:focus-visible {
  220. outline: 0;
  221. }
  222. }
  223. }
  224. .layui-layer-fast-msg {
  225. min-width: 100px;
  226. border-radius: 2px;
  227. }
  228. .input-group > .msg-box.n-right {
  229. position: absolute;
  230. }
  231. .bootstrap-select {
  232. .status {
  233. background: #f0f0f0;
  234. clear: both;
  235. color: #999;
  236. font-size: 12px;
  237. font-weight: 500;
  238. line-height: 1;
  239. margin-bottom: -5px;
  240. padding: 10px 20px;
  241. }
  242. .msg-box {
  243. position: absolute;
  244. right: 0;
  245. top: 0;
  246. }
  247. .bs-placeholder {
  248. min-height: @input-min-height;
  249. }
  250. min-height: @input-min-height;
  251. }
  252. select.bs-select-hidden, select.selectpicker {
  253. display: inherit !important;
  254. max-height: @input-min-height;
  255. overflow: hidden;
  256. &[multiple] {
  257. height: 31px;
  258. //visibility: hidden;
  259. padding: 0;
  260. background: #f4f4f4;
  261. option {
  262. color: #f4f4f4;
  263. .opacity(0);
  264. }
  265. @media not all and (min-resolution: .001dpcm) {
  266. @supports (-webkit-appearance:none) {
  267. visibility: hidden;
  268. }
  269. }
  270. }
  271. }
  272. input.selectpage {
  273. color: transparent;
  274. pointer-events: none;
  275. }
  276. .sp_container {
  277. input.selectpage {
  278. color: inherit;
  279. pointer-events: inherit;
  280. padding-left: 12px;
  281. padding-right: 12px;
  282. }
  283. .sp_element_box {
  284. input.selectpage {
  285. padding-left: 0;
  286. padding-right: 0;
  287. }
  288. li:first-child {
  289. input.selectpage {
  290. padding-left: 9px;
  291. padding-right: 9px;
  292. }
  293. }
  294. }
  295. min-height: @input-min-height;
  296. }
  297. /*修复radio和checkbox样式对齐*/
  298. .radio, .checkbox {
  299. > label {
  300. margin-right: 10px;
  301. > input {
  302. margin: 5px 0 0;
  303. }
  304. }
  305. }
  306. form.form-horizontal .control-label {
  307. font-weight: normal;
  308. }
  309. .panel-default {
  310. padding: 0 15px;
  311. border: none;
  312. .box-shadow(none);
  313. > .panel-heading {
  314. position: relative;
  315. font-size: 16px;
  316. padding: 15px 0;
  317. background: #fff;
  318. border-bottom: 1px solid #f5f5f5;
  319. }
  320. h2.page-header {
  321. margin-top: 0;
  322. height: 50px;
  323. line-height: 31px;
  324. font-size: 18px;
  325. padding: 10px 0;
  326. border-bottom: 1px solid #f5f5f5;
  327. }
  328. > .panel-heading {
  329. .panel-title {
  330. color: #313131;
  331. > i {
  332. display: none;
  333. }
  334. }
  335. .more {
  336. position: absolute;
  337. top: 13px;
  338. right: 0;
  339. display: block;
  340. color: #919191;
  341. .transition(all 0.3s ease);
  342. }
  343. .more:hover {
  344. color: #616161;
  345. .transition(all 0.3s ease);
  346. }
  347. .panel-bar {
  348. position: absolute;
  349. top: 7px;
  350. right: 0;
  351. display: block;
  352. }
  353. }
  354. }
  355. @media (max-width: 767px) {
  356. .panel-default {
  357. padding: 0 10px;
  358. > .panel-heading {
  359. padding: 10px 0;
  360. .more {
  361. top: 8px;
  362. }
  363. }
  364. }
  365. > .panel-body {
  366. position: relative;
  367. padding: 15px 0;
  368. }
  369. > .panel-footer {
  370. padding: 15px 0;
  371. background: none;
  372. }
  373. }
  374. .panel-gray {
  375. .box-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
  376. > .panel-heading {
  377. background-color: #f5f5f5;
  378. color: #919191;
  379. }
  380. > .panel-body {
  381. color: #919191;
  382. background: #fff;
  383. border-bottom-left-radius: 4px;
  384. border-bottom-right-radius: 4px;
  385. }
  386. }
  387. .panel-page {
  388. padding: 45px 50px 50px;
  389. min-height: 500px;
  390. .panel-heading {
  391. background: transparent;
  392. border-bottom: none;
  393. margin: 0 0 30px 0;
  394. padding: 0;
  395. h2 {
  396. font-size: 25px;
  397. margin-top: 0;
  398. }
  399. }
  400. }
  401. @media (max-width: 767px) {
  402. .panel-page {
  403. padding: 15px;
  404. min-height: 300px;
  405. }
  406. .n-bootstrap {
  407. .n-right {
  408. margin-top: 0;
  409. top: -20px;
  410. position: absolute;
  411. left: 0;
  412. text-align: right;
  413. width: 100%;
  414. .msg-wrap {
  415. position: relative;
  416. }
  417. }
  418. .col-xs-12 > .n-right {
  419. .msg-wrap {
  420. margin-right: 15px;
  421. }
  422. }
  423. }
  424. }
  425. .nav-pills > li {
  426. margin-right: 5px;
  427. > a {
  428. padding: 10px 15px;
  429. color: #616161;
  430. .transition(all 0.3s ease);
  431. &:hover {
  432. .transition(all 0.3s ease);
  433. background-color: #f5f5f5;
  434. }
  435. }
  436. &.active > a {
  437. border: none;
  438. color: #fff;
  439. background: @primary-color;
  440. .transition(all 0.3s ease);
  441. border-radius: 3px;
  442. }
  443. }
  444. .nav-pills.nav-pills-sm > li > a {
  445. font-size: 12px;
  446. line-height: 1.5;
  447. padding: 4px 13px;
  448. }
  449. .fieldlist dd {
  450. display: block;
  451. margin: 5px 0;
  452. input {
  453. display: inline-block;
  454. width: 300px;
  455. }
  456. input:first-child {
  457. width: 110px;
  458. }
  459. ins {
  460. width: 110px;
  461. display: inline-block;
  462. text-decoration: none;
  463. }
  464. }
  465. /* 弹窗中的表单 */
  466. .form-layer {
  467. height: 100%;
  468. min-height: 150px;
  469. min-width: 300px;
  470. .form-body {
  471. width: 100%;
  472. overflow: auto;
  473. top: 0;
  474. position: absolute;
  475. z-index: 10;
  476. bottom: 50px;
  477. padding: 15px;
  478. }
  479. .form-footer {
  480. height: 50px;
  481. line-height: 50px;
  482. background-color: #ecf0f1;
  483. width: 100%;
  484. position: absolute;
  485. z-index: 200;
  486. bottom: 0;
  487. margin: 0;
  488. }
  489. .form-footer .form-group {
  490. margin-left: 0;
  491. margin-right: 0;
  492. }
  493. }
  494. footer.footer {
  495. width: 100%;
  496. color: #aaa;
  497. background: #555;
  498. margin-top: 25px;
  499. .copyright {
  500. line-height: 50px;
  501. text-align: center;
  502. background: #393939;
  503. margin: 0;
  504. a {
  505. color: #aaa;
  506. &:hover {
  507. color: #fff;
  508. }
  509. }
  510. }
  511. }
  512. .rotate {
  513. .transition-duration(0.8s);
  514. .transition-property(transform);
  515. overflow: hidden;
  516. &:hover {
  517. .transform(rotate(360deg));
  518. }
  519. }
  520. .user-section {
  521. background: #fff;
  522. padding: 15px;
  523. margin-bottom: 20px;
  524. .border-radius(4px);
  525. }
  526. .login-section {
  527. margin: 50px auto;
  528. width: 460px;
  529. .border-radius(0);
  530. &.login-section-weixin {
  531. min-height: 315px;
  532. }
  533. .logon-tab {
  534. margin: -15px -15px 0 -15px;
  535. > a {
  536. display: block;
  537. padding: 20px;
  538. float: left;
  539. width: 50%;
  540. font-size: 16px;
  541. text-align: center;
  542. color: #616161;
  543. background-color: #efefef;
  544. .transition(all 0.3s ease);
  545. &:hover {
  546. background-color: #fafafa;
  547. .transition(all 0.3s ease);
  548. }
  549. &.active {
  550. background-color: #fff;
  551. .transition(all 0.3s ease);
  552. }
  553. }
  554. }
  555. .login-main {
  556. padding: 40px 45px 20px 45px;
  557. }
  558. }
  559. .login-section, .form-section {
  560. .n-bootstrap {
  561. .controls {
  562. position: relative;
  563. }
  564. .input-group {
  565. position: inherit;
  566. }
  567. .n-right {
  568. margin-top: 0;
  569. top: -20px;
  570. position: absolute;
  571. left: 0;
  572. text-align: right;
  573. width: 100%;
  574. .msg-wrap {
  575. position: relative;
  576. }
  577. }
  578. }
  579. }
  580. main.content {
  581. width: 100%;
  582. overflow: auto;
  583. padding: 15px;
  584. padding-top: 20px;
  585. min-height: calc(~ '100vh - 135px');
  586. }
  587. .sidenav {
  588. padding: 20px 0 10px 0;
  589. margin-bottom: 20px;
  590. background-color: #fff;
  591. .list-group {
  592. &:last-child {
  593. margin-bottom: 0;
  594. }
  595. .list-group-heading {
  596. list-style-type: none;
  597. color: #919191;
  598. margin-bottom: 10px;
  599. margin-left: 35px;
  600. font-size: 14px;
  601. }
  602. .list-group-item {
  603. .border-radius(0);
  604. border: none;
  605. padding: 0;
  606. border-left: 2px solid transparent;
  607. &:last-child, &:first-child {
  608. .border-radius(0);
  609. }
  610. &:hover {
  611. border-left: 2px solid rgba(245, 245, 245, 0.38);
  612. background-color: rgba(245, 245, 245, 0.38);
  613. }
  614. > a {
  615. display: block;
  616. color: #616161;
  617. padding: 10px 15px 10px 35px;
  618. }
  619. &.active {
  620. border-left: 2px solid @primary-color;
  621. background-color: rgba(245, 245, 245, 0.38);
  622. > a {
  623. color: @primary-color;
  624. }
  625. }
  626. }
  627. }
  628. }
  629. .nav li {
  630. .avatar-text, .avatar-img {
  631. height: 30px;
  632. width: 30px;
  633. line-height: 30px;
  634. font-size: 14px;
  635. }
  636. .avatar-img {
  637. font-size: 0;
  638. img {
  639. border-radius: 30px;
  640. width: 30px;
  641. height: 30px;
  642. }
  643. }
  644. }
  645. .avatar-text, .avatar-img {
  646. display: inline-block;
  647. box-sizing: content-box;
  648. color: #fff;
  649. text-align: center;
  650. vertical-align: top;
  651. background-color: #e8ecf3;
  652. font-weight: normal;
  653. width: 48px;
  654. height: 48px;
  655. border-radius: 48px;
  656. font-size: 24px;
  657. line-height: 48px;
  658. }
  659. .avatar-img {
  660. font-size: 0;
  661. img {
  662. border-radius: 48px;
  663. width: 48px;
  664. height: 48px;
  665. }
  666. }
  667. @media (max-width: 767px) {
  668. main.content {
  669. position: inherit;
  670. padding: 15px 0;
  671. }
  672. .login-section {
  673. width: 100%;
  674. margin: 20px auto;
  675. .login-main {
  676. padding: 20px 0 0 0;
  677. }
  678. }
  679. footer.footer {
  680. position: inherit;
  681. .copyright {
  682. padding: 10px;
  683. line-height: 30px;
  684. }
  685. }
  686. }
  687. .pager {
  688. .pagination {
  689. margin: 0;
  690. }
  691. li {
  692. margin: 0 .4em;
  693. display: inline-block;
  694. &:first-child, &:last-child {
  695. > a, > span {
  696. padding: .5em 1.2em;
  697. }
  698. }
  699. }
  700. }
  701. .pager li > a, .pager li > span {
  702. background: none;
  703. border: 1px solid #e6e6e6;
  704. border-radius: 0.25em;
  705. padding: .5em .93em;
  706. font-size: 14px;
  707. }
  708. .jumpto input {
  709. width: 50px;
  710. margin-left: 5px;
  711. margin-right: 5px;
  712. text-align: center;
  713. display: inline-block;
  714. }
  715. .fixed-columns, .fixed-columns-right {
  716. position: absolute;
  717. top: 0;
  718. height: 100%;
  719. min-height: 41px;
  720. background-color: #fff;
  721. box-sizing: border-box;
  722. z-index: 2;
  723. box-shadow: 0 -1px 8px rgba(0, 0, 0, .08);
  724. .fixed-table-body {
  725. min-height: 41px;
  726. overflow-x: hidden !important
  727. }
  728. }
  729. .fixed-columns {
  730. left: 0;
  731. }
  732. .fixed-columns-right {
  733. right: 0;
  734. box-shadow: -1px 0 8px rgba(0, 0, 0, .08);
  735. }
  736. .bootstrap-tagsinput {
  737. background-color: #fff;
  738. border: 1px solid #ccc;
  739. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  740. display: inline-block;
  741. padding: 4px 6px;
  742. //margin-bottom: 10px;
  743. color: #555;
  744. vertical-align: middle;
  745. //border-radius: 4px;
  746. //max-width: 100%;
  747. width: 100%;
  748. line-height: 22px;
  749. cursor: text;
  750. input {
  751. border: none;
  752. box-shadow: none;
  753. outline: none;
  754. background-color: transparent;
  755. padding: 0;
  756. margin: 0;
  757. font-size: 13px;
  758. //width: auto !important;
  759. width: 80px;
  760. max-width: inherit;
  761. &:focus {
  762. border: none;
  763. box-shadow: none;
  764. }
  765. }
  766. .tagsinput-text {
  767. display: inline-block;
  768. overflow: auto;
  769. visibility: hidden;
  770. height: 1px;
  771. position: absolute;
  772. bottom: -1px;
  773. left: 0;
  774. }
  775. .tag {
  776. margin-right: 2px;
  777. color: white;
  778. [data-role="remove"] {
  779. margin-left: 5px;
  780. cursor: pointer;
  781. &:after {
  782. content: "x";
  783. padding: 0px 2px;
  784. }
  785. &:hover {
  786. background-color: rgba(255, 255, 255, .16);
  787. }
  788. }
  789. }
  790. }
  791. .autocomplete-suggestions {
  792. border-radius: 2px;
  793. background: #FFF;
  794. overflow: auto;
  795. min-width: 200px;
  796. .box-shadow(0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1));
  797. strong {
  798. font-weight: normal;
  799. color: red;
  800. }
  801. .autocomplete-suggestion {
  802. padding: 5px 10px;
  803. white-space: nowrap;
  804. overflow: hidden;
  805. }
  806. .autocomplete-selected {
  807. background: #F0F0F0;
  808. }
  809. .autocomplete-group {
  810. padding: 5px 10px;
  811. strong {
  812. display: block;
  813. border-bottom: 1px solid #ddd;
  814. }
  815. }
  816. }
  817. .autocontent {
  818. position: relative;
  819. .autocontent-caret {
  820. position: absolute;
  821. right: 0;
  822. top: 0;
  823. height: 100%;
  824. line-height: 1;
  825. background: #eee;
  826. color: #ddd;
  827. vertical-align: middle;
  828. padding: 0 5px;
  829. display: flex;
  830. justify-content: center;
  831. align-items: center;
  832. cursor: pointer;
  833. &:hover {
  834. color: #ccc;
  835. }
  836. }
  837. }