截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .layui-table-cell {height: auto; }
  2. .like-layui-collapse {
  3. border-width: 1px;
  4. border-style: dashed;
  5. border-radius: 2px;
  6. border-color: #c4c4c4;
  7. }
  8. .like-layui-colla-title {
  9. position: relative;
  10. height: 42px;
  11. line-height: 42px;
  12. padding: 0 15px 0 35px;
  13. color: #333;
  14. background-color: #ffffff;
  15. cursor: pointer;
  16. font-size: 14px;
  17. overflow: hidden;
  18. }
  19. .like-layui-colla-title:hover {
  20. color: #2ba1fc;
  21. }
  22. .like-layui-form-label{
  23. margin: 20px;
  24. padding-left: 5px;
  25. border-left: solid #2ba1fc 8px;
  26. text-align: left;
  27. width: 100px
  28. }
  29. .like-layui-elem-quote {
  30. margin-bottom: 10px;
  31. padding: 15px;
  32. line-height: 22px;
  33. border-left: 5px solid #2ba1fc;
  34. border-radius: 0 2px 2px 0;
  35. background-color: #f2f2f2;
  36. }
  37. .layui-form-select dl dd.layui-this {
  38. background-color: #1E9FFF;
  39. }
  40. .layui-form-onswitch {
  41. border-color: #1E9FFF;
  42. background-color: #1E9FFF;
  43. }
  44. .layui-laypage .layui-laypage-curr .layui-laypage-em {
  45. position: absolute;
  46. left: -1px;
  47. top: -1px;
  48. padding: 1px;
  49. width: 100%;
  50. height: 100%;
  51. background-color: #1E9FFF;
  52. }
  53. .info_footer {
  54. text-align: center;
  55. bottom: 20px;
  56. left: 40%;
  57. font-size:14px;
  58. color:rgba(112,112,112,1);
  59. font-weight:400;
  60. margin-bottom: 12px;
  61. }
  62. /** 按钮样式 **/
  63. .layui-form-radioed>i {
  64. color: #1E9FFF;
  65. }
  66. .layui-form-radio>i:hover, .layui-form-radioed>i {
  67. color: #1E9FFF;
  68. }
  69. .layui-form-checked[lay-skin=primary] i {
  70. border-color: #1E9FFF!important;
  71. background-color: #1E9FFF;
  72. color: #fff;
  73. }
  74. .layui-form-checkbox[lay-skin=primary]:hover i {
  75. border-color: #1E9FFF;
  76. color: #fff;
  77. }
  78. .layui-btn-primary:hover {
  79. border-color: #1E9FFF;
  80. color: #333;
  81. }
  82. .layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i{
  83. color: #1E9FFF;
  84. }
  85. /** 文件仓库 FZR **/
  86. .file-manager { display: flex; justify-content: flex-start; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #FFFFFF; }
  87. .file-manager .layui-icon-file:before { content: "\e623"; }
  88. .file-manager .cate-tree-more { width: 150px; flex-shrink: 0; border-right: 1px #EEEEEE solid; }
  89. .file-manager .gallery { flex: 1; }
  90. .file-manager .warehouse:after { content: ""; height: 0; line-height: 0; display: block; visibility: hidden; clear: both; }
  91. .file-manager .warehouse li { cursor: pointer; width: 120px; height: 127px; float: left; margin: 5px 0 0 10px; text-align: center; position: relative; border-radius: 5px; border: 2px solid #EEEEEE; }
  92. .file-manager .warehouse li:hover { border-radius: 5px; background-color: #f1f5fa; }
  93. .file-manager .warehouse li.on { border-radius: 5px; border: 2px solid #3B91FF; background-color: #f1f5fa; }
  94. .file-manager .warehouse .file-icon { position: relative; margin: 9px auto 0; width: 84px; height: 84px; background-repeat: no-repeat; overflow: hidden; }
  95. .file-manager .warehouse .file-image { width: 100%; height: 100%; vertical-align: middle; }
  96. .file-manager .warehouse .file-name { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin: 6px 5px 5px; }
  97. .file-manager .footer { display: flex; justify-content: space-between; height: 55px; min-height: 55px; align-items: center; padding: 0 30px; position: fixed; bottom: 0; left: 201px; right: 0; border-top: 1px solid #EEEEEE; background-color: #FFFFFF; }
  98. .file-manager .footer #page { margin: 0 20px; }
  99. .file-manager .empty { width: 100%; text-align: center; margin-top: 70px; }
  100. .file-manager .empty i { font-size:120px; color:#EEEEEE; }
  101. .file-manager .empty p {font-size: 14px; margin-top: 20px; color:#999; }
  102. /** 图片上传容器 FZR **/
  103. .like-upload-image:after { content: ""; height: 0; line-height: 0; display: block; visibility: hidden; clear: both; }
  104. .upload-image-div, .upload-image-elem { position: relative; height: 80px; width: 80px; float: left; opacity: 1; margin: 4px; text-align: center; border: 1px dashed #a0a0a0; background-image: url(/static/admin/images/image.png); background-repeat: no-repeat; background-position: 50% 35%; }
  105. .upload-image-div:hover .del-upload-btn { visibility: visible; }
  106. .upload-image-div img { width: 100%; height: 100%; box-sizing: border-box; }
  107. .add-upload-image { cursor: pointer; position: absolute; z-index: 100; top: 58px; right: -10%; width: 100px; height: 20px; font-size: 8px; line-height: 16px; text-align: center; border-radius: 10px; color: #4e8bff; }
  108. .del-upload-btn { visibility: hidden; display: flex; align-items: center; justify-content: center; position: absolute; z-index: 100; top: -11px; right: -9px; width: 20px; height: 20px; cursor: pointer; font-size: 14px; color: #FFFFFF; border-radius: 50%; background: hsla(0, 0%, 60%, .6); }
  109. /* 视频上传容器 */
  110. .like-upload-video:after { content: ""; height: 0; line-height: 0; display: block; visibility: hidden; clear: both; }
  111. .upload-video-div, .upload-video-elem { position: relative; height: 80px; width: 80px; float: left; opacity: 1; margin: 4px; text-align: center; border: 1px dashed #a0a0a0; background-image: url(/static/lib/layui/images/other/video.png); background-repeat: no-repeat; background-position: 50% 35%; }
  112. .upload-video-div:hover .del-upload-btn { visibility: visible; }
  113. .upload-video-div video { width: 100%; height: 100%; box-sizing: border-box; }
  114. .add-upload-video { cursor: pointer; position: absolute; z-index: 100; top: 58px; right: -10%; width: 100px; height: 20px; font-size: 8px; line-height: 16px; text-align: center; border-radius: 10px; color: #4e8bff; }