yvan-ext.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. /* 空表格文字 */
  2. .x-grid-scrollbar-clipper .x-grid-empty {
  3. text-align: center;
  4. }
  5. .x-grid-scrollbar-clipper-locked .x-grid-empty {
  6. display: none;
  7. }
  8. /* 表格内部的拖动条不可见 */
  9. /*.x-grid .x-splitter {*/
  10. /* display: none;*/
  11. /*}*/
  12. /*.x-grid-locking-body .x-box-item.x-panel-default.x-grid {*/
  13. /* left: 0 !important;*/
  14. /* border-style: none;*/
  15. /*}*/
  16. /* 对话框 警告和提示 */
  17. .x-dlg-icon.info {
  18. font: normal normal normal 40px/1 FontAwesome;
  19. color: #31708f;
  20. }
  21. .x-dlg-icon.info:before {
  22. content: "\f05a"
  23. }
  24. .x-dlg-icon.error {
  25. font: normal normal normal 40px/1 FontAwesome;
  26. color: #a94442;
  27. }
  28. .x-dlg-icon.error:before {
  29. content: "\f071"
  30. }
  31. /* 合计行 */
  32. .x-grid-row-summary .x-grid-cell {
  33. font-weight: bold;
  34. }
  35. /** 单元格换行 **/
  36. .cell_wrap > .x-grid-cell-inner {
  37. white-space: normal;
  38. word-break: break-all;
  39. }
  40. /** 隐藏 class, 用于 iconCls 层叠 **/
  41. .hide_tag {
  42. display: none;
  43. }
  44. /** 进度条颜色 **/
  45. .x-progress.progres_hide {
  46. opacity: 0;
  47. }
  48. .x-progress.progres_green .x-progress-bar {
  49. background-color: #5cb85c;
  50. }
  51. .x-progress.progres_red .x-progress-bar {
  52. background-color: #d9534f;
  53. }
  54. .x-progress.progres_yellow .x-progress-bar {
  55. background-color: #f0ad4e;
  56. }
  57. .x-progress.progres_yellow .x-progress-bar > .x-progress-text {
  58. color: black;
  59. }
  60. /** 日期弹出框底部,清空按钮不要出现 **/
  61. .x-datepicker-footer .x-form-clear-trigger {
  62. display: none;
  63. }
  64. /** 日期弹出框右侧下拉框,是日期图标 **/
  65. .x-form-field-date .x-form-arrow-trigger:before {
  66. content: "\f073" !important;
  67. }
  68. /** 日期弹出框底部,不要出现数字+1-1的滑动条 **/
  69. .x-datepicker-footer .x-form-trigger-spinner {
  70. display: none;
  71. }
  72. /** displayField 放大值 **/
  73. .yvan-display-field .x-form-item-label-inner {
  74. margin-top: 7px;
  75. }
  76. .yvan-display-field .x-form-display-field {
  77. font-size: 24px;
  78. margin-top: 12px;
  79. }
  80. /*== layer提示框==*/
  81. .yvan-msg {
  82. min-width: 100px;
  83. background-color: rgba(0, 0, 0, .6);
  84. color: #fff;
  85. border: none;
  86. -webkit-box-shadow: none;
  87. box-shadow: none;
  88. margin: 0;
  89. padding: 0;
  90. border-radius: 2px;
  91. position: fixed;
  92. pointer-events: auto;
  93. z-index: 99999999999;
  94. }
  95. .yvan-msg-content {
  96. pointer-events: auto;
  97. color: #fff;
  98. padding: 12px 25px;
  99. text-align: center;
  100. position: relative;
  101. line-height: 24px;
  102. word-break: break-all;
  103. overflow: hidden;
  104. font-size: 14px;
  105. overflow-x: hidden;
  106. overflow-y: auto;
  107. }
  108. /*== 动画 ==*/
  109. .yvan-anim {
  110. -webkit-animation-fill-mode: both;
  111. animation-fill-mode: both;
  112. -webkit-animation-duration: 0.3s;
  113. animation-duration: 0.3s;
  114. }
  115. @-webkit-keyframes yvan-bounceIn {
  116. 0% {
  117. opacity: 0;
  118. -webkit-transform: scale(0.5);
  119. transform: scale(0.5);
  120. }
  121. 100% {
  122. opacity: 1;
  123. -webkit-transform: scale(1);
  124. transform: scale(1);
  125. }
  126. }
  127. @keyframes yvan-bounceIn {
  128. 0% {
  129. opacity: 0;
  130. -webkit-transform: scale(0.5);
  131. transform: scale(0.5);
  132. }
  133. 100% {
  134. opacity: 1;
  135. -webkit-transform: scale(1);
  136. transform: scale(1);
  137. }
  138. }
  139. .yvan-anim-00 {
  140. -webkit-animation-name: yvan-bounceIn;
  141. animation-name: yvan-bounceIn;
  142. }
  143. @-webkit-keyframes yvan-zoomInDown {
  144. 0% {
  145. opacity: 0;
  146. -webkit-transform: scale(0.1) translatey(-2000px);
  147. transform: scale(0.1) translatey(-2000px);
  148. -webkit-animation-timing-function: ease-in-out;
  149. animation-timing-function: ease-in-out;
  150. }
  151. 60% {
  152. opacity: 1;
  153. -webkit-transform: scale(0.475) translatey(60px);
  154. transform: scale(0.475) translatey(60px);
  155. -webkit-animation-timing-function: ease-out;
  156. animation-timing-function: ease-out;
  157. }
  158. }
  159. @keyframes yvan-zoomInDown {
  160. 0% {
  161. opacity: 0;
  162. -webkit-transform: scale(0.1) translatey(-2000px);
  163. transform: scale(0.1) translatey(-2000px);
  164. -webkit-animation-timing-function: ease-in-out;
  165. animation-timing-function: ease-in-out;
  166. }
  167. 60% {
  168. opacity: 1;
  169. -webkit-transform: scale(0.475) translatey(60px);
  170. transform: scale(0.475) translatey(60px);
  171. -webkit-animation-timing-function: ease-out;
  172. animation-timing-function: ease-out;
  173. }
  174. }
  175. .yvan-anim-01 {
  176. -webkit-animation-name: yvan-zoomInDown;
  177. animation-name: yvan-zoomInDown;
  178. }
  179. @-webkit-keyframes yvan-fadeInUpBig {
  180. 0% {
  181. opacity: 0;
  182. -webkit-transform: translatey(2000px);
  183. transform: translatey(2000px);
  184. }
  185. 100% {
  186. opacity: 1;
  187. -webkit-transform: translatey(0);
  188. transform: translatey(0);
  189. }
  190. }
  191. @keyframes yvan-fadeInUpBig {
  192. 0% {
  193. opacity: 0;
  194. -webkit-transform: translatey(2000px);
  195. transform: translatey(2000px);
  196. }
  197. 100% {
  198. opacity: 1;
  199. -webkit-transform: translatey(0);
  200. transform: translatey(0);
  201. }
  202. }
  203. .yvan-anim-02 {
  204. -webkit-animation-name: yvan-fadeInUpBig;
  205. animation-name: yvan-fadeInUpBig;
  206. }
  207. @-webkit-keyframes yvan-zoomInLeft {
  208. 0% {
  209. opacity: 0;
  210. -webkit-transform: scale(0.1) translatex(-2000px);
  211. transform: scale(0.1) translatex(-2000px);
  212. -webkit-animation-timing-function: ease-in-out;
  213. animation-timing-function: ease-in-out;
  214. }
  215. 60% {
  216. opacity: 1;
  217. -webkit-transform: scale(0.475) translatex(48px);
  218. transform: scale(0.475) translatex(48px);
  219. -webkit-animation-timing-function: ease-out;
  220. animation-timing-function: ease-out;
  221. }
  222. }
  223. @keyframes yvan-zoomInLeft {
  224. 0% {
  225. opacity: 0;
  226. -webkit-transform: scale(0.1) translatex(-2000px);
  227. transform: scale(0.1) translatex(-2000px);
  228. -webkit-animation-timing-function: ease-in-out;
  229. animation-timing-function: ease-in-out;
  230. }
  231. 60% {
  232. opacity: 1;
  233. -webkit-transform: scale(0.475) translatex(48px);
  234. transform: scale(0.475) translatex(48px);
  235. -webkit-animation-timing-function: ease-out;
  236. animation-timing-function: ease-out;
  237. }
  238. }
  239. .yvan-anim-03 {
  240. -webkit-animation-name: yvan-zoomInLeft;
  241. animation-name: yvan-zoomInLeft;
  242. }
  243. @-webkit-keyframes yvan-rollIn {
  244. 0% {
  245. opacity: 0;
  246. -webkit-transform: translatex(-100%) rotate(-120deg);
  247. transform: translatex(-100%) rotate(-120deg);
  248. }
  249. 100% {
  250. opacity: 1;
  251. -webkit-transform: translatex(0) rotate(0);
  252. transform: translatex(0) rotate(0);
  253. }
  254. }
  255. @keyframes yvan-rollIn {
  256. 0% {
  257. opacity: 0;
  258. -webkit-transform: translatex(-100%) rotate(-120deg);
  259. transform: translatex(-100%) rotate(-120deg);
  260. }
  261. 100% {
  262. opacity: 1;
  263. -webkit-transform: translatex(0) rotate(0);
  264. transform: translatex(0) rotate(0);
  265. }
  266. }
  267. .yvan-anim-04 {
  268. -webkit-animation-name: yvan-rollIn;
  269. animation-name: yvan-rollIn;
  270. }
  271. @-webkit-keyframes yvan-fadeIn {
  272. 0% {
  273. opacity: 0;
  274. }
  275. 100% {
  276. opacity: 1;
  277. }
  278. }
  279. @keyframes yvan-fadeIn {
  280. 0% {
  281. opacity: 0;
  282. }
  283. 100% {
  284. opacity: 1;
  285. }
  286. }
  287. .yvan-anim-05 {
  288. -webkit-animation-name: yvan-fadeIn;
  289. animation-name: yvan-fadeIn;
  290. }
  291. @-webkit-keyframes yvan-shake {
  292. 0%,
  293. 100% {
  294. -webkit-transform: translatex(0);
  295. transform: translatex(0);
  296. }
  297. 10%,
  298. 30%,
  299. 50%,
  300. 70%,
  301. 90% {
  302. -webkit-transform: translatex(-10px);
  303. transform: translatex(-10px);
  304. }
  305. 20%,
  306. 40%,
  307. 60%,
  308. 80% {
  309. -webkit-transform: translatex(10px);
  310. transform: translatex(10px);
  311. }
  312. }
  313. @keyframes yvan-shake {
  314. 0%,
  315. 100% {
  316. -webkit-transform: translatex(0);
  317. transform: translatex(0);
  318. }
  319. 10%,
  320. 30%,
  321. 50%,
  322. 70%,
  323. 90% {
  324. -webkit-transform: translatex(-10px);
  325. transform: translatex(-10px);
  326. }
  327. 20%,
  328. 40%,
  329. 60%,
  330. 80% {
  331. -webkit-transform: translatex(10px);
  332. transform: translatex(10px);
  333. }
  334. }
  335. .yvan-anim-06 {
  336. -webkit-animation-name: yvan-shake;
  337. animation-name: yvan-shake;
  338. }
  339. @-webkit-keyframes fadeIn {
  340. 0% {
  341. opacity: 0;
  342. }
  343. 100% {
  344. opacity: 1;
  345. }
  346. }
  347. .webix_template {
  348. padding: 0;
  349. }
  350. .input_validate_false {
  351. background-color: #ffdedb;
  352. border-color: #ff8d82;
  353. }
  354. .webix_dataview_item[role='option'] {
  355. padding: 2px 2px;
  356. }
  357. /*== extjs 提示框==*/
  358. .x-message-box .x-window-body {
  359. background-color: #fff;
  360. border-width: 0
  361. }
  362. .x-message-box-info, .x-message-box-warning, .x-message-box-question, .x-message-box-error {
  363. background-position: left top;
  364. background-repeat: no-repeat
  365. }
  366. .x-message-box-icon {
  367. height: 44px;
  368. width: 44px;
  369. margin-right: 10px
  370. }
  371. .x-message-box-info {
  372. font: 44px/1 'Font Awesome 5 Free';
  373. color: grey
  374. }
  375. .x-message-box-info:before {
  376. content: '\f05a'
  377. }
  378. .x-message-box-warning {
  379. font: 44px/1 'Font Awesome 5 Free';
  380. color: #f8d400
  381. }
  382. .x-message-box-warning:before {
  383. content: '\f071'
  384. }
  385. .x-message-box-question {
  386. font: 44px/1 'Font Awesome 5 Free';
  387. color: grey
  388. }
  389. .x-message-box-question:before {
  390. content: '\f059'
  391. }
  392. .x-message-box-error {
  393. font: 44px/1 'Font Awesome 5 Free';
  394. color: #ee611f
  395. }
  396. .x-message-box-error:before {
  397. content: '\f057'
  398. }
  399. /*
  400. */
  401. .wotu-ui.x-border-layout-ct, .wotu-ui div.x-border-layout-ct {
  402. background: #f0f2f5;
  403. }
  404. .wotu-ui.x-keyboard-mode .x-tab-focus.x-tab-default {
  405. /** 选中的标签 focus 之后,隐藏内边框
  406. outline: none;
  407. */
  408. }
  409. .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default {
  410. background: #dcdcdc;
  411. border-radius: 3px 3px 0 0;
  412. border: 1px solid #d9d9d9;
  413. color: #333;
  414. border-bottom: none;
  415. }
  416. .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default {
  417. background: #fff;
  418. }
  419. .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default {
  420. position: relative;
  421. overflow: visible;
  422. z-index: 1;
  423. }
  424. .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default:after {
  425. width: 100%;
  426. height: 1px;
  427. background: #000;
  428. content: '';
  429. position: absolute;
  430. left: -10px;
  431. bottom: -1px;
  432. padding: 0 10px;
  433. -webkit-box-sizing: content-box;
  434. box-sizing: content-box;
  435. z-index: 9999;
  436. }
  437. .wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default .x-tab-close-btn {
  438. top: 10px;
  439. right: 3px;
  440. }
  441. .wotu-ui .x-form-trigger-wrap > div.x-form-trigger {
  442. width: 23px;
  443. }
  444. .wotu-ui .x-form-trigger-wrap > div.x-form-trigger.x-form-clear-trigger {
  445. width: 12px;
  446. font-size: 12px;
  447. font-weight: inherit;
  448. }
  449. .wotu-ui .x-form-trigger-wrap > div.x-form-trigger:last-child {
  450. width: 23px;
  451. }
  452. .wotu-ui.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small {
  453. -webkit-box-shadow: none;
  454. box-shadow: none;
  455. }
  456. .wotu-ui .x-btn.x-btn-disabled {
  457. cursor: not-allowed;
  458. }
  459. .wotu-ui .x-item-disabled, .wotu-ui .x-item-disabled * {
  460. cursor: not-allowed;
  461. pointer-events: auto;
  462. }
  463. .wotu-ui .ext-btn-success, .wotu-ui .ext-btn-success.x-btn-disabled {
  464. background: #5cb85c;
  465. border-color: #4cae4c;
  466. }
  467. .wotu-ui .ext-btn-success .x-btn-icon-el-default-toolbar-small, .wotu-ui .ext-btn-success .x-btn-inner-default-toolbar-small {
  468. color: #fff
  469. }
  470. .wotu-ui .ext-btn-success:hover {
  471. background-color: #449d44;
  472. border-color: #398439;
  473. }
  474. .wotu-ui.x-keyboard-mode .ext-btn-success.x-btn-focus.x-btn-default-toolbar-small {
  475. background-color: #449d44;
  476. }
  477. .wotu-ui .ext-btn-primary, .wotu-ui .ext-btn-primary.x-btn-disabled {
  478. background: #146bb3;
  479. border-color: #004c8b;
  480. }
  481. .wotu-ui .ext-btn-primary .x-btn-icon-el-default-toolbar-small, .wotu-ui .ext-btn-primary .x-btn-inner-default-toolbar-small {
  482. color: #fff
  483. }
  484. .wotu-ui .ext-btn-primary:hover {
  485. background-color: #286090;
  486. border-color: #204d74;
  487. }
  488. .wotu-ui.x-keyboard-mode .ext-btn-primary.x-btn-focus.x-btn-default-toolbar-small {
  489. background-color: #286090;
  490. }
  491. .wotu-ui .ext-btn-warning, .wotu-ui .ext-btn-warning.x-btn-disabled {
  492. background: #f0ad4e;
  493. border-color: #eea236;
  494. }
  495. .wotu-ui .ext-btn-warning .x-btn-icon-el-default-toolbar-small, .wotu-ui .ext-btn-warning .x-btn-inner-default-toolbar-small {
  496. color: #fff
  497. }
  498. .wotu-ui .ext-btn-warning:hover {
  499. background-color: #ec971f;
  500. border-color: #d58512;
  501. }
  502. .wotu-ui.x-keyboard-mode .ext-btn-warning.x-btn-focus.x-btn-default-toolbar-small {
  503. background-color: #ec971f;
  504. }
  505. .wotu-ui .ext-btn-danger, .wotu-ui .ext-btn-danger.x-btn-disabled {
  506. background: #d9534f;
  507. border-color: #d43f3a;
  508. }
  509. .wotu-ui .ext-btn-danger .x-btn-icon-el-default-toolbar-small, .wotu-ui .ext-btn-danger .x-btn-inner-default-toolbar-small {
  510. color: #fff
  511. }
  512. .wotu-ui .ext-btn-danger:hover {
  513. background-color: #c9302c;
  514. border-color: #ac2925;
  515. }
  516. .wotu-ui.x-keyboard-mode .ext-btn-danger.x-btn-focus.x-btn-default-toolbar-small {
  517. background-color: #c9302c;
  518. border-color: #ac2925;
  519. }
  520. /*皮肤*/
  521. .wotu-ui .x-panel-header-default {
  522. background: #004c8b;
  523. }
  524. .wotu-ui .x-tab-bar-default {
  525. background: #004c8b;
  526. }
  527. .wotu-ui .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
  528. color: #404040;
  529. }
  530. .wotu-ui .x-tree-icon-parent-expanded, .wotu-ui .x-tree-icon-leaf {
  531. color: #404040;
  532. }
  533. .wotu-ui .x-grid-tree-node-expanded .x-tree-elbow-plus, .wotu-ui .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
  534. color: #404040;
  535. }
  536. .wotu-ui.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before {
  537. /** 单元格 focus 之后不需要内边框
  538. border:none
  539. */
  540. }
  541. .wotu-ui .x-tree-elbow-plus, .wotu-ui .x-tree-elbow-end-plus, .wotu-ui .x-tree-icon-parent {
  542. color: #404040;
  543. }
  544. .wotu-ui .x-window-header-default-top {
  545. background: #004c8b;
  546. }
  547. .wotu-ui .x-window-default, .wotu-ui .x-window-header-default {
  548. border-color: #004c8b
  549. }
  550. .wotu-ui .x-window-body-default {
  551. border: none
  552. }
  553. .wotu-ui .x-window-header-default .x-tool-img {
  554. background: #004c8b;
  555. }
  556. .wotu-ui.x-keyboard-mode .x-form-checkbox-focus.x-form-checkbox-default {
  557. color: #004c8b;
  558. }
  559. .wotu-ui .x-boundlist-selected {
  560. background: #004c8b;
  561. border-color: #004c8b;
  562. }
  563. .wotu-ui .x-boundlist-item-over {
  564. background: #004c8b;
  565. }
  566. .wotu-ui .x-boundlist-item {
  567. border: none
  568. }
  569. .wotu-ui .x-datepicker-selected div.x-datepicker-date {
  570. background: #004c8b;
  571. }
  572. .wotu-ui .x-datepicker-footer .x-btn-default-small {
  573. background: #004c8b;
  574. }
  575. /*.wotu-ui .x-btn-default-small{*/
  576. /* background:#004c8b ;*/
  577. /*}*/
  578. /*form*/
  579. .wotu-ui .x-form-readonly .x-form-trigger-wrap {
  580. border: none
  581. }
  582. .wotu-ui .x-menu-item-default.x-menu-item-focus, .wotu-ui .x-menu-item-default.x-menu-item-active {
  583. background: #004c8b;
  584. }
  585. .wotu-ui .x-grid-locked-split .x-grid-inner-normal {
  586. border-width: 0 0 0 1px
  587. }
  588. .wotu-ui .x-grid-locked .x-grid-inner-locked {
  589. border-width: 0 1px 0 0
  590. }
  591. .wotu-ui .x-grid-scrollbar-clipper-locked, .wotu-ui .x-grid-scrollbar-locked {
  592. border-width: 0 1px 0 0;
  593. background: #000;
  594. }
  595. /*grid行颜色设定*/
  596. .x-grid-record-red {
  597. color: red
  598. }
  599. .x-grid-record-bg-green {
  600. background: #b7d6a4;
  601. }
  602. .x-grid-record-bg-red {
  603. background: #e2baba;
  604. }
  605. .x-grid-record-bg-red-highlight {
  606. background: #ea4b4b;
  607. }
  608. .x-grid-record-bg-yellow {
  609. background: #f2e3b2;
  610. }
  611. .x-grid-record-bg-yellow-highlight {
  612. background: #d6ca22;
  613. }
  614. .x-grid-record-bg-purple {
  615. background: #d3bde0;
  616. }
  617. .x-grid-record-bg-blue {
  618. background: #bac3e2;
  619. }
  620. /*
  621. .x-grid-scrollbar-clipper-locked .x-grid-row[aria-selected="true"] {
  622. outline: 0 !important;
  623. }
  624. */
  625. /** 无论什么颜色,选中的状态都是黄色 */
  626. .x-grid-row[aria-selected="true"],
  627. .x-grid-row.x-grid-record-red[aria-selected="true"],
  628. .x-grid-row.x-grid-record-bg-green[aria-selected="true"],
  629. .x-grid-row.x-grid-record-bg-red[aria-selected="true"],
  630. .x-grid-row.x-grid-record-bg-yellow[aria-selected="true"],
  631. .x-grid-row.x-grid-record-bg-purple[aria-selected="true"],
  632. .x-grid-row.x-grid-record-bg-blue[aria-selected="true"] {
  633. /*
  634. border: 1px solid #0066bf;
  635. outline: 1px double #5fa2dd;
  636. */
  637. background-color: #ffefbb;
  638. }
  639. .wotu-ui .x-segmented-button-item-horizontal.x-btn-default-small {
  640. border: none;
  641. background-color: #134c8b;
  642. }
  643. .wotu-ui .x-btn.x-btn-menu-active.x-btn-default-small, .wotu-ui .x-btn.x-btn-pressed.x-btn-default-small {
  644. border: none;
  645. background-color: #1960af;
  646. }