common.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. [v-cloak] {
  2. display: none;
  3. }
  4. ul.layui-tab-title li.tab-status.layui-this, .layui-tab .layui-tab-title .subject-select .layui-unselect.layui-form-select input.subject-this{
  5. filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  6. -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  7. background: #a79023;
  8. background: -moz-linear-gradient(top, #d5c075, #a18b3e);
  9. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d5c075), to(#a18b3e));
  10. background: -o-linear-gradient(top, #d5c075, #a18b3e);
  11. }
  12. .layui-tab-title li.tab-status.tab-status-3, .layui-tab-title li.tab-status.tab-status-2, .layui-tab-title li.tab-status.tab-status-4, .layui-tab-title .subject-select .layui-unselect.layui-form-select input, .layui-tab-title .subject-select .layui-unselect.layui-form-select input.subject-all-end , .subject-end{
  13. color: #f6fdff;
  14. filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  15. -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  16. background: #a79023;
  17. background: -moz-linear-gradient(top, #52d1f7, #1784a5);
  18. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#52d1f7), to(#1784a5));
  19. background: -o-linear-gradient(top, #52d1f7, #1784a5);
  20. }
  21. .layui-tab-title li.tab-status.tab-status-3, .layui-tab-title .subject-select .layui-unselect.layui-form-select input.subject-all-end {
  22. border-bottom: 4px solid #5dc24e;
  23. }
  24. .subject-end {
  25. background: #5dc24e;
  26. }
  27. .layui-form-select dl dd.layui-this {
  28. background: #5FB878;
  29. }
  30. .layui-tab-title li.tab-status, ul.layui-tab-title li.tab-status-1.layui-this {
  31. color: #f6fdff;
  32. filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  33. -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  34. background: #a79023;
  35. background: -moz-linear-gradient(top, #cccadc, #85829c);
  36. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccadc), to(#85829c));
  37. background: -o-linear-gradient(top, #cccadc, #85829c);
  38. }
  39. .tab-status-2:hover, .tab-status-4:hover, .manage.tab-status-1:hover {
  40. color: #f6fdff;
  41. filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  42. -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  43. background: #a79023;
  44. background: -moz-linear-gradient(top, #84e2ff, #208bac);
  45. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#84e2ff), to(#208bac));
  46. background: -o-linear-gradient(top, #84e2ff, #208bac);
  47. }
  48. .edui-default {
  49. color: #676a6c;
  50. }
  51. .collapse-box .collapse-item li {
  52. filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#52d1f7,endcolorstr=#1784a5,gradientType=0);
  53. -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#52d1f7,endcolorstr=#1784a5,gradientType=0);/*IE8*/
  54. background:#52d1f7; /* 一些不支持背景渐变的浏览器 */
  55. background:-moz-linear-gradient(top, #52d1f7, #1784a5);
  56. background:-webkit-gradient(linear, 0 0, 0 bottom, from(#52d1f7), to(#1784a5));
  57. background:-o-linear-gradient(top, #52d1f7, #1784a5);
  58. height: 46px;
  59. line-height: 46px;
  60. margin-top: 1px;
  61. margin-bottom: 1px;
  62. }
  63. .collapse-box .collapse-item li.cur-click-sub {
  64. color: #f6fdff;
  65. filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  66. -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffeec9,endcolorstr=#a79023,gradientType=0);
  67. background: #a79023;
  68. background: -moz-linear-gradient(top, #d5c075, #a18b3e);
  69. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d5c075), to(#a18b3e));
  70. background: -o-linear-gradient(top, #d5c075, #a18b3e);
  71. }
  72. .vl-notify.vl-notify-alert h2.vl-notice-title {
  73. color: #444;
  74. }
  75. body {
  76. -webkit-overflow-scrolling:touch;
  77. overflow:auto;
  78. -webkit-overflow:auto
  79. }
  80. .edui-default .edui-editor-scale {
  81. display: none;
  82. }
  83. .vl-notify .vl-notify-content {
  84. padding: 0px!important;
  85. }
  86. .vl-notify.vl-notify-alert h2.vl-notice-title .icon-remove {
  87. font-size: 36px!important;
  88. }
  89. .layui-form-select dl {
  90. z-index: 10000;
  91. }
  92. .row {
  93. margin-left: 0;
  94. margin-right: 0;
  95. padding-left: 0;
  96. padding-right: 0;
  97. }
  98. .layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
  99. transition: inherit;
  100. }
  101. label.layui-required:after {
  102. content: '*';
  103. position: absolute;
  104. right: 20px;
  105. top: 10px;
  106. color: red;
  107. }
  108. .layui-form-pane .layui-form-label {
  109. width: 140px;
  110. }
  111. .layui-form-pane .layui-input-block {
  112. margin-left: 140px;
  113. }
  114. .layui-form-pane table .layui-form-checkbox {
  115. margin: 0;
  116. }
  117. .layui-form-danger+.mutil-select-title, .layui-form-danger:focus {
  118. border: 1px solid #FF5722!important;
  119. }
  120. .title-text {
  121. width: 61px;
  122. }
  123. .manage-head {
  124. padding: 8px 0;
  125. margin: 5px;
  126. }
  127. .manage-head-con {
  128. position: relative;
  129. height: 18px;
  130. line-height: 18px;
  131. color: #363636;
  132. font-size: 16px;
  133. border-left: 3px solid #445b71;
  134. }
  135. /* cont */
  136. .wrapper-content {
  137. padding: 0 5px;
  138. }
  139. .layui-form-item .layui-input-inline {
  140. width: auto;
  141. }
  142. .layui-inline .layui-form-mid {
  143. /* width: 100px;
  144. text-align: right; */
  145. color: #000000;
  146. }
  147. .custom-btn-div {
  148. padding: 6px 0!important;
  149. }
  150. .layui-inline .input-year-title {
  151. margin-left: 30px;
  152. }
  153. .layui-inline .input-year-text {
  154. width: 120px;
  155. }
  156. .input-year-text .layui-input {
  157. border: 0;
  158. }
  159. .layui-inline .search-key {
  160. width: 272px;
  161. padding: 6px 0!important;
  162. }
  163. .search-key input {
  164. height: 26px;
  165. line-height: 26px;
  166. font-size: 12px;
  167. font-family: 'MicroSoft YaHei';
  168. }
  169. .hr-line-solid {
  170. border-top: 1.5px solid #c1c1c1;
  171. margin: 5px 0 8px 0;
  172. }
  173. .hr-line-dashed {
  174. border-top: 1.5px dashed #c1c1c1;
  175. margin: 5px 0 8px 0;
  176. }
  177. /* custom btn */
  178. .layui-inline .layui-btn {
  179. transition: none;
  180. -webkit-transition: none;
  181. }
  182. .layui-btn-sm,
  183. .layui-btn-icon {
  184. height: 26px;
  185. line-height: 26px;
  186. padding: 0 9px;
  187. font-size: 12px;
  188. font-family: 'MicroSoft YaHei';
  189. margin-bottom: 6px;
  190. }
  191. .layui-btn-lg {
  192. height: 38px;
  193. line-height: 38px;
  194. padding: 0 16px;
  195. font-size: 16px;
  196. font-family: 'MicroSoft YaHei';
  197. border-radius: 4px;
  198. }
  199. .layui-btn-primary {
  200. border: 1px solid #c3c4c4;
  201. color: #959798;
  202. font-size: 12px;
  203. font-family: 'MicroSoft YaHei';
  204. }
  205. .layui-inline .layui-btn-primary:hover {
  206. border: 1px solid #ff7c4d;
  207. color: #ff7c4d;
  208. }
  209. .layui-btn-orange {
  210. background-color: #ff7c4d;
  211. }
  212. .layui-btn-b-orange {
  213. background-color: #fff;
  214. border: 1px solid #ff7c4d;
  215. color: #ff7c4d;
  216. }
  217. .layui-btn-blue {
  218. background-color: #00abf0;
  219. }
  220. .layui-btn-blue:hover {
  221. background-color: #1dbbfb;
  222. }
  223. .layui-btn-red {
  224. background-color: #e93232;
  225. }
  226. .custom-img {
  227. margin-right: 8px;
  228. margin-top: -2px;
  229. }
  230. .btn-group-center {
  231. text-align: center;
  232. width: 100%;
  233. }
  234. .btn-group-left {
  235. text-align: left;
  236. width: 100%;
  237. }
  238. .btn-group-right {
  239. text-align: right;
  240. width: 100%;
  241. }
  242. .layui-btn-primary:hover {
  243. background-color: #fff;
  244. border: 1px solid #ff7c4d;
  245. color: #ff7c4d;
  246. }
  247. .layui-btn-light-blue {
  248. background-color: #4d8dec;
  249. }
  250. textarea[name='editorValue'] {
  251. display: none;
  252. }
  253. .xm-select-parent .xm-form-select dl {
  254. position: absolute;
  255. left: 0;
  256. top: 42px;
  257. padding: 5px 0;
  258. z-index: 999;
  259. min-width: 100%;
  260. border: 1px solid #d2d2d2;
  261. max-height: 300px;
  262. overflow-y: auto;
  263. background-color: #fff;
  264. border-radius: 2px;
  265. box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  266. box-sizing: border-box;
  267. animation-fill-mode: both;
  268. -webkit-animation-name: layui-upbit-s;
  269. animation-name: layui-upbit-s;
  270. -webkit-animation-duration: .3s;
  271. animation-duration: .3s;
  272. -webkit-animation-fill-mode: both;
  273. animation-fill-mode: both;
  274. }
  275. .vl-notify-content .ibox-content {
  276. border-width: 0px;
  277. padding-right: 0px;
  278. }
  279. .vl-notify-content .layui-form-select .layui-edge {
  280. transition: unset;
  281. -webkit-transition: unset;
  282. }
  283. .layui-tab-title li {
  284. cursor: pointer;
  285. }
  286. .triangle {
  287. float: right;
  288. width: 0;
  289. height: 0;
  290. background: #fff;
  291. border-top: 20px solid transparent;
  292. border-left: 10px solid #05afef;
  293. }
  294. .layui-btn {
  295. cursor: pointer;
  296. }
  297. .l-cursor {
  298. cursor: pointer;
  299. }
  300. .footable > tbody > tr:hover {
  301. cursor: default;
  302. }
  303. .footable > tbody > tr > td > span:hover, .footable > tbody > tr > td > a:hover {
  304. cursor: pointer;
  305. }
  306. label.layui-form-label {
  307. cursor: default;
  308. }
  309. .user-main table td span.label {
  310. word-wrap: break-word;
  311. word-break: break-all;
  312. white-space: pre-wrap !important;
  313. }
  314. .user-main table td span.label i {
  315. cursor: pointer;
  316. }
  317. .sys-notice td {
  318. border: 1px solid;
  319. }
  320. .pw .element {
  321. width: 120px;
  322. height: 160px;
  323. box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.5);
  324. border: 1px solid rgba(127, 255, 255, 0.25);
  325. text-align: center;
  326. cursor: default;
  327. }
  328. .pw .element:hover {
  329. box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
  330. border: 1px solid rgba(127, 255, 255, 0.75);
  331. }
  332. .pw .element_hover {
  333. box-shadow: 0px 0px 12px rgba(0, 255, 255, 0.75);
  334. border: 6px solid rgba(127, 255, 255, 0.75);
  335. }
  336. .pw .element .number {
  337. position: absolute;
  338. top: 20px;
  339. right: 20px;
  340. font-size: 12px;
  341. color: rgba(127, 255, 255, 0.75);
  342. }
  343. .pw .element .symbol {
  344. position: absolute;
  345. top: 10px;
  346. left: 0px;
  347. right: 0px;
  348. font-size: 60px;
  349. font-weight: bold;
  350. color: rgba(255, 255, 255, 0.75);
  351. text-shadow: 0 0 10px rgba(0, 255, 255, 0.95);
  352. cursor: pointer;
  353. }
  354. .pw .element .symbol img {
  355. border-radius: 0px;
  356. height: 80%;
  357. width: 80%;
  358. }
  359. .pw img[src=""], img:not([src]) {
  360. opacity: 0;
  361. }
  362. .pw .element .details {
  363. position: absolute;
  364. bottom: 15px;
  365. left: 0px;
  366. right: 0px;
  367. font-size: 3px;
  368. color: rgba(127,255,255,0.75);
  369. }
  370. .pw .show_info {
  371. position: fixed;
  372. background-color: rgba(0, 0, 0, .6);
  373. padding: 10px;
  374. width: 300px;
  375. margin: 0 auto;
  376. left: 0;
  377. right: 0;
  378. border-radius: 5px;
  379. box-shadow: 0 0 10px 0 #fff;
  380. top: 30%;
  381. }
  382. .pw .show_info img {
  383. display: block;
  384. margin: auto;
  385. border-radius: 0px;
  386. box-shadow: 0 0 10px 0 #888;
  387. }
  388. .pw .show_info .intro {
  389. color: #fff;
  390. text-indent: 20px;
  391. margin-top: 10px;
  392. height: 65px;
  393. overflow: hidden;
  394. display: -webkit-box;
  395. -webkit-line-clamp: 3;
  396. -webkit-box-orient: vertical;
  397. }
  398. .pw .show_info .info_my {
  399. text-align: center;
  400. }
  401. .pw .show_info .info_my > * {
  402. display: inline-block !important;
  403. vertical-align: middle;
  404. }
  405. .pw .show_info .info_my .info_mem {
  406. color: #fff;
  407. max-width: 120px;
  408. }
  409. .pw .show_info .info_my .info_mem > div {
  410. text-align: left;
  411. }
  412. .pw .show_info .info_my .info_mem > div.nickname {
  413. max-width: 120px;
  414. text-overflow: ellipsis;
  415. overflow: hidden;
  416. white-space: nowrap;
  417. }
  418. .pw .show_info .info_my img {
  419. width: 108px;
  420. height: 144px;
  421. margin-right: 10px;
  422. }
  423. .itab ul li {
  424. float: left;
  425. height: 37px;
  426. line-height: 37px;
  427. background: url(/img/itabbg.png) repeat-x;
  428. border-right: solid 1px #d3dbde;
  429. }
  430. .itab ul li a.selected {
  431. height: 37px;
  432. display: block;
  433. background: url(/img/itabbg1.png) repeat-x;
  434. font-weight: bold;
  435. }
  436. .f-li.open {
  437. animation: tada 2s linear running;
  438. -webkit-animation: tada 2s linear running;
  439. }
  440. @keyframes tada {
  441. 0%{transform:scale(1);}
  442. 10%,20%{transform:scale(0.9) rotate(-3deg);}
  443. 30%,50%,70%,90%{transform:scale(1.2) rotate(3deg);}
  444. 40%,60%,80%{transform:scale(1.2) rotate(-3deg);}
  445. 100%{transform:scale(1) rotate(0deg);}
  446. }
  447. @-moz-keyframes tada {
  448. 0%{-moz-transform:scale(1);}
  449. 10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
  450. 30%,50%,70%,90%{-moz-transform:scale(1.2) rotate(3deg);}
  451. 40%,60%,80%{-moz-transform:scale(1.2) rotate(-3deg);}
  452. 100%{-moz-transform:scale(1) rotate(0deg);}
  453. }
  454. @-webkit-keyframes tada {
  455. 0%{-webkit-transform:scale(1);}
  456. 10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
  457. 30%,50%,70%,90%{-webkit-transform:scale(1.2) rotate(3deg);}
  458. 40%,60%,80%{-webkit-transform:scale(1.2) rotate(-3deg);}
  459. 100%{-webkit-transform:scale(1) rotate(0deg);}
  460. }
  461. .view-product div.animated {
  462. height: 100%
  463. }
  464. .view-product div.animated div.flow.ibox-content {
  465. padding-top: 0px
  466. }