publish.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .layui-this {
  2. color: #fff !important;
  3. background-color: #1e9fff;
  4. }
  5. .layui-tab-title li {
  6. font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  7. font-weight: 700;
  8. font-style: normal;
  9. font-size: 20px;
  10. }
  11. .layui-tab-title {
  12. border-bottom-width: 3px !important;
  13. border-bottom-color: #1e9fff !important;
  14. }
  15. .layui-this:after {
  16. border-bottom-color: #1e9fff !important;
  17. }
  18. .layui-form-select dl dd.layui-this {
  19. background-color: #1e9fff;
  20. }
  21. .layui-form-checked[lay-skin=primary] i {
  22. border-color: #1e9fff;
  23. background-color: #1e9fff;
  24. color: #fff;
  25. }
  26. .layui-form-checkbox[lay-skin=primary] i:hover, .layui-form-checkbox span:hover {
  27. border-color: #1e9fff !important;
  28. }
  29. .layui-form-radio > i:hover, .layui-form-radioed > i {
  30. color: #1e9fff;
  31. }
  32. #addImg, #addZmImg, #addImgdz, #addImgpz, #addImgyy {
  33. margin-left: 0 !important;
  34. font-size: 144px;
  35. line-height: 104px;
  36. color: darkgrey
  37. }
  38. #imgList, #imgZmList, #imgListdz, #imgListpz, #imgListyy {
  39. width: 860px;
  40. position: relative;
  41. margin: 10px auto;
  42. min-height: 200px;
  43. }
  44. #imgList li, #imgZmList li, #imgListdz li #imgListpz li #imgListyy li {
  45. width: 150px;
  46. height: 113px;
  47. float: left;
  48. list-style: none;
  49. list-style-type: none;
  50. display: inline-block;
  51. position:absolute;
  52. }
  53. #imgList li:hover, #imgZmList li:hover, #imgListdz li:hover, #imgListpz li:hover, #imgListyy li:hover {
  54. border-color: #9a9fa4;
  55. box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.85);
  56. }
  57. #imgList .active, #imgZmList .active, #imgListdz .active, #imgListpz .active, #imgListyy .active {
  58. border: 1px dashed red;
  59. }
  60. .title_cover {
  61. height: 30px;
  62. background-color: rgba(0,0,0,.5);
  63. position: absolute;
  64. bottom: 0;
  65. width: 140px;
  66. color: #fff;
  67. line-height: 30px;
  68. font-size: 14px;
  69. padding-left: 10px;
  70. overflow: hidden; /*超出部分隐藏*/
  71. white-space: nowrap; /*不换行*/
  72. text-overflow: ellipsis; /*超出部分文字以...显示*/
  73. }
  74. .title_cover:hover {
  75. cursor: pointer;
  76. }
  77. .img_close {
  78. height: 20px;
  79. background-color: rgba(0,0,0,.5);
  80. position: absolute;
  81. top: 0;
  82. right: 0px;
  83. width: 20px;
  84. color: #fff;
  85. line-height: 18px;
  86. font-size: 14px;
  87. text-align: center;
  88. }
  89. .img_close:hover {
  90. cursor: pointer;
  91. }
  92. .img_edit {
  93. height: 20px;
  94. background-color: rgba(0,0,0,.5);
  95. position: absolute;
  96. top: 0;
  97. left: 0px;
  98. width: 20px;
  99. color: #fff;
  100. line-height: 18px;
  101. font-size: 14px;
  102. text-align: center;
  103. }
  104. .img_edit:hover {
  105. cursor: pointer;
  106. }