moreplan.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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: 360px;
  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: 260px;
  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. padding: 10px;
  192. }
  193. .strong-num{
  194. color: #333333;
  195. font-size: 20px;
  196. margin-left: 25px;
  197. }
  198. /*.doc:nth-child(1){
  199. margin-left: 164px;
  200. }*/
  201. .fdt,
  202. .fdb {
  203. margin: 10px;
  204. width: 200px;
  205. justify-content: space-around;
  206. margin-left: 51px;
  207. }
  208. .fdb {
  209. width: 100%;
  210. justify-content: space-between;
  211. text-align: center;
  212. margin: 0;
  213. height: 19px;
  214. margin-top: 10px;
  215. }
  216. .fdb p {
  217. /* height: 17px; */
  218. width: 100%;
  219. line-height: 19px;
  220. }
  221. .fdb p:nth-child(1) {
  222. border-right: 1px solid #d7dce6;
  223. }
  224. .fdb p span {
  225. color: #333333;
  226. font-size: 20px;
  227. margin-left: 25px;
  228. }
  229. .datad {
  230. justify-content: center;
  231. margin-right: 30px;
  232. }
  233. .datad button {
  234. width: 80px;
  235. height: 28px;
  236. outline: none;
  237. border: 0;
  238. font-size: 14px;
  239. border-radius: 2px;
  240. color: #ffffff;
  241. margin: 10px;
  242. }
  243. @media screen and (max-width:1450px) {
  244. .dataabom {
  245. width: 280px;
  246. }
  247. }
  248. /* 细节 */
  249. .detail {
  250. margin: 0 60px;
  251. height: 60px;
  252. border: 1px solid #d7dce6;
  253. border-top: 0;
  254. min-width: 1000px;
  255. }
  256. .quote2 {
  257. width: 4px;
  258. height: 31px;
  259. background-color: #12b7f5;
  260. border-radius: 3px;
  261. margin-right: 20px;
  262. }
  263. .detailc {
  264. width: 300px;
  265. }
  266. .cred {
  267. color: #ff3b30;
  268. }
  269. .corg {
  270. color: #ff9526;
  271. }
  272. .cblue {
  273. color: #12b7f5;
  274. }
  275. .cgre {
  276. color: #999999;
  277. }
  278. .detaild a {
  279. margin-right: 40px;
  280. color: #12b7f5;
  281. text-decoration: underline;
  282. }
  283. .miaoshu {
  284. margin-left: 10px;
  285. }
  286. .miaoshu p span {
  287. color: #333333;
  288. font-size: 16px;
  289. }
  290. .miaoshu p:nth-child(2) {
  291. text-align: left;
  292. }
  293. .miaoshu p {
  294. width: 222px;
  295. text-align: left;
  296. }
  297. .inline-block{
  298. display: inline-block;
  299. }
  300. .datab{
  301. width: 800px;
  302. }
  303. .w-100 {width: 100%;}
  304. .h200 {height: 200px;}