checkout.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. body {
  2. color: #9a9a9a;
  3. font-family: "微软雅黑",Arial,sans-serif;
  4. font-size: 12px;
  5. line-height: 1.42857;
  6. }
  7. h1,h2{
  8. color: #c30005;
  9. font-family: "Advent Pro",sans-serif;
  10. font-size: 18px;
  11. font-weight: 700;
  12. margin: 0 0 17px;
  13. text-transform: uppercase;
  14. }
  15. .checkout-heading {
  16. background: none repeat scroll 0 0 #0a0a0a;
  17. border: 1px solid #000000;
  18. color: #fff;
  19. font-family: "Lato",sans-serif;
  20. font-size: 13px;
  21. font-weight: 700;
  22. margin-bottom: 17px;
  23. overflow: hidden;
  24. padding: 10px 0 10px 21px;
  25. position: relative;
  26. text-transform: uppercase;
  27. }
  28. .checkout-heading span {
  29. float: left;
  30. }
  31. .checkout-content {
  32. display: none;
  33. margin-bottom: 38px;
  34. margin-top: 27px;
  35. overflow: hidden;
  36. }
  37. .checkout-content .left {
  38. }
  39. .checkout-content .right {
  40. }
  41. .checkout-content p {
  42. color: #aaa;
  43. font-size: 12px;
  44. }
  45. .checkout-content label, .checkout-content a.colorbox, .checkout-content a.colorbox b {
  46. color: #aaa;
  47. font-weight: 700;
  48. }
  49. .checkout-content label {
  50. margin-bottom: 2px;
  51. }
  52. label {
  53. cursor: default;
  54. font-size: 12px;
  55. margin-right: 7px;
  56. }
  57. .checkout-content b {
  58. color: #141414;
  59. }
  60. input[type="text"], input[type="password"], select {
  61. border: 1px solid #dcdcdc;
  62. height: 33px;
  63. line-height: 30px;
  64. padding: 0 5px;
  65. }
  66. .checkout-content input[type="text"], .checkout-content select, .checkout-content input[type="password"] {
  67. margin: 6px 0 8px;
  68. width: 90%;
  69. }
  70. .checkout-content #login input.text {
  71. margin: 6px 0 8px;
  72. width: 90%;
  73. }
  74. .btn {
  75. background-color: #dcdcdc;
  76. border: medium none;
  77. border-radius: 0;
  78. color: #ffffff;
  79. font-family: "Advent Pro",sans-serif;
  80. font-size: 14px;
  81. font-weight: 700;
  82. padding: 10px 18px;
  83. text-transform: uppercase;
  84. transition: background 0.5s ease 0s;
  85. }
  86. .checkout-content input#button-account {
  87. margin-top: 40px;
  88. }
  89. .btn-continue {
  90. background-color: #c30005;
  91. }
  92. .btn-upload {
  93. background-color: #0a0a0a;
  94. }
  95. .btn-primary:hover, .open .dropdown-toggle.btn-primary {
  96. background-color: #c30005;
  97. }
  98. .btn-continue:hover {
  99. background-color: #0a0a0a;
  100. }
  101. .checkout-heading a {
  102. background-image: url("../image/checkout_arr.png");
  103. background-position: 9px 11px;
  104. background-repeat: no-repeat;
  105. cursor: pointer;
  106. display: block;
  107. font-size: 14px;
  108. font-weight: normal;
  109. height: 31px;
  110. margin-top: 2px;
  111. position: absolute;
  112. right: 0;
  113. text-indent: -9999px;
  114. top: 2px;
  115. width: 31px;
  116. }
  117. .required {
  118. color: #ff0000;
  119. font-weight: bold;
  120. }
  121. .buttons .left {
  122. float: left;
  123. font-weight: 700;
  124. text-align: left;
  125. }
  126. .checkout-content .error,.checkout-content .warning {
  127. margin-bottom: 10px;
  128. }
  129. .error,.warning {
  130. color: #ff0000;
  131. display: block;
  132. }
  133. table.radio td input[type="radio"] {
  134. margin:0;
  135. padding-right:10px;
  136. position:relative;
  137. }