moreplan.css 4.8 KB

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