提交 687a07d8 authored 作者: wanyielin's avatar wanyielin

上传代码

上级 6b27371b
/* 通过模态框状态 */
.is_ok{
height: 336px;
box-sizing: border-box;
padding: 60px 81px 0px 59px;
overflow: hidden;
.header{
margin-bottom: 23px;
span{
font-size: 14px;
line-height: 24px;
}
span:nth-child(1){
color: #666666;
text-align: right;
margin-right: 24px;
}
span:nth-child(2){
font-weight: bold;
}
.is_ok {
min-height: 336px;
box-sizing: border-box;
padding: 60px 81px 0px 59px;
overflow: hidden;
.header {
margin-bottom: 23px;
span {
font-size: 14px;
line-height: 24px;
}
.body{
display: flex;
margin-bottom: 60px;
span{
font-size: 14px;
line-height: 24px;
color: #666666;
}
span:nth-child(1){
text-align: right;
margin-right: 24px;
}
span:nth-child(1) {
color: #666666;
text-align: right;
margin-right: 24px;
}
}
.btn_page{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
.btn{
min-width: 90px;
min-height: 32px;
border-radius: 2px;
}
.btn_margin{
margin-left: 16px;
span:nth-child(2) {
font-weight: bold;
}
.btn_no{
color: #FF5350;
border:1px solid #FF5350;
}
.body {
display: flex;
margin-bottom: 60px;
span {
font-size: 14px;
line-height: 24px;
color: #666666;
}
.btn_reject{
color: #FF9B00;
border:1px solid #FF9B00;
span:nth-child(1) {
text-align: right;
margin-right: 24px;
}
}
\ No newline at end of file
}
}
.btn_page {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
.btn {
min-width: 90px;
min-height: 32px;
border-radius: 2px;
}
.btn_margin {
margin-left: 16px;
}
.btn_no {
color: #ff5350;
border: 1px solid #ff5350;
}
.btn_reject {
color: #ff9b00;
border: 1px solid #ff9b00;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论