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

上传代码

上级 6b27371b
/* 通过模态框状态 */ /* 通过模态框状态 */
.is_ok{ .is_ok {
height: 336px; min-height: 336px;
box-sizing: border-box; box-sizing: border-box;
padding: 60px 81px 0px 59px; padding: 60px 81px 0px 59px;
overflow: hidden; overflow: hidden;
.header{ .header {
margin-bottom: 23px; margin-bottom: 23px;
span{ span {
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
}
span:nth-child(1){
color: #666666;
text-align: right;
margin-right: 24px;
}
span:nth-child(2){
font-weight: bold;
}
} }
.body{ span:nth-child(1) {
display: flex; color: #666666;
margin-bottom: 60px; text-align: right;
span{ margin-right: 24px;
font-size: 14px;
line-height: 24px;
color: #666666;
}
span:nth-child(1){
text-align: right;
margin-right: 24px;
}
} }
span:nth-child(2) {
} font-weight: bold;
.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; .body {
border:1px solid #FF5350; display: flex;
margin-bottom: 60px;
span {
font-size: 14px;
line-height: 24px;
color: #666666;
} }
.btn_reject{ span:nth-child(1) {
color: #FF9B00; text-align: right;
border:1px solid #FF9B00; 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论