You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.6 KiB
SCSS
106 lines
2.6 KiB
SCSS
|
2 years ago
|
.gdialog{
|
||
|
|
p{
|
||
|
|
color:black !important;
|
||
|
|
}
|
||
|
|
// box-shadow: none !important;
|
||
|
|
// border: 1px solid #e5e5e5;
|
||
|
|
border-radius: 5px;
|
||
|
|
&:not(.is-fullscreen) {
|
||
|
|
// margin-top: 36vh !important;
|
||
|
|
// margin-left: 26vh;
|
||
|
|
}
|
||
|
|
.el-dialog__header {
|
||
|
|
background: linear-gradient(-90deg, #2c04c9 0%, #5197ff 100%);
|
||
|
|
border-radius: 5px 5px 0px 0px;
|
||
|
|
margin-right: 0px;
|
||
|
|
.el-dialog__title {
|
||
|
|
font-size: 18px;
|
||
|
|
font-family: Source Han Sans CN;
|
||
|
|
font-weight: 500;
|
||
|
|
color: #ffffff !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.el-dialog__body {
|
||
|
|
.Terminal {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 78px;
|
||
|
|
padding-bottom: 40px;
|
||
|
|
border-bottom: 2px dashed #e5e5e5;
|
||
|
|
font-size: 12px;
|
||
|
|
font-family: Source Han Sans CN;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #333333;
|
||
|
|
.Terminal-item {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 110px;
|
||
|
|
height: 110px;
|
||
|
|
border: 1px solid #cdcdcd;
|
||
|
|
border-radius: 10px;
|
||
|
|
// 鼠标小手
|
||
|
|
cursor: pointer;
|
||
|
|
img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin-bottom: 11px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
span:nth-child(3) {
|
||
|
|
display: block;
|
||
|
|
margin-: 20px;
|
||
|
|
}
|
||
|
|
.lication {
|
||
|
|
margin-top: 27px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 78px;
|
||
|
|
.lication-item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 110px;
|
||
|
|
height: 110px;
|
||
|
|
border: 1px solid #cdcdcd;
|
||
|
|
border-radius: 10px;
|
||
|
|
font-size: 12px;
|
||
|
|
font-family: Source Han Sans CN;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #333333;
|
||
|
|
cursor: pointer;
|
||
|
|
img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin-bottom: 11px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
.el-dialog__footer {
|
||
|
|
text-align: center;
|
||
|
|
.el-button:nth-child(1) {
|
||
|
|
background: url("@/assets/images/szjj/提交任务.png") no-repeat;
|
||
|
|
background-size: 100% 100%;
|
||
|
|
}
|
||
|
|
.el-button:nth-child(2) {
|
||
|
|
background: url("@/assets/images/szjj/重新开始.png") no-repeat;
|
||
|
|
background-size: 100% 100%;
|
||
|
|
}
|
||
|
|
.el-button--large.is-round {
|
||
|
|
padding: 12px 20px 12px 40px !important;
|
||
|
|
}
|
||
|
|
.el-button{
|
||
|
|
width: 136px;
|
||
|
|
height: 40px;
|
||
|
|
padding: 12px 20px 12px 40px !important;
|
||
|
|
font-size: 15px;
|
||
|
|
border: none;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|