85 lines
1.6 KiB
CSS
85 lines
1.6 KiB
CSS
.mrs06-dialog .content {
|
|
padding: 0 16px 0;
|
|
}
|
|
|
|
.mrs06-dialog .kmi-keyinput {
|
|
line-height: 84px;
|
|
height: 168px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.mrs06-dialog .kmi-keyinput>.label {
|
|
font-size: 14px;
|
|
font-family: 'NotoSansTC-Regular';
|
|
Letter-Spacing: 1px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
}
|
|
|
|
.mrs06-dialog .bar-area {
|
|
/*overflow: hidden;*/
|
|
height: calc(100VH - 238px);
|
|
}
|
|
|
|
.mrs06-dialog .bar-area .acc {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
background-color: rgb(220, 220, 220);
|
|
border-radius: 16px;
|
|
margin-top: 16px;
|
|
padding: 16px 0px 0px 0px
|
|
}
|
|
|
|
.mrs06-dialog .bar-area .acc span {
|
|
width: calc(50% - 48px);
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin-bottom: 16px;
|
|
padding: 0px 24px 0px 24px;
|
|
}
|
|
|
|
.mrs06-dialog .bar-area .acc span:nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
|
|
.mrs06-dialog .bar-area .acc button {
|
|
line-height: 32px;
|
|
margin-left: 102px;
|
|
border-radius: 8px;
|
|
border: hidden;
|
|
background-color: #ffaad5;
|
|
width: 80px;
|
|
height: 32px;
|
|
padding: 0px 8px 16px 8px;
|
|
color: white;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.kmi-btn-fields {
|
|
display: flex;
|
|
}
|
|
|
|
.kmi-btn-fields.col-2>button {
|
|
width: calc(50% - 8px);
|
|
height: 42px;
|
|
border: hidden;
|
|
border-radius: 16px;
|
|
line-height: 43px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.kmi-btn-fields.col-2>button:nth-child(1) {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.kmi-btn-fields.col-2>button:nth-child(2) {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
button.actived {
|
|
color: white;
|
|
background-color: rgb(244, 176, 77);
|
|
} |