index.css 4.5 KB

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