mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
optimize style
This commit is contained in:
parent
bec5458e45
commit
1f8153d83e
@ -89,6 +89,11 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||||
|
.brief {
|
||||||
|
padding: 60px 0 90px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.brief .slogan {
|
.brief .slogan {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #5a5a5a;
|
color: #5a5a5a;
|
||||||
|
@ -125,6 +125,14 @@ body{
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen
|
||||||
|
and (min-device-width: 320px)
|
||||||
|
and (max-device-width: 480px)
|
||||||
|
and (-webkit-min-device-pixel-ratio: 2){
|
||||||
|
padding: 60px 0 90px;
|
||||||
|
}
|
||||||
|
|
||||||
.slogan{
|
.slogan{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: @textDark;
|
color: @textDark;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user