You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/pc/components/base-agree/index.css

34 lines
653 B

.agree-dialog .el-dialog__header {
padding-bottom: 5px;
}
.agree-dialog .el-dialog__title {
font-weight: bold;
font-size: 20px;
color: #333;
}
.agree-dialog.el-dialog--center .el-dialog__body {
max-height: 400px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
overflow: auto;
}
.agree-dialog .el-dialog__footer {
padding-bottom: 30px;
}
.agree-dialog .el-button {
padding: 14px 73px;
border-color: #2c8eff;
border-radius: 23px;
background-color: #2c8eff;
font-size: 16px;
color: #fff;
}
.agree-dialog.el-dialog--center .el-dialog__body * {
white-space: pre-wrap;
}