mineJiuZhen.css 2.4 KB

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