`
This commit is contained in:
parent
3ebd866600
commit
754c49e1f8
@ -1675,7 +1675,7 @@ section.next {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
padding: 0.5rem;
|
padding: 0;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
/* 强制居中 */
|
/* 强制居中 */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@ -99,7 +99,7 @@ button:focus-visible {
|
|||||||
|
|
||||||
#app {
|
#app {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1rem;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -136,7 +136,7 @@ button:focus-visible {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 1rem;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 合伙人内容居中 */
|
/* 合伙人内容居中 */
|
||||||
@ -208,7 +208,7 @@ button:focus-visible {
|
|||||||
|
|
||||||
#app {
|
#app {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0.5rem;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user