moreplan.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. * {
  2. outline: none;
  3. list-style: none;
  4. box-sizing: border-box;
  5. }
  6. ul,
  7. li,
  8. p {
  9. margin: 0;
  10. }
  11. .flex-box {
  12. display: -webkit-box;
  13. display: -ms-flexbox;
  14. display: flex;
  15. -webkit-box-pack: center;
  16. -ms-flex-pack: center;
  17. justify-content: space-between;
  18. -webkit-box-align: center;
  19. -ms-flex-align: center;
  20. align-items: center;
  21. }
  22. .re-title .name {
  23. font-size: 16px;
  24. font-weight: bold;
  25. color: #333;
  26. height: 40px;
  27. line-height: 40px;
  28. display: inline-block;
  29. padding: 0px 20px;
  30. }
  31. .re-title .team {
  32. font-size: 14px;
  33. color: #333;
  34. display: inline-block;
  35. }
  36. .re-title {
  37. border-bottom: solid 1px #ededed;
  38. }
  39. .neirong2 ul {
  40. line-height: 42px;
  41. background-color: #f5f5fa;
  42. border: solid 1px #d7dce6;
  43. text-align: center;
  44. font-size: 14px;
  45. color: #999999;
  46. }
  47. /* 签约进展 */
  48. .application-name {
  49. font-size: 14px;
  50. color: #333;
  51. font-weight: bold;
  52. margin-right: 10px;
  53. display: inline-block;
  54. height: 40px;
  55. line-height: 40px;
  56. }
  57. .fl {
  58. float: left;
  59. }
  60. .vertical-line {
  61. border-right: 1px solid #ccc;
  62. height: 25px;
  63. width: 1px;
  64. display: inline-block;
  65. margin-right: 10px;
  66. vertical-align: middle;
  67. }
  68. .div-header {
  69. padding: 0px 10px 0px 20px;
  70. height: 40px;
  71. border-bottom: 1px solid #DCDCDC;
  72. }
  73. .div-header img {
  74. cursor: pointer;
  75. }
  76. .dataa .xinxi {
  77. color: #999999;
  78. font-size: 14px;
  79. margin: 5px;
  80. }
  81. .xinxitop {
  82. width: 227px;
  83. }
  84. .dataa .xinxi{
  85. margin-top: 5px;
  86. }
  87. .dataa .xinxi span {
  88. font-size: 16px;
  89. color: #333333;
  90. }
  91. /* 进度条 */
  92. .layui-progress {
  93. width: 240px;
  94. margin: 10px;
  95. }
  96. .layui-progress-bar {
  97. background-color: #ff9526;
  98. display: inline-block;
  99. height: 100px;
  100. text-align: center;
  101. }
  102. /* 边框 */
  103. .quote {
  104. position: relative;
  105. top: 50px;
  106. left: 0;
  107. width: 4px;
  108. height: 81px;
  109. background-color: #12b7f5;
  110. border-radius: 3px;
  111. margin-right: 20px;
  112. }
  113. /* 康复期标签 */
  114. .biaoqian {
  115. padding: 1px 4px 1px 4px;
  116. background-color: #12b7f5;
  117. color: #ffffff;
  118. border-top-left-radius: 15px;
  119. border-bottom-left-radius: 15px;
  120. }
  121. .biaoqian span {
  122. display: inline-block;
  123. font-size: 12px;
  124. width: 6px;
  125. height: 6px;
  126. background-color: #ffffff;
  127. border-radius: 50%;
  128. margin: 0 4px 2px 0;
  129. }
  130. /* 数据 */
  131. .data {
  132. border: 1px solid #d7dce6;
  133. margin: 10px;
  134. border-radius: 10px;
  135. height: 142px;
  136. margin-bottom: 0;
  137. min-width: 1235px;
  138. }
  139. /* .dataa {} */
  140. .dataatop {
  141. position: relative;
  142. bottom: 41px;
  143. left: 20px;
  144. width: 210px;
  145. flex-wrap: wrap;
  146. justify-content: space-between;
  147. }
  148. .dataabom {
  149. width: 380px;
  150. background-color: #fafaeb;
  151. color: #666666;
  152. padding-left: 5px;
  153. height: 60px;
  154. }
  155. .dataabom p {
  156. margin: 0;
  157. padding: 8px 0 10px 10px;
  158. }
  159. .dataabom p:nth-child(1) {
  160. color: #333333;
  161. padding-bottom: 0;
  162. }
  163. .dac {
  164. width: 250px;
  165. position: relative;
  166. justify-content: space-between;
  167. }
  168. .doc {
  169. background-color: #f5f5fa;
  170. width: 280px;
  171. height: 100px;
  172. margin: 20px;
  173. text-align: center;
  174. }
  175. .doc:nth-child(1){
  176. margin-left: 164px;
  177. }
  178. .fdt,
  179. .fdb {
  180. margin: 10px;
  181. width: 200px;
  182. justify-content: space-around;
  183. margin-left: 51px;
  184. }
  185. .fdb {
  186. width: 100%;
  187. justify-content: space-between;
  188. text-align: center;
  189. margin: 0;
  190. height: 19px;
  191. margin-top: 10px;
  192. }
  193. .fdb p {
  194. width: 100%;
  195. }
  196. .fdb p:nth-child(1) {
  197. border-right: 1px solid #d7dce6;
  198. }
  199. .fdb p span {
  200. color: #333333;
  201. font-size: 20px;
  202. margin-left: 25px;
  203. }
  204. .datad {
  205. justify-content: center;
  206. margin-right: 66px;
  207. }
  208. .datad button {
  209. width: 80px;
  210. height: 28px;
  211. outline: none;
  212. border: 0;
  213. font-size: 14px;
  214. border-radius: 2px;
  215. color: #ffffff;
  216. margin: 10px;
  217. }
  218. @media screen and (max-width:1450px) {
  219. .dataabom {
  220. width: 280px;
  221. }
  222. }
  223. /* 细节 */
  224. .detail {
  225. margin: 0 60px;
  226. height: 60px;
  227. border: 1px solid #d7dce6;
  228. border-top: 0;
  229. min-width: 1000px;
  230. }
  231. .quote2 {
  232. width: 4px;
  233. height: 31px;
  234. background-color: #12b7f5;
  235. border-radius: 3px;
  236. margin-right: 20px;
  237. }
  238. .detailc {
  239. width: 300px;
  240. }
  241. .cred {
  242. color: #ff3b30;
  243. }
  244. .corg {
  245. color: #ff9526;
  246. }
  247. .cblue {
  248. color: #12b7f5;
  249. }
  250. .cgre {
  251. color: #999999;
  252. }
  253. .detaild a {
  254. margin-right: 40px;
  255. color: #12b7f5;
  256. text-decoration: underline;
  257. }
  258. .miaoshu {
  259. margin-left: 10px;
  260. }
  261. .miaoshu p span {
  262. color: #333333;
  263. font-size: 16px;
  264. }
  265. .miaoshu p:nth-child(2) {
  266. text-align: left;
  267. }
  268. .miaoshu p {
  269. width: 222px;
  270. text-align: left;
  271. }
  272. .inline-block{
  273. display: inline-block;
  274. }
  275. .datab{
  276. width: 775px;
  277. }