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.
94 lines
1.8 KiB
94 lines
1.8 KiB
6 years ago
|
.blank-frame-sub{
|
||
|
width: 100%;
|
||
|
min-height: 825px;
|
||
|
border: 1px solid rgba(255, 255, 255, 0);
|
||
|
}
|
||
|
.sub-msg{
|
||
|
background-color: white;
|
||
|
width: 960px;
|
||
|
min-height: 400px;
|
||
|
border-radius: 5px;
|
||
|
margin: 100px 10px 0px 18px;
|
||
|
border: 1px solid rgba(0, 0, 0, 0.23);
|
||
|
}
|
||
|
.sub-fill-frame{
|
||
|
height: 80px;
|
||
|
width: 940px;
|
||
|
margin: 20px 10px;
|
||
|
}
|
||
|
.sub-fill-frame input{
|
||
|
float: left;
|
||
|
margin-right: 10px;
|
||
|
padding-left: 12px;
|
||
|
background-color: #f5f5f5;
|
||
|
border-radius: 5px;
|
||
|
height: 40px;
|
||
|
width: 300px;
|
||
|
border:1px solid rgba(0, 0, 0, 0.27);
|
||
|
}
|
||
|
.sub-fill-frame input:hover{
|
||
|
border:1px solid rgb(120, 190, 255);
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.sub-fill-frame input:focus{
|
||
|
border:1px solid rgb(120, 190, 255);
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.sub-fill-frame select{
|
||
|
appearance:none;
|
||
|
-moz-appearance:none;
|
||
|
-webkit-appearance:none;
|
||
|
width: 150px;
|
||
|
height: 40px;
|
||
|
color: rgba(0,0,0,0.58);
|
||
|
border:1px solid rgba(0, 0, 0, 0.41);
|
||
|
padding-left: 12px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
.sub-scb-text{
|
||
|
width: 700px;
|
||
|
height: 120px;
|
||
|
border-radius: 10px;
|
||
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||
|
resize: none;
|
||
|
padding: 10px 10px;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.sub-scb-text:focus{
|
||
|
border: 1px solid rgb(55, 157, 255);
|
||
|
background-color: white;
|
||
|
}
|
||
|
.sub-scb-text:hover{
|
||
|
background-color: white;
|
||
|
border: 1px solid rgb(55, 157, 255);
|
||
|
}
|
||
|
.sub-fill-frame.sub-scb{
|
||
|
height:120px ;
|
||
|
}
|
||
|
.sub-tips{
|
||
|
text-align: right;
|
||
|
line-height: 40px;
|
||
|
margin-right: 20px;
|
||
|
width: 150px;
|
||
|
height: 100%;
|
||
|
float: left;
|
||
|
}
|
||
|
.sub-input-button{
|
||
|
width: 100px;
|
||
|
height: 40px;
|
||
|
color: white;
|
||
|
background-color: #d74144;
|
||
|
border-radius: 5px;
|
||
|
margin: 20px 430px;
|
||
|
border: 0px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.sub-input-button:hover{
|
||
|
background-color: #eb4548;
|
||
|
}
|
||
|
.sub-fill-frame select:focus{
|
||
|
border: 1px solid rgb(55, 157, 255);
|
||
|
}
|
||
|
.sub-fill-frame select:hover{
|
||
|
border: 1px solid rgb(55, 157, 255);
|
||
|
}
|