react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
180 lines (172 loc) • 3.78 kB
text/less
.address-content {
font-size: 28px;
color: #4e4e4e;
width: 750px;
margin: 0 auto;
font-family: 'PingFangSC';
.banner {
padding: 40px 30px;
text-align: center;
.banner-img-warn{
width: 306px;
height: 220px;
margin-bottom: 20px;
}
.banner-img-success{
width: 250px;
height: 180px;
margin-bottom: 30px;
}
p {
line-height: 1.5;
}
}
.line {
height: 16px;
background: #F6F6F6;
}
.input-section {
padding: 0 30px;
.input-row {
margin-top: 20px;
position: relative;
border-bottom: 2px solid #f5f5f5;
.input-row-box {
padding: 0;
display: inline-block;
width: 500px;
input {
font-size: 28px;
}
}
label {
display: inline-block;
height: 80px;
line-height: 80px;
min-width: 150px;
color: #444;
}
}
.address-form-btn {
width: 100%;
.button-address {
width: 670px;
height: 88px;
line-height: 88px;
color: #fff;
background: linear-gradient(90deg,rgba(255,132,44,1) 0%,rgba(255,107,44,1) 100%);;
text-align: center;
margin: 46px auto;
border-radius: 72px;
cursor: pointer;
font-size: 32px;
}
}
}
.address-form {
margin: 30px;
padding: 60px 50px;
background: url(../../../public/images/bargain/ads-bg.png) no-repeat;
background-size: 100% 100%;
.form-title{
width: 288px;
margin: 0 auto;
position: relative;
img{
width: 100%;
height: 20px;
}
p{
width: 200px;
font-size: 36px;
text-align: center;
color: #FF6A00;
position: absolute;
top: 0;
left: 44px;
white-space: nowrap;
}
}
.form-content{
margin-top: 30px;
text-align: left;
.form-item{
margin-top: 40px;
&-title{
display: inline-block;
min-width: 170px;
color: #666;
}
&-value{
display: inline-block;
vertical-align: text-top;
color: #222;
max-width: 420px;
line-height: 45px;
word-wrap: break-word;
word-break: break-all;
}
}
}
}
.info-notes{
color: #333;
line-height: 1.5;
width: 440px;
margin: 20px auto;
text-align: center;
}
:global{
.am-list-extra{
flex-basis: 100% ;
text-align: left ;
font-size: 28px ;
color: rgba(187, 187, 187, 1)
}
}
}
:global{
.am-picker-popup-header{
height: 80px;
padding: 12px 0;
width: 100% ;
overflow: hidden;
}
.am-picker-popup-title{
display: inline-block ;
text-align: center;
width: 450px;
margin: 0 auto;
}
.am-picker-popup-item{
height: auto ;
padding: 12px 18px ;
box-sizing: content-box ;
}
.am-picker-popup-header-left{
border-radius: 8px ;
float: left ;
margin-left: 34px ;
color:#999 ;
background: #fff ;
border: 1px solid #DDD; /*no*/
font-size: 28px ;
text-align: center ;
}
.am-picker-popup-header-right{
border-radius: 8px ;
float: right ;
margin-right: 34px ;
color: #fff ;
background: #FEB940 ;
font-size: 28px ;
text-align: center ;
}
.am-picker-col{
float: left ;
width: 33.3333% ;
}
.info-footer button {
background: red ;
}
}