rehabilitation_guidance.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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. line-height: 34px;
  60. padding-left: 10px;
  61. padding-right: 10px;
  62. border: 1px solid #d7dce6;
  63. margin-left: 3px;
  64. text-align: center;
  65. font-size: 14px;
  66. background-color: #f5f5fa;
  67. color: #666666;
  68. cursor: pointer;
  69. }
  70. ul.nav-tab li.active {
  71. border-bottom: 1px solid #fff;
  72. color: #12b7f5;
  73. background-color: #fff;
  74. }
  75. .inp-search {
  76. width: 100%;
  77. border: solid 1px #d7dce6;
  78. margin: 10px auto;
  79. height: 30px;
  80. padding-left: 10px;
  81. box-sizing: border-box;
  82. }
  83. .search-warp {
  84. position: relative;
  85. }
  86. .search-warp::after {
  87. content: ' ';
  88. width: 20px;
  89. height: 20px;
  90. position: absolute;
  91. right: 8px;
  92. top: 14px;
  93. display: block;
  94. background: url(../../../images/sousuo_icon.png) center center / 15px 15px no-repeat;
  95. }
  96. .temp-item {
  97. position: relative;
  98. font-size: 14px;
  99. line-height: 40px;
  100. color: #333333;
  101. border-bottom: 1px solid #d7dce6;
  102. cursor: pointer;
  103. }
  104. .item-header {
  105. padding-right: 80px;
  106. }
  107. .list-arrow-r:after,
  108. .list-arrow-d:after {
  109. position: absolute;
  110. top: 20px;
  111. right: 0.75rem;
  112. margin-top: -0.25rem;
  113. content: "";
  114. display: block;
  115. width: 0.4rem;
  116. height: 0.4rem;
  117. border: solid #cdcdcd;
  118. border-width: 0.1rem 0.1rem 0 0;
  119. -webkit-transform: rotate(45deg);
  120. transform: rotate(45deg);
  121. }
  122. .list-arrow-d:after {
  123. right: 0.65rem;
  124. margin-top: -0.4rem;
  125. -webkit-transform: rotate(135deg);
  126. transform: rotate(135deg);
  127. }
  128. .temp-item .dropdown-item {
  129. position: relative;
  130. }
  131. .temp-item .dropdown-item:first-child {
  132. border-top: 1px dashed #d7dce6;
  133. }
  134. .temp-item .dropdown-item:not(:last-child) {
  135. border-bottom: 1px dashed #d7dce6;
  136. }
  137. .new-temp {
  138. font-size: 14px;
  139. color: #12b7f5;
  140. position: fixed;
  141. bottom: 15px;
  142. left: 105px;
  143. cursor: pointer;
  144. }
  145. .temp-info {
  146. border: 1px solid #d7dce6;
  147. }
  148. .temp-name,
  149. .team-name,
  150. .label-name {
  151. position: relative;
  152. border-bottom: 1px solid #d7dce6;
  153. }
  154. .temp-name input {
  155. border: 0;
  156. width: -moz-calc(100% - 80px);
  157. width: -webkit-calc(100% - 80px);
  158. width: calc(100% - 80px);
  159. }
  160. .img-items {
  161. border: 1px solid #d7dce6;
  162. padding-left: 10px;
  163. padding-right: 10px;
  164. padding-top: 10px;
  165. overflow: hidden;
  166. }
  167. .img-items img {
  168. float: left;
  169. width: 60px;
  170. height: 60px;
  171. margin-right: 10px;
  172. margin-bottom: 10px;
  173. vertical-align: middle;
  174. }
  175. .img-items img:nth-of-type(4n){
  176. margin-right: 0;
  177. }
  178. .send-btn, .back-btn {
  179. display: inline-block;
  180. width: 120px;
  181. height: 34px;
  182. line-height: 34px;
  183. background-color: #12b7f5;
  184. border-radius: 2px;
  185. color: #fff;
  186. cursor: pointer;
  187. }
  188. .foot-btns {
  189. text-align: center;
  190. position: absolute;
  191. bottom: 0;
  192. left: 0;
  193. width: 100%;
  194. }
  195. .template-wrap{
  196. position: relative;
  197. padding-bottom: 45px;
  198. box-sizing: border-box;
  199. min-height: calc(100%);
  200. }
  201. .preview-btn, .new-btn {
  202. display: inline-block;
  203. width: 120px;
  204. height: 34px;
  205. line-height: 34px;
  206. color: #fff;
  207. cursor: pointer;
  208. }
  209. .back-btn {
  210. background-color: #12b7f5;
  211. }
  212. .preview-btn {
  213. background-color: #02cfb9;
  214. }
  215. .new-btn {
  216. background-color: #12b7f5;
  217. }
  218. .save-btn {
  219. float: right;
  220. width: 100px;
  221. height: 28px;
  222. line-height: 28px;
  223. background-color: #12b7f5;
  224. border-radius: 2px;
  225. color: #fff;
  226. text-align: center;
  227. cursor: pointer;
  228. }
  229. .delete-btn {
  230. float: right;
  231. width: 100px;
  232. height: 28px;
  233. line-height: 28px;
  234. background-color: #ff3b30;
  235. border-radius: 2px;
  236. color: #fff;
  237. text-align: center;
  238. cursor: pointer;
  239. }
  240. .delete-icon {
  241. position: absolute;
  242. top: -8px;
  243. left: 55px;
  244. cursor: pointer;
  245. }
  246. .file-upload {
  247. width: 65px;
  248. height: 65px;
  249. position: absolute;
  250. opacity: 0;
  251. font-size: 0;
  252. }
  253. .delete-icon >img {
  254. background: #fff;
  255. border-radius: 50%;
  256. }
  257. .label-name .c-list {
  258. max-height: 100px;
  259. overflow-y: auto;
  260. }
  261. .c-list .c-list-li {
  262. height: 28px;
  263. line-height: 28px;
  264. float: left;
  265. display: inline;
  266. margin: 10px 7px 0 1%;
  267. padding: 0px 28px;
  268. border-radius: 15px;
  269. border: 1px solid #d7dce6;
  270. }
  271. .c-list .active-icon {
  272. border: 1px solid #12b7f5 ;
  273. }
  274. .item-header.active {
  275. color: #12b7f5;
  276. }
  277. .preview-wrap {
  278. height: calc(100% - 50px);
  279. overflow-y: auto;
  280. }
  281. .cur-pit {
  282. cursor: pointer;
  283. }
  284. .c-position-r {
  285. position: relative;
  286. }
  287. .c-position-a {
  288. position: absolute;
  289. }
  290. .c-border {
  291. border-width: 0;
  292. border-color: #e1e1e1;
  293. border-style: solid;
  294. }
  295. .c-border-all{
  296. border-width: 1px;
  297. }
  298. .c-border-r {
  299. border-right-width: 1px;
  300. }
  301. .c-border-l {
  302. border-left-width: 1px;
  303. }
  304. .c-border-b {
  305. border-bottom-width: 1px;
  306. }
  307. .downList{
  308. }
  309. .downList .downList-value{
  310. height: 30px;
  311. line-height: 30px;
  312. font-size: 14px;
  313. background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat 96% center;
  314. background-size: 10px 6px;
  315. box-sizing: border-box;
  316. }
  317. .downList .downList-inner{
  318. font-size: 14px;
  319. width: 100%;
  320. box-sizing: border-box;
  321. background-color: #fff;
  322. z-index: 10;
  323. }
  324. .downList .downList-inner li{
  325. padding-top: 3px;
  326. padding-bottom: 3px;
  327. overflow: hidden;
  328. text-overflow: ellipsis;
  329. white-space: nowrap;
  330. }