moreplan.css 4.9 KB

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