react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
138 lines (135 loc) • 2.75 kB
text/less
.address-content {
width: 750px;
font-size: 28px;
font-family: 'PingFangSC';
.header{
padding: 30px 30px 50px;
text-align: center;
img{
width: 306px;
height: 220px;
}
p{
margin-top:10px;
color: #333;
}
&-btn{
margin-top: 30px;
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%);
border-radius:72px;
font-size: 32px;
text-align: center;
}
}
.line {
height: 16px;
background: #F6F6F6;
}
.content{
padding: 40px 30px 28px;
.content-tltle{
width: 340px;
margin: 0 auto;
position: relative;
img{
width: 100%;
height: 50px;
}
p{
font-size: 36px;
color: #FF6D2C;
position: absolute;
top: 5px;
left: 47px;
}
.titlt-shadow{
width: 280px;
height: 24px;
background-color: #FFF0E5;
position: absolute;
bottom: 10px;
left: 35px;
border-radius: 4px;
}
}
.camp-method{
padding: 30px;
li{
margin-top: 20px;
color: #333;
text-align: left;
line-height: 45px;
}
}
.camp-code{
height: 976px;
padding: 80px;
background: url(../../../public/images/bargain/camp-code-bg.png) no-repeat;
background-size: 100% 100%;
text-align: center;
&-title{
color: #333;
margin-top: 60px;
font-weight: 450
}
img{
width: 530px;
height: 704px;
margin-top: 30px;
border: solid #000 1Px;
}
}
}
.layer {
position: fixed;
top: 0;
height: 100%;
width: 100%;
.layerBg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
max-width: 750Px;
background-color: #000;
opacity: 0.7;
}
.loading {
width: 100%;
max-width: 750Px;
height: 100%;
position: relative;
img {
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
vertical-align: middle;
width: 100px;
height: 100px;
}
}
.layer-code {
width: 100%;
max-width: 750Px;
height: 100%;
position: relative;
img {
position: absolute;
top: 50%;
left: 50%;
margin-top: -325px;
margin-left: -322px;
vertical-align: middle;
width: 644px;
height: 650px;
}
}
}
}