react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
81 lines (71 loc) • 1.73 kB
text/less
.payAgain {
height: calc(100% + 70px);
background: #f9fafc;
.purchasedHeader {
width: 100%;
height: 280px;
background: url(../../../public/images/rabbit/purchased-header.png) no-repeat center center;
background-size: 100%;
overflow: hidden;
> .icon {
width: 446px;
height: 200px;
background:
url(../../../public/images/rabbit/purchased-header-icon.png) no-repeat center
center;
background-size: 100%;
margin: 30px auto 0;
}
}
.qrcode {
margin: 0 auto;
width: 686px;
background: rgba(255, 255, 255, 1);
border-radius: 40px;
text-align: center;
padding-top: 48px;
> .title {
font-size: 32px;
// font-family: 'PingFangSC';
font-weight: 500;
color: rgba(51, 51, 51, 1);
position: relative;
}
> .title::before {
content: '';
width: 36px;
height: 36px;
background: url(../../../public/images/rabbit/qrcode-left-icon.png) no-repeat center center;
background-size: 100%;
position: absolute;
left: -48px;
}
> .title::after {
content: '';
width: 36px;
height: 36px;
background: url(../../../public/images/rabbit/qrcode-right-icon.png) no-repeat center center;
background-size: 100%;
position: absolute;
right: -48px;
}
> .img {
width: 400px;
height: 400px;
display: block;
margin: 32px auto 0;
}
> .tips {
font-size: 28px;
margin-top: 32px;
text-align: left;
// font-family: 'PingFangSC';
font-weight: 400;
color: rgba(51, 51, 51, 1);
padding: 0 32px 48px;
}
}
.mt {
margin-top: -50px;
}
}