25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

index.css 7.5 KiB

4 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. /*ҳͷ*/
  2. .f-page-header {
  3. background: #0C86D8;
  4. }
  5. .f-page-title {
  6. color: #fff;
  7. }
  8. .f-page-header:after {
  9. display:none;
  10. }
  11. .f-page-backbtn {
  12. color: #fff;
  13. }
  14. .lr-flow-list .lr-list-item {
  15. padding-left: 80px;
  16. padding-top: 10px;
  17. padding-bottom:5px;
  18. line-height: 1;
  19. }
  20. .lr-flow-list .lr-list-item .left {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. padding: 15px;
  25. padding-top:10px;
  26. }
  27. .lr-flow-list .lr-list-item .left .circle {
  28. display: inline-block;
  29. width: 50px;
  30. height: 50px;
  31. line-height: 50px;
  32. color: #fff;
  33. text-align: center;
  34. font-size: 16px;
  35. border-radius: 50%;
  36. }
  37. .lr-flow-list .lr-list-item .middle {
  38. position:relative;
  39. width: 100%;
  40. }
  41. .lr-flow-list .lr-list-item .middle .title {
  42. font-size: 16px;
  43. color: #333;
  44. margin-bottom: 5px;
  45. }
  46. .lr-flow-list .lr-list-item .middle .text {
  47. color: #999;
  48. font-size: 12px;
  49. line-height: 20px;
  50. width: 100%;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. }
  55. .lr-flow-list .lr-list-item .middle .status {
  56. font-size: 12px;
  57. margin-top: 2px;
  58. color: #e8a758;
  59. }
  60. .lr-flow-list .lr-list-item .right {
  61. position:absolute;
  62. top:10px;
  63. right:15px;
  64. font-size: 12px;
  65. color: #999;
  66. }
  67. .lr-list-item-multi > p > span {
  68. color:#666;
  69. }
  70. .lr-list-item-multi > p {
  71. line-height:20px;
  72. }
  73. .lr-list-addbtn {
  74. position: absolute;
  75. bottom: 10px;
  76. right: 10px;
  77. height: 40px;
  78. width: 40px;
  79. color: #fff;
  80. border-radius: 50%;
  81. background-color: #488aff;
  82. text-align:center;
  83. line-height:40px;
  84. z-index:10;
  85. }
  86. .lr-list-addbtn > i {
  87. font-size: 24px;
  88. }
  89. /*ҳ*/
  90. .lr-form-page {
  91. position: relative;
  92. height: 100%;
  93. width: 100%;
  94. }
  95. .lr-form-page .container {
  96. position: relative;
  97. width: 100%;
  98. height: 100%;
  99. }
  100. .lr-form-add-page {
  101. padding-bottom: 46px;
  102. }
  103. .lr-form-page .lr-form-btn {
  104. position: absolute;
  105. bottom: 0;
  106. left: 0;
  107. width: 100%;
  108. height: 46px;
  109. padding: 5px;
  110. background-color: #eee;
  111. display:none;
  112. }
  113. .lr-form-add-page .lr-form-btn {
  114. display: block;
  115. }
  116. .lr-form-add-page .lr-form-btn button {
  117. margin: 0;
  118. height: 36px;
  119. line-height: 1;
  120. }
  121. .lr-form-header-cancel,
  122. .lr-form-header-submit {
  123. position: absolute;
  124. width: 60px;
  125. height: 100%;
  126. line-height: 44px;
  127. text-align: center;
  128. color: #fff;
  129. top: 0;
  130. background-color: #0C86D8;
  131. font-size: 16px;
  132. display: none;
  133. }
  134. .lr-form-header-cancel {
  135. left: 0;
  136. }
  137. .lr-form-header-submit {
  138. right: 0;
  139. }
  140. .lr-form-header-btnlist {
  141. position: absolute;
  142. top: 0;
  143. right: 0;
  144. width: 80px;
  145. height: 100%;
  146. line-height: 44px;
  147. color: #fff;
  148. display: none;
  149. }
  150. .lr-form-header-btnlist i {
  151. font-size: 24px;
  152. }
  153. .lr-form-header-more,
  154. .lr-form-header-edit {
  155. text-align: center;
  156. width: 40px;
  157. height: 100%;
  158. float: right;
  159. }
  160. /*ѡ֯λ*/
  161. .lr-select {
  162. position: relative;
  163. width: 100%;
  164. height: 100%;
  165. line-height: 40px;
  166. text-align: right;
  167. padding-right: 29px;
  168. }
  169. .lr-select:after {
  170. font-family: "iconfont" !important;
  171. font-size: 14px;
  172. font-style: normal;
  173. -webkit-font-smoothing: antialiased;
  174. -moz-osx-font-smoothing: grayscale;
  175. content: "\e6a3";
  176. position: absolute;
  177. right: 10px;
  178. top: 0;
  179. color: #c8c7cc;
  180. }
  181. /*ѡ*/
  182. .lr-layerSelect {
  183. position: relative;
  184. width: 100%;
  185. height: 100%;
  186. line-height: 40px;
  187. text-align: right;
  188. padding-right: 29px;
  189. }
  190. .lr-layerSelect:after {
  191. font-family: "iconfont" !important;
  192. font-size: 14px;
  193. font-style: normal;
  194. -webkit-font-smoothing: antialiased;
  195. -moz-osx-font-smoothing: grayscale;
  196. content: "\e6a3";
  197. position: absolute;
  198. right: 10px;
  199. top: 0;
  200. color: #c8c7cc;
  201. }
  202. /*༭*/
  203. .lr-form-row.lr-edit-gird {
  204. position: relative;
  205. padding: 0;
  206. }
  207. .lr-form-row + .lr-edit-gird{
  208. margin-top: -1px;
  209. }
  210. .lr-form-row + .lr-edit-gird:before {
  211. position: absolute;
  212. top: 0;
  213. right: 0;
  214. left: 0;
  215. height: 1px;
  216. content: '';
  217. -webkit-transform: scaleY(.5);
  218. transform: scaleY(.5);
  219. background-color: #c8c7cc;
  220. z-index: 1;
  221. }
  222. .lr-form-container .lr-edit-grid-btn {
  223. position: relative;
  224. width: 100%;
  225. height: 36px;
  226. line-height: 36px;
  227. background-color: #fff;
  228. font-size: 14px;
  229. text-align: center;
  230. color: #1d96f0;
  231. margin-top: -1px;
  232. padding:0;
  233. }
  234. .lr-form-container .lr-edit-grid-btn:before {
  235. position: absolute;
  236. top: 0;
  237. right: 0;
  238. left: 0;
  239. height: 1px;
  240. content: '';
  241. -webkit-transform: scaleY(.5);
  242. -ms-transform: scaleY(.5);
  243. -moz-transform: scaleY(.5);
  244. -o-transform: scaleY(.5);
  245. transform: scaleY(.5);
  246. background-color: #c8c7cc;
  247. }
  248. .lr-form-container .lr-edit-grid-btn:after {
  249. position: absolute;
  250. right: 0;
  251. bottom: 0;
  252. left: 0;
  253. height: 1px;
  254. content: '';
  255. -webkit-transform: scaleY(.5);
  256. -ms-transform: scaleY(.5);
  257. -moz-transform: scaleY(.5);
  258. -o-transform: scaleY(.5);
  259. transform: scaleY(.5);
  260. background-color: #c8c7cc;
  261. }
  262. .lr-edit-grid-block {
  263. position: relative;
  264. }
  265. .lr-edit-grid-block:before {
  266. position: absolute;
  267. bottom: 0;
  268. right: 0;
  269. left: 0;
  270. height: 1px;
  271. content: '';
  272. -webkit-transform: scaleY(.5);
  273. transform: scaleY(.5);
  274. background-color: #c8c7cc;
  275. }
  276. .lr-edit-grid-block .lr-edit-grid-row {
  277. position: relative;
  278. clear: left;
  279. overflow: hidden;
  280. min-height: 40px;
  281. padding-left: 90px;
  282. font-size: 14px;
  283. }
  284. .lr-edit-grid-block .lr-edit-grid-row label {
  285. position: absolute;
  286. top: 0;
  287. left: 0;
  288. width: 90px;
  289. height: 100%;
  290. line-height: 40px;
  291. text-align: left;
  292. padding-left: 14px;
  293. }
  294. .lr-edit-grid-block .lr-edit-grid-row:after {
  295. position: absolute;
  296. right: 0;
  297. bottom: 0;
  298. left: 14px;
  299. height: 1px;
  300. content: '';
  301. -webkit-transform: scaleY(.5);
  302. transform: scaleY(.5);
  303. background-color: #c8c7cc;
  304. }
  305. .lr-edit-grid-title {
  306. position:relative;
  307. background-color: #fafafa;
  308. color: #999;
  309. min-height: 30px;
  310. line-height:30px;
  311. padding-left:14px;
  312. font-size:12px;
  313. }
  314. .lr-edit-grid-title:after {
  315. position: absolute;
  316. right: 0;
  317. bottom: 0;
  318. left: 0;
  319. height: 1px;
  320. content: '';
  321. -webkit-transform: scaleY(.5);
  322. transform: scaleY(.5);
  323. background-color: #c8c7cc;
  324. }
  325. .lr-edit-grid-deletebtn {
  326. position: absolute;
  327. color: #1d96f0;
  328. top:0;
  329. right:0;
  330. height:30px;
  331. width:60px;
  332. text-align:center;
  333. }
  334. .lr-edit-gird[readonly ="readonly"] .lr-edit-grid-btn,
  335. .lr-edit-gird[readonly ="readonly"] .lr-edit-grid-deletebtn {
  336. display: none;
  337. }
  338. .lr-label {
  339. font-size: 12px;
  340. line-height: 1;
  341. display: inline-block;
  342. padding: 3px 6px;
  343. color: #333;
  344. border-radius: 100px;
  345. }