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.
55 lines
931 B
55 lines
931 B
@import '../../../common/css/global';
|
|
.agreement_index{
|
|
padding:10px 0 0 0 ;
|
|
.item{
|
|
background-color: #FFFFFF;
|
|
padding: 0 15px;
|
|
display:flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 45px;
|
|
line-height: 44px;
|
|
color:#999999;
|
|
font-size: 14px;
|
|
.txt{
|
|
color: #333333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
}
|
|
.mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
background-color: rgba(0,0,0,.4);
|
|
}
|
|
.greement-box {
|
|
position: fixed;
|
|
width: 85%;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
background: #FFFFFF;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
z-index: 300;
|
|
.title {
|
|
font-weight: bold;
|
|
padding: 15px 0;
|
|
}
|
|
.content {
|
|
text-align: center;
|
|
padding: 15px;
|
|
max-height: 250px;
|
|
overflow: auto;
|
|
}
|
|
.btn {
|
|
padding: 15px;
|
|
color: @mainColor;
|
|
}
|
|
}
|
|
}
|