QingweiFang (Talk | contribs) |
QingweiFang (Talk | contribs) |
||
Line 145: | Line 145: | ||
.text a{ | .text a{ | ||
− | font-size: 1. | + | font-size: 1.2vw !important; |
} | } | ||
Line 152: | Line 152: | ||
padding:5px; | padding:5px; | ||
line-height: 30px; | line-height: 30px; | ||
− | font-size: 1. | + | font-size: 1.2vw !important; |
} | } | ||
Revision as of 09:21, 21 September 2018
.content{
width: 100%; height:auto !important; overflow: hidden; padding-top:100px; position:relative;
}
.content_nav{
position: fixed; padding-left:12%; padding-top:3vh; width: 18vw; z-index: 1;
}
.content_nav ul{
list-style: none;
}
.content_nav a{
text-decoration: none; color:black; pointer:cursor;
}
.logo_above_content_nav{
width: 100%; height:15vh; margin-bottom: 2vh;
}
.logo_above_content_nav img{
padding-left:2vh; clear: both; height: 100%;
}
- your_position{
width: 100%; height: 30px; line-height: 30px; display: flex; flex-direction: row; justify-content:flex-start; align-items: center; display: none;
}
.container_of_content_nav_item{
width: 100%; border:none; border-radius: 2vw; background-color: blueviolet;
}
.content_nav_item_list{
width: 100%;
}
.content_nav_item {
height: 3vw; line-height: 3vw; padding: 5px 2vw 5px 2vw; text-decoration: none; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
}
.content_nav_item img{
width: 2.5vw; transition: transform 0.5s; -moz-transition: transform 0.5s; /* Firefox 4 */ -webkit-transition: transform 0.5s; /* Safari 和 Chrome */ -o-transition: transform 0.5s; /* Opera */
}
.content_nav_item a{
padding-left: 2vw; text-align: left; width: 10vw; font-size:1.2vw;
}
.content_text{
padding-left:30%; padding-top:3vh; width:58%; position:relative;
}
.text{
width:100%; padding:10px;
}
.text h1,.text h2{
padding-top:10px; padding-bottom:10px;
}
.text h1{
font-size: 1.6vw;
}
.text h2, .text h2 a {
font-size: 1.4vw;
}
.text a{
font-size: 1.2vw !important;
}
.text p{
word-break: normal; padding:5px; line-height: 30px; font-size: 1.2vw !important;
}
p.fig_illustration{
font-weight: bold; text-align: center; padding-top:10px; padding-bottom: 20px;
}
p.table_illustration{
font-weight: bold; text-align: center; padding-top:20px; padding-bottom: 10px;
}
.place_holder{
position:absolute; width: 30%; height: 100px; top:-100px; display: block;
}
.text a{
text-decoration-line: none; padding:10px; position: relative;
}
div.img_in_text{
width:100%; height: auto; margin: 0 auto; display: inline-block; text-align: center; padding-top:10px;
}
.text img{
width: 80%; margin:0 auto;
}
div.table_in_text{
width: 100%; height: auto; text-align: center;
}
.table_in_text table{
width:80%; text-align: center; margin: 0 auto;
}
- return_to_top_column{
width:12%; height: auto; display: block;
}
- return_to_top_button{
display: none; position: fixed; right: 3vw; bottom: 10vh; background-image: url(); background-size:100%; background-repeat: no-repeat; width:4vw; height: 10vw; line-height: 60px; text-align: center; cursor:pointer; z-index: 2;
}
- return_to_top_button::after{
content:""; position: absolute; top:0; left:0; right:0; bottom: 0; z-index: -1; background-color: none; transform:rotate(45deg); transform-origin: 50% 50%; -moz-transform:rotate(45deg); -webkit-transform: rotate(45deg);
}
.zoom_out_box{
display: none; position: fixed; width: 100%; height: 100%; top:0; bottom:0; left:0; right: 0; margin: 0; border: 0; background-color: rgba(0,0,0,0.7); z-index: 9990;
}
.zoom_out_album{
background-color: rgba(255,255,255,1); padding:15px; border-radius: 10px; z-index: 9991;
}