record.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. cancelbtnbody {
  2. background: rgba(245, 249, 249, 1);
  3. color: #323232;
  4. }
  5. .w3-row:after {
  6. content: "";
  7. display: table;
  8. clear: both
  9. }
  10. .w3-col {
  11. float: left;
  12. width: 100%
  13. }
  14. .w3-rest {
  15. overflow: hidden
  16. }
  17. .w60{
  18. width:60px !important;
  19. position: relative;
  20. top:10px;
  21. right: 30px;
  22. }
  23. .w60:hover{
  24. color:#0AD8C8;
  25. }
  26. .div-table {
  27. display: table;
  28. width: 100%;
  29. border-top: 1px solid #e1e1e1;
  30. border-left: 1px solid #e1e1e1;
  31. }
  32. .table-row {
  33. display: table-row;
  34. }
  35. .table-cell {
  36. display: table-cell;
  37. border-bottom: 1px solid #e1e1e1;
  38. border-right: 1px solid #e1e1e1;
  39. padding: 15px 0 16px;
  40. text-align: center;
  41. vertical-align: middle;
  42. }
  43. .mine-menu {}
  44. .mine-menu {
  45. font-size: 16px;
  46. color: #909090;
  47. }
  48. .mine-menu .active {
  49. color: #0AD8C8;
  50. }
  51. .all-center {
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. bottom: 0;
  56. right: 0;
  57. margin: 0 auto;
  58. }
  59. .mainbox {
  60. width: 420px;
  61. margin: 0 auto;
  62. }
  63. .pl105 {
  64. padding-left: 105px;
  65. }
  66. .pl251 {
  67. padding-left: 251px;
  68. }
  69. .plr25 {
  70. padding-left: 25px;
  71. padding-right: 25px;
  72. }
  73. .m8 {
  74. margin-top: 8px;
  75. }
  76. .cancelbtn {
  77. padding: 8px 16px 5px;
  78. border: 1px solid #E3EDE8;
  79. color: #FF8787;
  80. font-size: 14px;
  81. width: 90px;
  82. margin: 0 auto;
  83. }
  84. #recordlist {
  85. border-bottom: 1px solid #0AD8C8;
  86. }
  87. #recordlist li {
  88. width: 129px;
  89. border-left: solid 1px #E3EDE8;
  90. border-right: solid 1px #E3EDE8;
  91. text-align: center;
  92. }
  93. #recordlist li.active {
  94. border: none;
  95. background: #0AD8C8;
  96. }
  97. #recordlist>li>a {
  98. font-size: 16px;
  99. color: #323232;
  100. font-weight: normal;
  101. padding: 13px 0 10px;
  102. margin-right: 0;
  103. border-radius: 0;
  104. height: 48px;
  105. }
  106. #recordlist>li.active>a {
  107. background: url(../../../images/icon_shangla.png) no-repeat 50% 100%;
  108. background-size: 9px 7px;
  109. color: #fff;
  110. font-size: 16px;
  111. margin-right: 0;
  112. border: none;
  113. height: 47px;
  114. }
  115. .list-body {
  116. border: 1px solid #E3EDE8;
  117. margin-top: 17px;
  118. }
  119. .list-header {
  120. background: #E8F6F5;
  121. font-size: 16px;
  122. color: #00786F;
  123. padding: 13px 0 15px 15px;
  124. }
  125. .list-r-border {
  126. border-right: 1px solid #E3EDE8;
  127. }
  128. #appointmentinfo {
  129. border-radius: 0;
  130. /*max-width: 500px;*/
  131. }
  132. .modal-header {
  133. padding: 10px 20px;
  134. }
  135. .modal-body {
  136. padding: 0px 20px;
  137. }
  138. .modal-list {
  139. line-height: 44px;
  140. font-size: 14;
  141. color: #909090;
  142. border-bottom: 1px solid #E3EDE8;
  143. padding: 0 20px;
  144. }
  145. .btn-default {
  146. background: #fff;
  147. color: #909090;
  148. font-size: 16px;
  149. border: 1px solid #D1D7D4;
  150. height: 40px;
  151. }
  152. .btn-default:hover,
  153. .btn-default:active {
  154. color: #333;
  155. background: #F4F6FA;
  156. }
  157. .quxiaobox {
  158. border: 1px dashed #E3EDE8;
  159. padding: 16px;
  160. background: #F5FAFA;
  161. line-height: 30px;
  162. }
  163. .layui-layer-btn {
  164. text-align: center !important;
  165. /*margin-top:-20px ;*/
  166. position: relative;
  167. top:-20px;
  168. }
  169. .layui-layer-btn .layui-layer-btn0 {
  170. border-color: #0AD8C8 !important;
  171. background-color: #0AD8C8 !important;
  172. }