css 样本重复订单结帐样式表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 样本重复订单结帐样式表相关的知识,希望对你有一定的参考价值。

/* page header bar */
.header{
  background : inherit;
}

/* body of the page */
form{
  background : inherit;
}

/* background of the information field */
.field{
  background : inherit;
}

/* continue button at bottom of page and complete subscription button */
.continue_btn, .btn--primary {
  color: white;
  background-color: black !important;
}

.continue_btn:hover, .btn--primary:hover {
  background-color: black !important;
}

.continue_btn:focus, .btn--primary:focus {
  background-color: black !important;
}

.continue_btn:active, .btn--primary:active {
  background-color: black !important;
}


/* logo for shop at top of page */
.shop__logo {
  width:40%;
  height: 40%;
}

/* input fields for customer information */
.field__inner--horizontal-padding, .field label, .field input[type="text"],
.field input[type="tel"], .field input[type="email"], .field input[type="password"], .field select {
  background-color : inherit;
}

/* form for order total */
.order-summary__section {
  background-color: inherit;
}

/* subtotal/shipping/taxes/total */
.total-line__name {
  color: inherit;
}

/* payment due label */
.payment-due__label{
  color: inherit;
}

/* number value for total */
.payment-due__price{
  color: inherit;
}

/* "Every XX Months/Weeks/Years */
.product{
 color: inherit;
}

/* multiplier of products ordered */
.product__info__name{
 color: inherit;
}

/*headers*/
h1, h2, h3, h4, h5, h6{
  color: inherit;

}

/* order main text */
.order-summary strong{
 color: inherit;
}

/* input field pre-text label */
.label {
 color: inherit;
}

/* name of shop at top of page */
.shop__name{
 color: inherit;
}

/* input field text colour */
.input{
 color: inherit;
}

/* colour of default text when field is empty */
::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color: inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;
}

:-ms-input-placeholder {
   color: inherit;
}

/* select field dropdown text */
.field select{
 color: inherit;
}

以上是关于css 样本重复订单结帐样式表的主要内容,如果未能解决你的问题,请参考以下文章

css 更好的WooCommerce购物车和结帐样式

CSS样式表:一个按钮的样式[重复]

更改 Woocommerce 中的结帐订单审查部分

CSS样式表问题[重复]

使用智能支付按钮(React + Redux)的 PayPal 结帐创建订单问题

将运输部分移动到 woocommerce 结帐页面的右侧