react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
46 lines (41 loc) • 793 B
text/less
.header{
height: 40px;
font-size: 40px;
font-weight: 400;
color: rgba(51,51,51,1);
line-height: 40px;
color: #333333;
margin-bottom: 20px;
}
.content{
color: #333333;
font-size: 32px;
text-align: left;
padding-left: 60px;
padding-right: 60px;
}
.btn-content{
margin-top: 29px;
}
.cancel-button{
width:290px;
height:80px;
background:rgba(255,255,255,1);
border-radius:40px;
border:2px solid #DBDBDB;
margin-right: 20px;
font-size: 32px;
color: #999999;
}
.ok-button{
width:290px;
height:80px;
background:linear-gradient(90deg,rgba(255,156,79,1) 0%,rgba(255,86,21,1) 100%);
border-radius:40px;
border: 0px;
font-size: 32px;
color: #ffffff;
}
.ok-long-button{
width: 460px;
}