css 2步订单表单样式简化CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 2步订单表单样式简化CSS相关的知识,希望对你有一定的参考价值。
/****************************************************/
/****** this section is styling for the header ******/
/****************************************************/
/* background first header */
.order2Step-step-1 {
background: ;
}
/* background second header */
.order2Step-step-2 {
background: ;
}
/* numbers 1 + 2 in headers */
.order2StepNumber {
color: ;
}
/* active title */
.order2Step-step.order2StepActive .order2StepTitle {
color:;
}
/* inactive title */
.order2StepTitle {
color:
}
/* both subtitles */
.order2StepSubTitle {
color:
}
/*************************************************/
/****** this section is styling for STEP 1 ******/
/*************************************************/
/* body background */
.o2step_step1 {
background-color: ;
}
/*************************************************/
/****** this section is styling for STEP 2 ******/
/*************************************************/
/* body background */
.o2step_step2 {
background-color: ;
}
/* credit card area background and border */
.elCreditCardForm {
background color:
border: solid 1px ;
}
以上是关于css 2步订单表单样式简化CSS的主要内容,如果未能解决你的问题,请参考以下文章
Z平台-表单增加自定义CSS样式
Z平台-表单增加自定义CSS样式
Z平台-表单增加自定义CSS样式
css 样本重复订单结帐样式表
如何在 Chrome 开发人员工具中将 CSS 样式更改保存到 ANGULAR 2.0 组件表单?
css 如何用图片改变表单边框的样式(圆角边框,有阴影)