txw/txw-mhzc-web/src/pages/index/styles/dialog.less
2026-04-05 15:05:13 +08:00

257 lines
4.9 KiB
Plaintext

.dialogCss {
/deep/.t-dialog--default .t-dialog__close:hover {
background: gainsboro;
}
/deep/ .t-dialog__header .t-dialog__header-content {
div {
display: flex;
align-items: center;
span {
margin-left: 8px;
}
}
}
/deep/ .t-dialog--default {
width: 920px;
height: 563px;
padding: 0;
margin-top: -12vh;
}
/deep/ .t-dialog__header {
padding: 16px;
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
color: #333;
background: #4285f410;
.dialogHeaderImg {
width: 20px;
height: 20px;
background-image: url('../assets/dialogHeader.png');
}
}
/deep/ .t-dialog--default .t-dialog__close {
position: relative;
top: 0;
left: 0;
width: 25px;
}
/deep/ .t-dialog__body {
padding: 0;
.nr {
width: 100%;
height: 440px;
padding: 0 24px;
margin-top: 8px;
overflow: auto
}
}
/deep/ .t-dialog__footer {
padding: 12px;
}
}
.dialogSmallCss {
/deep/.t-dialog--default .t-dialog__close:hover {
background: gainsboro;
}
/deep/ .t-dialog__header .t-dialog__header-content {
div {
display: flex;
align-items: center;
span {
margin-left: 8px;
}
}
}
/deep/ .t-dialog--default {
width: 448px;
height: 419px;
padding: 0;
margin-top: -12vh;
}
/deep/ .t-dialog__header {
height: 57px;
padding: 16px;
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
color: #333;
background: #4285f410;
.dialogHeaderImg {
width: 20px;
height: 20px;
background-image: url('../assets/dialogHeader.png');
}
}
/deep/ .t-dialog--default .t-dialog__close {
position: relative;
top: 0;
left: 0;
width: 25px;
}
/deep/ .t-dialog__body {
padding: 0;
.nr {
width: 100%;
height: 295px;
padding: 0 24px;
margin-top: 8px;
overflow: auto
}
}
/deep/ .t-dialog__footer {
height: 56px;
padding: 12px;
}
}
.dialogMiddleCss {
/deep/.t-dialog--default .t-dialog__close:hover {
background: gainsboro;
}
/deep/ .t-dialog__header .t-dialog__header-content {
div {
display: flex;
align-items: center;
span {
margin-left: 8px;
}
}
}
/deep/ .t-dialog--default {
width: 680px;
// height: 563px;
padding: 0;
margin-top: -12vh;
}
/deep/ .t-dialog__header {
height: 57px;
padding: 16px;
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
color: #333;
background: #4285f410;
.dialogHeaderImg {
width: 20px;
height: 20px;
background-image: url('../assets/dialogHeader.png');
}
}
/deep/ .t-dialog--default .t-dialog__close {
position: relative;
top: 0;
left: 0;
width: 25px;
}
/deep/ .t-input {
width: 300px;
}
/deep/ .t-dialog__body {
padding: 0;
.nr {
width: 100%;
// height: 440px;
padding: 0 24px;
margin-top: 8px;
overflow: auto
}
}
/deep/ .t-dialog__footer {
height: 56px;
padding: 12px;
}
}
.confirmDialogCss {
/deep/ .t-dialog--default {
padding: 0;
}
/deep/ .t-dialog__header {
padding: 12px 16px;
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
}
/deep/ .t-dialog__body {
height: 160px;
padding: 0;
.tsnr {
width: 100%;
height: 28px;
margin-top: 12px;
font-family: PingFangSC-Medium;
font-size: 20px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0;
color: #333;
text-align: center;
}
.tsnrf {
display: flex;
width: 100%;
height: 44px;
font-family: PingFangSC-Regular;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0;
color: #666;
text-align: center;
justify-content: center;
div {
width: 300px
}
}
}
/deep/ .t-dialog__footer {
display: flex;
justify-content: center;
padding-bottom: 24px;
}
}