moreplan.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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: 1px 4px 1px 4px;
  122. background-color: #12b7f5;
  123. color: #ffffff;
  124. border-top-left-radius: 15px;
  125. border-bottom-left-radius: 15px;
  126. margin-right: 40px;
  127. }
  128. .biaoqian span {
  129. display: inline-block;
  130. font-size: 12px;
  131. width: 6px;
  132. height: 6px;
  133. background-color: #ffffff;
  134. border-radius: 50%;
  135. margin: 0 4px 2px 0;
  136. }
  137. /* 数据 */
  138. .data {
  139. border: 1px solid #d7dce6;
  140. margin: 10px;
  141. border-radius: 10px;
  142. height: 124px;
  143. margin-bottom: 0;
  144. min-width: 1235px;
  145. }
  146. /* .dataa {} */
  147. .dataatop {
  148. position: relative;
  149. bottom: 41px;
  150. left: 20px;
  151. width: 210px;
  152. flex-wrap: wrap;
  153. justify-content: space-between;
  154. }
  155. .dataabom {
  156. width: 380px;
  157. background-color: #fafaeb;
  158. color: #666666;
  159. padding-left: 5px;
  160. height: 60px;
  161. }
  162. .dataabom p {
  163. margin: 0;
  164. padding: 8px 0 10px 10px;
  165. }
  166. .dataabom p:nth-child(1) {
  167. color: #333333;
  168. padding-bottom: 0;
  169. }
  170. .dac {
  171. width: 250px;
  172. position: relative;
  173. justify-content: space-between;
  174. }
  175. .doc {
  176. background-color: #f5f5fa;
  177. width: 290px;
  178. height: 100px;
  179. margin: 20px;
  180. text-align: center;
  181. margin-left: 15px;
  182. }
  183. .doc:nth-child(1){
  184. margin-left: 164px;
  185. }
  186. .fdt,
  187. .fdb {
  188. margin: 10px;
  189. width: 200px;
  190. justify-content: space-around;
  191. margin-left: 51px;
  192. }
  193. .fdb {
  194. width: 100%;
  195. justify-content: space-between;
  196. text-align: center;
  197. margin: 0;
  198. height: 19px;
  199. margin-top: 10px;
  200. }
  201. .fdb p {
  202. /* height: 17px; */
  203. width: 100%;
  204. line-height: 19px;
  205. }
  206. .fdb p:nth-child(1) {
  207. border-right: 1px solid #d7dce6;
  208. }
  209. .fdb p span {
  210. color: #333333;
  211. font-size: 20px;
  212. margin-left: 25px;
  213. }
  214. .datad {
  215. justify-content: center;
  216. margin-right: 66px;
  217. }
  218. .datad button {
  219. width: 80px;
  220. height: 28px;
  221. outline: none;
  222. border: 0;
  223. font-size: 14px;
  224. border-radius: 2px;
  225. color: #ffffff;
  226. margin: 10px;
  227. }
  228. @media screen and (max-width:1450px) {
  229. .dataabom {
  230. width: 280px;
  231. }
  232. }
  233. /* 细节 */
  234. .detail {
  235. margin: 0 60px;
  236. height: 60px;
  237. border: 1px solid #d7dce6;
  238. border-top: 0;
  239. min-width: 1000px;
  240. }
  241. .quote2 {
  242. width: 4px;
  243. height: 31px;
  244. background-color: #12b7f5;
  245. border-radius: 3px;
  246. margin-right: 20px;
  247. }
  248. .detailc {
  249. width: 300px;
  250. }
  251. .cred {
  252. color: #ff3b30;
  253. }
  254. .corg {
  255. color: #ff9526;
  256. }
  257. .cblue {
  258. color: #12b7f5;
  259. }
  260. .cgre {
  261. color: #999999;
  262. }
  263. .detaild a {
  264. margin-right: 40px;
  265. color: #12b7f5;
  266. text-decoration: underline;
  267. }
  268. .miaoshu {
  269. margin-left: 10px;
  270. }
  271. .miaoshu p span {
  272. color: #333333;
  273. font-size: 16px;
  274. }
  275. .miaoshu p:nth-child(2) {
  276. text-align: left;
  277. }
  278. .miaoshu p {
  279. width: 222px;
  280. text-align: left;
  281. }
  282. .inline-block{
  283. display: inline-block;
  284. }
  285. .datab{
  286. width: 800px;
  287. }