checkout.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. .mt10 {
  2. margin-top: 10px!important;
  3. }
  4. .pay-type-box {
  5. background-color: #fff;
  6. padding-left: 10px;
  7. padding-top: 10px;
  8. }
  9. .cartb-box {
  10. padding: 0 0 8px 70px;
  11. position: relative;
  12. min-height: 38px;
  13. }
  14. .left-title {
  15. display: inline-block;
  16. width: 70px;
  17. height: 33px;
  18. font-size: 14px;
  19. line-height: 32px;
  20. color: #333;
  21. position: absolute;
  22. left: 0;
  23. top: 0;
  24. }
  25. .group:after, .group:before {
  26. content: '';
  27. display: block;
  28. line-height: 0;
  29. height: 0;
  30. font-size: 0;
  31. clear: both;
  32. }
  33. .bts-lst>li {
  34. float: left;
  35. margin-right: 10px;
  36. border-radius: 4px;
  37. cursor: pointer;
  38. width: 70px;
  39. height: 32px;
  40. line-height: 31px;
  41. -webkit-box-sizing: border-box;
  42. border: 1px solid #a8a8a8;
  43. text-align: center;
  44. font-size: 14px;
  45. color: #333;
  46. }
  47. .bts-lst .active {
  48. background-color: #58d0a6;
  49. color: #fff;
  50. border-color: #33CC66;
  51. }
  52. .cartb-box {
  53. padding: 0 0 8px 70px;
  54. position: relative;
  55. min-height: 38px;
  56. }
  57. .check-lst>li {
  58. height: 28px;
  59. padding: 0 15px 0 10px;
  60. cursor: pointer;
  61. }
  62. .pull-right {
  63. float: right!important;
  64. }
  65. .checkbox-btn {
  66. background-image: url('../img/check_uncheck.png');
  67. width: 20px;
  68. height: 20px;
  69. background-repeat: no-repeat;
  70. background-size: 20px 20px;
  71. border-radius: 2px;
  72. }
  73. .pull-left {
  74. float: left!important;
  75. }
  76. .w60 {
  77. width: 60px;
  78. }
  79. .text-grey9 {
  80. color: #999!important;
  81. }
  82. .third-txt {
  83. line-height: 28px;
  84. }
  85. .c333 {
  86. color: #333!important;
  87. }
  88. .f14 {
  89. font-size: 14px !important;
  90. }
  91. .checkboxed {
  92. background-image: url('../img/check_checked.png');
  93. }
  94. .mt10 {
  95. margin-top: 10px!important;
  96. }
  97. .pay-type-box {
  98. background-color: #fff;
  99. padding-left: 10px;
  100. padding-top: 10px;
  101. }
  102. .cartb-box {
  103. padding: 0 0 8px 70px;
  104. position: relative;
  105. min-height: 38px;
  106. }
  107. .left-title {
  108. display: inline-block;
  109. width: 70px;
  110. height: 33px;
  111. font-size: 14px;
  112. line-height: 32px;
  113. color: #333;
  114. position: absolute;
  115. left: 0;
  116. top: 0;
  117. }
  118. .group:after, .group:before {
  119. content: '';
  120. display: block;
  121. line-height: 0;
  122. height: 0;
  123. font-size: 0;
  124. clear: both;
  125. }
  126. .bts-lst>li {
  127. float: left;
  128. margin-right: 10px;
  129. border-radius: 4px;
  130. cursor: pointer;
  131. width: 70px;
  132. height: 32px;
  133. line-height: 31px;
  134. -webkit-box-sizing: border-box;
  135. border: 1px solid #a8a8a8;
  136. text-align: center;
  137. font-size: 14px;
  138. color: #333;
  139. }
  140. .bts-lst .active {
  141. background-color: #33CC66;
  142. color: #fff;
  143. border-color: #33CC66;
  144. }
  145. .bts-lst .active {
  146. background-color: #58d0a6;
  147. }
  148. .cartb-box {
  149. padding: 0 0 8px 70px;
  150. position: relative;
  151. min-height: 38px;
  152. }
  153. .check-lst>li {
  154. height: 28px;
  155. padding: 0 15px 0 10px;
  156. cursor: pointer;
  157. }
  158. .pull-right {
  159. float: right!important;
  160. }
  161. .checkbox-btn {
  162. background-image: url(../img/check_uncheck.png);
  163. width: 20px;
  164. height: 20px;
  165. background-repeat: no-repeat;
  166. background-size: 20px 20px;
  167. border-radius: 2px;
  168. }
  169. .checkboxed {
  170. background-image: url(../img/check_checked.png);
  171. }
  172. .pull-right {
  173. float: right;
  174. }
  175. .pull-left {
  176. float: left!important;
  177. }
  178. .w60 {
  179. width: 60px;
  180. }
  181. .text-grey9 {
  182. color: #999!important;
  183. }
  184. .third-txt {
  185. line-height: 28px;
  186. }
  187. .c333 {
  188. color: #333!important;
  189. }
  190. .f14 {
  191. font-size: 14px !important;
  192. }