|
@@ -191,17 +191,17 @@ textarea {
|
|
|
left: 50%;
|
|
|
top: 30%;
|
|
|
margin-left: -200px;
|
|
|
- // margin-top: -100px;
|
|
|
padding-bottom: 20px;
|
|
|
+ border-radius: 4px;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.title {
|
|
|
border-bottom: 1px solid #eee;
|
|
|
- background-color: #F8F8F8;
|
|
|
line-height: 40px;
|
|
|
height: 40px;
|
|
|
position: relative;
|
|
|
padding-left: 15px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
img {
|
|
|
position: absolute;
|
|
|
right: 0px;
|
|
@@ -215,7 +215,7 @@ textarea {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.btns {
|
|
|
- height: 45px;
|
|
|
+ height: 36px;
|
|
|
text-align: center;
|
|
|
span {
|
|
|
border-radius: 5px;
|
|
@@ -223,11 +223,10 @@ textarea {
|
|
|
// float: right;
|
|
|
cursor: pointer;
|
|
|
border: 1px solid #dedede;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- width: 120px;
|
|
|
+ width: 80px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
margin: 5px 5px 0;
|
|
|
- padding: 0 15px;
|
|
|
color: #333;
|
|
|
border-radius: 3px;
|
|
|
font-weight: 400;
|