截流自动化的商城平台
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.

like.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .upload-image-div{
  2. height: 80px;
  3. width: 80px;
  4. float: left;
  5. opacity: 1;
  6. position: relative;
  7. border:1px dashed #a0a0a0;
  8. background-image:url('../layui/images/other/image.png');
  9. background-repeat: no-repeat;
  10. background-position: 50% 35%;
  11. margin: 4px;
  12. text-align: center;
  13. }
  14. .upload-image-a{
  15. cursor: pointer;
  16. position: absolute;
  17. z-index: 100;
  18. top: 58px;
  19. right: -10%;
  20. width: 100px;
  21. height: 20px;
  22. font-size: 8px;
  23. line-height: 16px;
  24. text-align: center;
  25. border-radius: 10px;
  26. color: #4e8bff;
  27. }
  28. .upload-image-a:hover
  29. {
  30. color: #0641cb;
  31. }
  32. .upload-video-div{
  33. height: 80px;
  34. width: 80px;
  35. float: left;
  36. opacity: 1;
  37. position: relative;
  38. border:1px dashed #a0a0a0;
  39. background-image:url('../layui/images/other/video.png');
  40. background-repeat: no-repeat;
  41. background-position: 50% 35%;
  42. margin: 4px;
  43. text-align: center;
  44. }
  45. .upload-video-a{
  46. cursor: pointer;
  47. position: absolute;
  48. z-index: 100;
  49. top: 58px;
  50. right: -10%;
  51. width: 100px;
  52. height: 20px;
  53. font-size: 8px;
  54. line-height: 16px;
  55. text-align: center;
  56. border-radius: 10px;
  57. color: #4e8bff;
  58. }
  59. .upload-video-a:hover
  60. {
  61. color: #0641cb;
  62. }
  63. .like-layui-collapse {
  64. border-width: 1px;
  65. border-style: dashed;
  66. border-radius: 2px;
  67. border-color: #c4c4c4;
  68. }
  69. .like-layui-colla-title {
  70. position: relative;
  71. height: 42px;
  72. line-height: 42px;
  73. padding: 0 15px 0 35px;
  74. color: #333;
  75. background-color: #ffffff;
  76. cursor: pointer;
  77. font-size: 14px;
  78. overflow: hidden;
  79. }
  80. .like-layui-colla-title:hover {
  81. color: #2ba1fc;
  82. }
  83. .like-layui-form-label{
  84. margin: 20px;
  85. padding-left: 5px;
  86. border-left: solid #2ba1fc 8px;
  87. text-align: left;
  88. width: 100px
  89. }
  90. .like-layui-elem-quote {
  91. margin-bottom: 10px;
  92. padding: 15px;
  93. line-height: 22px;
  94. border-left: 5px solid #2ba1fc;
  95. border-radius: 0 2px 2px 0;
  96. background-color: #f2f2f2;
  97. }
  98. .layui-form-select dl dd.layui-this {
  99. background-color: #1E9FFF;
  100. }
  101. .layui-form-onswitch {
  102. border-color: #1E9FFF;
  103. background-color: #1E9FFF;
  104. }
  105. .layui-laypage .layui-laypage-curr .layui-laypage-em {
  106. position: absolute;
  107. left: -1px;
  108. top: -1px;
  109. padding: 1px;
  110. width: 100%;
  111. height: 100%;
  112. background-color: #1E9FFF;
  113. }
  114. .info_footer {
  115. text-align: center;
  116. bottom: 20px;
  117. left: 40%;
  118. font-size:14px;
  119. color:rgba(112,112,112,1);
  120. font-weight:400;
  121. margin-bottom: 12px;
  122. }
  123. .layui-form-radioed>i {
  124. color: #1E9FFF;
  125. }
  126. .layui-form-radio>i:hover, .layui-form-radioed>i {
  127. color: #1E9FFF;
  128. }
  129. .layui-form-checked[lay-skin=primary] i {
  130. border-color: #1E9FFF!important;
  131. background-color: #1E9FFF;
  132. color: #fff;
  133. }
  134. .layui-form-checkbox[lay-skin=primary]:hover i {
  135. border-color: #1E9FFF;
  136. color: #fff;
  137. }
  138. .layui-btn-primary:hover {
  139. border-color: #1E9FFF;
  140. color: #333;
  141. }