index.less 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. @import "~@less/mixin.less";
  2. .wrapper{
  3. // background-color: @gray-background-color;
  4. user-select: none;
  5. position: relative;
  6. // padding: 0 15px;
  7. // border: 1px solid #EAEDF1;
  8. .tempLists {
  9. overflow-y: auto;
  10. background-color: #fff;
  11. position: relative;
  12. // margin-top: 15px;
  13. }
  14. .tempListsP {
  15. margin-bottom: 10px;
  16. }
  17. .emptyWrap {
  18. padding: 0 20px;
  19. margin-top: 15px;
  20. .fr-element {
  21. float: right;
  22. color: #3B9ED0;
  23. display: inline-block;
  24. height: 36px;
  25. line-height: 36px;
  26. }
  27. }
  28. .wrapperTop {
  29. height: 46px;
  30. padding: 0 15px;
  31. // margin-top: 10px;
  32. // background-color: #EAEDF1;
  33. cursor: pointer;
  34. .check-box {
  35. height: 14px;
  36. // width: 18px;
  37. margin: 10px 10px 0 0;
  38. // padding-right: 10px;
  39. box-sizing: content-box;
  40. float: left;
  41. }
  42. .check-wrap{
  43. height: 36px;
  44. float: left;
  45. }
  46. span {
  47. height: 36px;
  48. line-height: 36px;
  49. float: left;
  50. // margin-top: 20px;
  51. }
  52. .fr-element {
  53. float: right;
  54. }
  55. .del-items {
  56. margin-right: 20px;
  57. color: #FF0000;
  58. border: 1px solid #fff;
  59. height: 22px;
  60. line-height: 20px;
  61. border-radius: 11px;
  62. padding: 0 5px;
  63. margin-top: 8px;
  64. }
  65. .del-items-gray {
  66. margin-right: 20px;
  67. color: #ccc;
  68. }
  69. .manger {
  70. color: @template-color;
  71. }
  72. .done {
  73. color: @template-color;
  74. }
  75. }
  76. .wrapperTopM {
  77. padding: 0 11px;
  78. position: relative;
  79. top: 1px;
  80. padding-top: 1px;
  81. .check-box {
  82. width: 14px;
  83. height: 14px;
  84. position: relative;
  85. top: 1px;
  86. }
  87. }
  88. .loadMore {
  89. text-align: center;
  90. color: #2a9bd5;
  91. cursor: pointer;
  92. margin-top: 15px;
  93. }
  94. .templateSearch {
  95. display: inline-block;
  96. p {
  97. font-size: 12px;
  98. color: #979797;
  99. margin-bottom: 10px;
  100. }
  101. input {
  102. box-sizing: border-box;
  103. width: 300px;
  104. display: inline-block;
  105. line-height: 34px;
  106. height: 34px;
  107. padding: 5px 25px 5px 5px;
  108. border: 1px #CECECE solid;
  109. vertical-align: top;
  110. }
  111. .search {
  112. display: inline-block;
  113. width: 80px;
  114. text-align: center;
  115. background-color: #2A9BD5;
  116. color: #fff;
  117. height: 34px;
  118. line-height: 34px;
  119. }
  120. img {
  121. position: absolute;
  122. width: 15px;
  123. left: 294px;
  124. top: 10px;
  125. cursor: pointer;
  126. }
  127. }
  128. .comAdminWrp {
  129. padding: 0 15px;
  130. }
  131. }
  132. .fr-element {
  133. // float: right;
  134. color: #777777;
  135. display: inline-block;
  136. height: 36px;
  137. line-height: 36px;
  138. }
  139. .personalTmp {
  140. width: 50%;
  141. float: left;
  142. height: 40px !important;
  143. line-height: 40px !important;
  144. // background-color: #EDF8FF;
  145. padding: 0 10px;
  146. box-sizing: border-box;
  147. cursor: pointer;
  148. color: #777777;
  149. .tip {
  150. }
  151. .manger {
  152. float: right;
  153. }
  154. }
  155. .personalTmpOwn {
  156. background-color: #2A9BD5;
  157. color: #fff;
  158. .fr-element,.done {
  159. color: #fff !important;
  160. }
  161. }
  162. .tempTip {
  163. width: 14px;
  164. height: 14px;
  165. position: relative;
  166. top: 2px;
  167. }
  168. .personalTmpStatand {
  169. position: relative;
  170. .tempTipContent {
  171. position: absolute;
  172. left: -61px;
  173. top: 40px;
  174. width: 270px;
  175. padding: 15px;
  176. z-index: 100;
  177. background-color: #fff;
  178. color: #1E1E1E;
  179. font-size: 12px;
  180. line-height: 16px;
  181. box-shadow:0px 2px 20px -3px rgba(59,89,126,0.2);
  182. img {
  183. width: 16px;
  184. height: 14px;
  185. position: absolute;
  186. top: -10px;
  187. left: 113px;
  188. }
  189. }
  190. }
  191. .topBorder {
  192. border: 1px solid #3B9ED0;
  193. }
  194. .floderPart {
  195. background-color: #fff;
  196. position: relative;
  197. line-height: 45px;
  198. cursor: pointer;
  199. .floderPartFl {
  200. border-bottom: 1px solid #EAEDF1;
  201. padding: 0 10px;
  202. position: relative;
  203. .floderRD {
  204. width: 20px;
  205. height: 20px;
  206. position: relative;
  207. top: 5px;
  208. right: 4px;
  209. pointer-events: none;
  210. }
  211. .floderPartAction {
  212. float: right;
  213. font-size: 22px;
  214. height: 30px;
  215. width: 30px;
  216. line-height: 15px;
  217. color: #ccc;
  218. text-align: center;
  219. position: relative;
  220. top: 9px;
  221. &:hover {
  222. background-color: #F7F8FA;
  223. color: #3B9ED0;
  224. }
  225. }
  226. .floderAction {
  227. position: absolute;
  228. right: 10px;
  229. top: 40px;
  230. z-index: 99;
  231. background-color: #fff;
  232. color: #777777;
  233. border-radius:2px;
  234. box-shadow:0px 2px 20px -3px rgba(59,89,126,0.2);
  235. p {
  236. height: 36px;
  237. line-height: 36px;
  238. padding: 0 10px;
  239. pointer-events: all;
  240. }
  241. p:hover {
  242. background-color: #F7F8FA;
  243. color: #3B9ED0;
  244. }
  245. }
  246. }
  247. .floderPartFr {
  248. border-bottom: 1px solid #EAEDF1;
  249. display: none;
  250. }
  251. }
  252. .floderPart:hover {
  253. // border: 1px solid #66afe9;
  254. }