design.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* 公共*/
  2. .video-box .float-btn-box {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: flex-end;
  6. justify-content: center;
  7. text-align: center;
  8. border:1px dashed #FF6A00;
  9. }
  10. .video-box .float-btn-box a:last-child{
  11. margin-bottom: 0;
  12. }
  13. .video-box .float-btn-item {
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. flex-direction: column;
  18. margin-bottom: 10px;
  19. width: 40px;
  20. height: 40px;
  21. overflow: hidden;
  22. }
  23. .video-box .float-btn-item .img-box {
  24. overflow: hidden;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. width: 40px;
  29. height: 40px;
  30. }
  31. .video-box .float-btn-item .img-box img {
  32. max-width: 100%;
  33. max-height: 100%;
  34. }
  35. .video-box .float-btn-item span {
  36. margin-top: 5px;
  37. color: #333;
  38. font-size: 12px;
  39. }
  40. .video-box .float-btn-list li, .video-box .float-btn-list .add-item {
  41. display: flex;
  42. align-items: end;
  43. border: 1px dashed #e5e5e5;
  44. padding: 10px;
  45. }
  46. .video-box .float-btn-list li + li {
  47. margin: 10px 0;
  48. }
  49. .video-box .float-btn-list li .content-block {
  50. width: 71%;
  51. display: flex;
  52. flex-direction: column;
  53. }
  54. .video-box .float-btn-list li .content-block .layui-form-item {
  55. margin: 0;
  56. }
  57. .video-box .float-btn-list .add-item {
  58. justify-content: center;
  59. align-items: center;
  60. margin: 10px 0;
  61. cursor: pointer;
  62. }
  63. .video-box .float-btn-list .add-item i {
  64. font-weight: bold;
  65. display: inline-block;
  66. height: 24px;
  67. line-height: 24px;
  68. font-size: 18px;
  69. margin-right: 10px;
  70. }
  71. .video-box .float-btn-list .add-item span {
  72. display: inline-block;
  73. height: 24px;
  74. line-height: 24px;
  75. }
  76. .video-box .float-btn-list li {
  77. position: relative;
  78. }
  79. .video-box .float-btn-list li:hover .del {
  80. display: block;
  81. }
  82. .video-box .preview-draggable{
  83. padding: 0;
  84. }
  85. .video-box.left{
  86. background: rgba(255, 255, 255, 0.45);
  87. margin-left: 10px;
  88. top:130px;
  89. }
  90. .video-box.left .edit-attribute{
  91. right: -980px;
  92. top: -100px;
  93. }
  94. .video-box.right_bottom{
  95. bottom:130px;
  96. left:642px;
  97. }
  98. .video-box .hint{
  99. color:#909399 !important
  100. }
  101. .flex{justify-content: space-between;display: flex;align-items: center;}
  102. .flex .flex_left{display: flex;align-items: center;}
  103. .flex .flex_left .curr_color{color:#303133}
  104. .flex .flex_fill{flex:1;text-align: right;display: flex;justify-content: flex-end;align-items: center;}
  105. .flex .flex_fill .flex_choose{display: flex;align-items: center;}
  106. .flex .flex_fill .flex_choose>div{border:1px solid #EEEEEE;width:30px;height:23px;border-right: 0;line-height: 23px;text-align: center;}
  107. .flex .flex_fill .flex_choose>div img{vertical-align: middle;}
  108. .flex .flex_fill .flex_choose>div:last-child{border-right: 1px solid #EEEEEE;}
  109. .flex .flex_fill .flex_choose>div.active{border:1px solid #FF6A00;background-color: rgba(255, 106, 0, 0.1);}
  110. .make-tel{
  111. border: 1px solid #ccc;
  112. height: 25px;
  113. border-radius: 2px;
  114. padding-left: 5px;
  115. }
  116. .video-box.right_bottom .edit-attribute{
  117. position: fixed;
  118. right: 30px;
  119. top: 104px;
  120. }
  121. .video-box.right_bottom .img-block layui-form ns-text-color{
  122. position: relative;
  123. }
  124. .video-box.right_bottom .edit-attribute .attr-wrap .restore-wrap .img-block{
  125. width: 200px !important;
  126. height: 125px !important;
  127. margin-bottom: 30px;
  128. }
  129. .video-box.right_bottom .edit-attribute .attr-wrap .restore-wrap .img-block > div{
  130. line-height: 125px;
  131. height: 125px !important;
  132. width: 100%;
  133. text-align: center;
  134. }
  135. .video-box.right_bottom .edit-attribute .attr-wrap .restore-wrap .img-block video{
  136. width: 100% !important;
  137. height: 125px !important;
  138. }
  139. .float-btn-list ul li{
  140. display: block !important;
  141. }
  142. .video-list .image-ads-item{
  143. padding: 0px 15px;
  144. }
  145. .video-list .image-ads-item video{
  146. width: 100%;
  147. }
  148. .video-box.right_bottom .edit-attribute .attr-wrap .restore-wrap .img-block span{
  149. position: absolute;
  150. bottom: -30px;
  151. display: block;
  152. width: 100%;
  153. background: #fff;
  154. }
  155. .goods-show-box .video-fenmian{
  156. display: flex;
  157. margin-bottom: 10px;
  158. }
  159. .goods-show-box .video-fenmian span{
  160. flex: 1;
  161. color: #909399;
  162. }
  163. .video-title{
  164. color: #909399;
  165. display: inline-block;
  166. padding: 0px 0px 10px;
  167. flex: 1;
  168. }
  169. .video-in-box{
  170. display: flex;
  171. }
  172. .video-box.right_bottom .edit-attribute .attr-wrap .restore-wrap .img-block span.add-video-name{
  173. bottom: 25px;
  174. }
  175. .video-box .video-in-box .video-zhezhao{
  176. position: relative;
  177. background: #fff;
  178. width: 200px;
  179. height: 125px;
  180. top: -156px;
  181. right: 1px;
  182. bottom: 1px;
  183. left: 1px;
  184. text-align: CENTER;
  185. line-height: 105px;
  186. display: none;
  187. }
  188. .video-box .video-in-box .video-zhezhao span{
  189. position: absolute;
  190. top: 35px;
  191. left: 80px;
  192. color: #909399;
  193. }