moreplan.css 5.0 KB

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