react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
82 lines (72 loc) • 1.55 kB
text/less
.bgImg {
width: 100%;
height: 280px;
background: url(https://resource.mmears.com/magic/bunny/topbg.png) no-repeat;
background-size: 100% 100%;
position: relative;
top: 0;
left: 0;
// z-index: -1;
}
.resultContent {
width: 100%;
height: 890px;
padding: 0 32px;
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 32px;
.logo {
width: 446px;
height: 200px;
background: url(https://resource.mmears.com/magic/bunny/titleLogo.png) no-repeat;
background-size: 100% 100%;
}
}
.codeInfo {
width: 100%;
height: 692px;
background: #fff;
border-radius: 40px;
display: flex;
flex-direction: column;
// justify-content: center;
align-items: center;
padding: 0 32px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
.codeTitle {
width: 100%;
display: flex;
font-size: 32px;
color: #333;
align-items: center;
justify-content: center;
margin-top: 48px;
.titleContent {
margin: 0 10px;
}
.titleLeft {
width: 28px;
height: 22px;
background: url(https://resource.mmears.com/magic/bunny/titltleft.png) no-repeat;
background-size: 100% 100%;
}
.titleRight {
width: 28px;
height: 22px;
background: url(https://resource.mmears.com/magic/bunny/titleright.png) no-repeat;
background-size: 100% 100%;
}
}
img {
width: 400px;
height: 400px;
margin-top: 32px;
}
.promptInfo {
font-size: 28px;
color: #333;
margin-top: 32px;
}
}