Commit 99075543 by 陈玉桐

fix

parent 02a8ac56
......@@ -390,8 +390,8 @@ export default {
width: 100%;
height: 100%;
position: fixed;
top: -2000px;
// top: 0;
// top: -2000px;
top: 0;
z-index: 999999;
>img{
height: 74%;
......@@ -418,11 +418,10 @@ export default {
display: flex;
p{
width: 30px;
line-height: 30px;
line-height: 34px;
word-wrap: break-word;/*英文的时候需要加上这句,自动换行*/
margin-right: 10px;
writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl;*/
text-align: center;
}
p:nth-child(1){
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