Commit 99075543 by 陈玉桐

fix

parent 02a8ac56
...@@ -390,8 +390,8 @@ export default { ...@@ -390,8 +390,8 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;
top: -2000px; // top: -2000px;
// top: 0; top: 0;
z-index: 999999; z-index: 999999;
>img{ >img{
height: 74%; height: 74%;
...@@ -418,11 +418,10 @@ export default { ...@@ -418,11 +418,10 @@ export default {
display: flex; display: flex;
p{ p{
width: 30px; width: 30px;
line-height: 30px; line-height: 34px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/ word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
margin-right: 10px; margin-right: 10px;
writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ text-align: center;
writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl;*/
} }
p:nth-child(1){ p:nth-child(1){
margin-top: 34px; margin-top: 34px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment