上海预案管理平台
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.
 
 
 
 
 

127 lines
2.5 KiB

//头部title
.title{
width: 100%;
height: 42px;
line-height: 42px;
background: #0080FF;
text-align: center;
position: relative;
.name{
font-size: 20px;
// font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
}
.close{
position: absolute;
right: 12px;
top: 6px;
color: #fff;
cursor: pointer;
}
}
.mat-dialog-container{
padding: 0;
}
//有效时间选择
.selectTime{
margin: 18px 0;
display: flex;
justify-content: center;
.divitembox{
display: flex;
}
.divitem{
width: 100px;
height: 36px;
line-height: 36px;
background: #EEF1F5;
font-size: 16px;
// font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
opacity: 0.4;
text-align: center;
cursor: pointer;
}
.divitem:first-child{
border-radius: 4px 0px 0px 4px;
}
.divitem:last-child{
border-radius: 0px 4px 4px 0px;
}
.selectedtime{
background: #0080FF;
opacity: 1;
color: #FFFFFF;
}
}
//二维码区域
.qrcodebox{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.p1{
font-size: 16px;
color: #0080FF;
}
.p2{
font-size: 14px;
color: #333333;
opacity: 0.4;
margin: 5px 0 18px 0;
}
.qrcodeimg{
width: 200px;
height: 200px;
}
.saveqrcode{
width: 96px;
height: 30px;
background: #0080FF;
line-height: 30px;
border-radius: 4px;
margin: 18px 0;
color: #FFFFFF;
text-align: center;
font-size: 14px;
cursor: pointer;
}
}
//链接区域
.urlbox{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
p{
width: 500px;
font-size: 12px;
}
.urldiv{
display: block;
font-size: 10px;
width: 500px;
background: #EEF1F5;
border-radius: 4px;
padding: 3px;
box-sizing: border-box;
margin: 15px 0;
word-wrap: break-word;
word-break: normal;
white-space:normal
}
.saveqrcode{
width: 96px;
height: 30px;
background: #0080FF;
line-height: 30px;
border-radius: 4px;
color: #FFFFFF;
text-align: center;
font-size: 14px;
cursor: pointer;
}
}