fenpeijianguanshi.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .c-arrow-r {
  2. position: absolute;
  3. top: 50%;
  4. right: 10px;
  5. margin-top: -5px;
  6. content: "";
  7. display: block;
  8. width: 8px;
  9. height: 8px;
  10. border: solid #cdcdcd;
  11. border-width: 2px 2px 0 0;
  12. -webkit-transform: rotate(45deg);
  13. -moz-transform: rotate(45deg);
  14. -ms-transform: rotate(45deg);
  15. transform: rotate(45deg);
  16. }
  17. .div-span {
  18. position: absolute;
  19. right: 30px;
  20. font-size: 14px;
  21. color: #909090;
  22. }
  23. .my-work-secflo .patient-face {
  24. margin: 11px 10px 10px 0px;
  25. }
  26. .my-work-secflo .patient-face {
  27. width: 50px;
  28. height: 50px;
  29. margin: 12px 15px;
  30. position: relative;
  31. }
  32. .n-list>.n-list-link:last-child {
  33. border-bottom: 1px solid #f1f1f1;
  34. padding-right: 0 !important;
  35. }
  36. .n-list>li {
  37. border-top: 0;
  38. }
  39. /*.n-list>li .n-list-info {
  40. border-top: 1px solid #f1f1f1;
  41. }*/
  42. .n-list>li:first-child .n-list-info {
  43. border:none;
  44. }
  45. .n-list-info>h4>span {
  46. position: absolute;
  47. right: 20px;
  48. font-size: 16px;
  49. padding: 2px 5px;
  50. }
  51. .mb-em {
  52. color: #909090;
  53. font-size: 14px;
  54. display: inline-block;
  55. margin-left: 6px;
  56. }
  57. .mj-flex {
  58. display: -webkit-box;
  59. -webkit-box-align: center;
  60. padding-top: 5px;
  61. position: relative;
  62. }
  63. .mj-flex>span {
  64. position: absolute;
  65. top: 10px;
  66. right: 20px;
  67. color: #909090;
  68. font-size: 14px;
  69. }
  70. .weixin-icon {
  71. width: 20px;
  72. height: 17px;
  73. margin-top: 5px;
  74. margin-right: 5px;
  75. }
  76. .department{
  77. position: relative;
  78. top: 5px;
  79. color: #666666;
  80. font-size: 14px;
  81. }
  82. .xueya-icon {
  83. width: 15px;
  84. height: 18px;
  85. margin-top: 5px;
  86. margin-right: 5px;
  87. }
  88. .xuetang-icon {
  89. width: 15px;
  90. height: 18px;
  91. margin-top: 5px;
  92. margin-right: 5px;
  93. }
  94. .mb-icon-flex {
  95. display: flex;
  96. display: -webkit-flex;
  97. justify-content: flex-end;
  98. -webkit-justify-content: flex-end;
  99. align-items: center;
  100. -webkit-align-items: center;
  101. }
  102. .n-list>.list-arrow-r:after,
  103. .n-list>.list-arrow-d:after,
  104. .n-list>.list-arrow-u:after {
  105. position: absolute;
  106. top: 50%;
  107. right: 15px;
  108. margin-top: -5px;
  109. content: "";
  110. display: block;
  111. width: 8px;
  112. height: 8px;
  113. border: solid #cdcdcd;
  114. border-width: 0 0 0 0;
  115. -webkit-transform: rotate(45deg);
  116. -moz-transform: rotate(45deg);
  117. -ms-transform: rotate(45deg);
  118. transform: rotate(45deg);
  119. }
  120. .icon-checkbox[type=checkbox]:before,
  121. .icon-checkbox[type=radio]:before {
  122. content: '\e411';
  123. position: absolute;
  124. top: 5px;
  125. right: -15px;
  126. background: #fff;
  127. }
  128. /*样式重置*/
  129. .n-list > li{
  130. padding: 0px !important;
  131. border-bottom: 1px solid #f1f1f1 !important;
  132. }