手机端自适应优化
This commit is contained in:
@ -442,6 +442,15 @@ label {
|
||||
float: left;
|
||||
}
|
||||
|
||||
@media (max-width:767px) {
|
||||
.select-time label,.select-time span,.select-time input {
|
||||
float: none;
|
||||
}
|
||||
.select-list .select-time input {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.select-time label {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user