react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
32 lines (29 loc) • 495 B
text/less
.header{
font-size: 32px;
font-weight: 400;
color: #333333;
line-height: 40px;
}
.content{
position: relative;
padding-top: 40px;
padding-bottom: 40px;
img{
width:360px;
height:360px;
}
}
.close {
width: 64px;
height: 64px;
position: absolute;
bottom: -120px;
left: 50%;
transform: translate(-50%);
img {
width: 100%;
height: 100%;
cursor: pointer;
vertical-align: middle;
}
}