Merge branch 'master' of http://127.0.0.1:8080/scm/git/12306
This commit is contained in:
commit
f9f59da192
@ -59,6 +59,10 @@ body {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
input:focus,
|
||||||
|
textarea:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,7 @@ body {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
input:focus,textarea:focus{outline:none;}
|
||||||
img {
|
img {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user