index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. html,body,#app {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. color: #333;
  6. }
  7. ul {
  8. margin: 0;
  9. padding: 0;
  10. list-style-type: none;
  11. }
  12. .clearfix:after {
  13. visibility: hidden;
  14. display: block;
  15. font-size: 0;
  16. content: ".";
  17. clear: both;
  18. height: 0;
  19. }
  20. .clearfix {
  21. zoom: 1;
  22. }
  23. .fl {
  24. float: left;
  25. }
  26. .fr {
  27. float: right;
  28. }
  29. #app>.ui-grid, #app>.ui-grid .ui-grid {
  30. height: 100%;
  31. }
  32. #app>.ui-grid .ui-col-0 {
  33. width: 340px;
  34. border-right: 1px solid #d7dce6;
  35. position: relative;
  36. }
  37. #app>.ui-grid .ui-col-1 {
  38. position: relative;
  39. height: -moz-calc(100%);
  40. height: -webkit-calc(100%);
  41. height: calc(100%);
  42. box-sizing: border-box;
  43. }
  44. ul.nav-tab {
  45. padding-left: 5px;
  46. }
  47. ul.nav-tab::after {
  48. content: ' ';
  49. position: absolute;
  50. border-bottom: 1px solid #d7dce6;
  51. height: 35px;
  52. width: 100%;
  53. left: 0;
  54. z-index: -1;
  55. }
  56. ul.nav-tab li {
  57. display: inline-block;
  58. width: 90px;
  59. line-height: 34px;
  60. border: 1px solid #d7dce6;
  61. margin-left: 3px;
  62. text-align: center;
  63. font-size: 14px;
  64. background-color: #f5f5fa;
  65. color: #666666;
  66. cursor: pointer;
  67. }
  68. ul.nav-tab li.active {
  69. border-bottom: 1px solid #fff;
  70. color: #12b7f5;
  71. background-color: #fff;
  72. }
  73. .inp-search {
  74. border: solid 1px #d7dce6;
  75. margin: 10px auto;
  76. width: 300px;
  77. height: 30px;
  78. padding-left: 10px;
  79. box-sizing: border-box;
  80. }
  81. .search-warp {
  82. position: relative;
  83. }
  84. .search-warp::after {
  85. content: ' ';
  86. width: 20px;
  87. height: 20px;
  88. position: absolute;
  89. right: 8px;
  90. top: 14px;
  91. display: block;
  92. background: url(../../../images/sousuo_icon.png) center center / 15px 15px no-repeat;
  93. }
  94. .temp-item {
  95. position: relative;
  96. font-size: 14px;
  97. line-height: 40px;
  98. color: #333333;
  99. border-bottom: 1px solid #d7dce6;
  100. cursor: pointer;
  101. }
  102. .item-header {
  103. padding-right: 80px;
  104. }
  105. .list-arrow-r:after,
  106. .list-arrow-d:after {
  107. position: absolute;
  108. top: 20px;
  109. right: 0.75rem;
  110. margin-top: -0.25rem;
  111. content: "";
  112. display: block;
  113. width: 0.4rem;
  114. height: 0.4rem;
  115. border: solid #cdcdcd;
  116. border-width: 0.1rem 0.1rem 0 0;
  117. -webkit-transform: rotate(45deg);
  118. transform: rotate(45deg);
  119. }
  120. .list-arrow-d:after {
  121. right: 0.65rem;
  122. margin-top: -0.4rem;
  123. -webkit-transform: rotate(135deg);
  124. transform: rotate(135deg);
  125. }
  126. .temp-item .dropdown-item {
  127. position: relative;
  128. }
  129. .temp-item .dropdown-item:first-child {
  130. border-top: 1px dashed #d7dce6;
  131. }
  132. .temp-item .dropdown-item:not(:last-child) {
  133. border-bottom: 1px dashed #d7dce6;
  134. }
  135. .new-temp {
  136. font-size: 14px;
  137. color: #12b7f5;
  138. position: fixed;
  139. bottom: 15px;
  140. left: 105px;
  141. cursor: pointer;
  142. }
  143. .temp-info {
  144. border: 1px solid #d7dce6;
  145. }
  146. .temp-name,
  147. .team-name,
  148. .label-name {
  149. position: relative;
  150. border-bottom: 1px solid #d7dce6;
  151. }
  152. .temp-name input {
  153. border: 0;
  154. width: -moz-calc(100% - 80px);
  155. width: -webkit-calc(100% - 80px);
  156. width: calc(100% - 80px);
  157. }
  158. .img-items {
  159. border: 1px solid #d7dce6;
  160. padding: 10px;
  161. }
  162. .img-items img {
  163. width: 60px;
  164. height: 60px;
  165. vertical-align: middle;
  166. }
  167. .send-btn, .back-btn {
  168. display: inline-block;
  169. width: 120px;
  170. height: 34px;
  171. line-height: 34px;
  172. background-color: #12b7f5;
  173. border-radius: 2px;
  174. color: #fff;
  175. cursor: pointer;
  176. }
  177. .foot-btns {
  178. position: absolute;
  179. bottom: 10px;
  180. left: 0;
  181. width: 100%;
  182. text-align: center;
  183. }
  184. .preview-btn, .new-btn {
  185. display: inline-block;
  186. width: 120px;
  187. height: 34px;
  188. line-height: 34px;
  189. color: #fff;
  190. cursor: pointer;
  191. }
  192. .back-btn {
  193. background-color: #12b7f5;
  194. }
  195. .preview-btn {
  196. background-color: #02cfb9;
  197. }
  198. .new-btn {
  199. background-color: #12b7f5;
  200. }
  201. .save-btn {
  202. float: right;
  203. width: 100px;
  204. height: 28px;
  205. line-height: 28px;
  206. background-color: #12b7f5;
  207. border-radius: 2px;
  208. color: #fff;
  209. text-align: center;
  210. cursor: pointer;
  211. }
  212. .delete-btn {
  213. float: right;
  214. width: 100px;
  215. height: 28px;
  216. line-height: 28px;
  217. background-color: #ff3b30;
  218. border-radius: 2px;
  219. color: #fff;
  220. text-align: center;
  221. cursor: pointer;
  222. }
  223. .delete-icon {
  224. position: absolute;
  225. top: -8px;
  226. left: 55px;
  227. cursor: pointer;
  228. }
  229. .file-upload {
  230. width: 65px;
  231. height: 65px;
  232. position: absolute;
  233. opacity: 0;
  234. font-size: 0;
  235. }
  236. .delete-icon >img {
  237. background: #fff;
  238. border-radius: 50%;
  239. }
  240. .label-name .c-list {
  241. max-height: 100px;
  242. overflow-y: auto;
  243. }
  244. .c-list .c-list-li {
  245. height: 28px;
  246. line-height: 28px;
  247. float: left;
  248. display: inline;
  249. margin: 10px 7px 0 1%;
  250. padding: 0px 28px;
  251. border-radius: 15px;
  252. border: 1px solid #d7dce6;
  253. }
  254. .c-list .active-icon {
  255. border: 1px solid #12b7f5 ;
  256. }
  257. .item-header.active {
  258. color: #12b7f5;
  259. }
  260. .preview-wrap {
  261. height: calc(100% - 50px);
  262. overflow-y: auto;
  263. }