Skip to content

Commit

Permalink
deploy: c6a0332
Browse files Browse the repository at this point in the history
  • Loading branch information
lopins committed Nov 1, 2024
1 parent 8bb96ef commit 339fbb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
8 changes: 3 additions & 5 deletions css/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,9 @@ input{font-family:'Ping hei','Source Han Sans';}

.version_box ul,.version_box li,.version_box dd{ list-style: none; margin: 0px; padding: 0px;}
.version_box li,.version_box dd{ display: inline-block;
width: 85px;
height: 85px;
line-height: 85px;
/*height: 85px;*/
/*line-height: 85px;*/
width: 80px;
height: 80px;
line-height: 80px;
border: 1px solid #e1e1e1;
text-align: center;
color: #b2b2b2;
Expand Down
21 changes: 10 additions & 11 deletions css/windows.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
}
@media screen and (min-width: 640px) {
.left,.right{width: 50%;}
}
@media screen and (max-width: 640px) {
.download_content{margin: 0 auto;width: 95%;}
}

.left{
background: #14cc70;
/* display: table; */
Expand Down Expand Up @@ -70,15 +73,11 @@
display: table-cell;
vertical-align: middle;
box-sizing: border-box;
margin: 0 auto;
width: 90%;
}
@media screen and (max-width: 640px){
.version_box{
margin: 0 auto;
width: 95%;
}
.version_box .choose,.version_box .tip_title,.version_box .down_btn{
text-align: center;
}
.version_box .choose,.version_box .tip_title,.version_box .down_btn{
text-align: center;
}
.form_group{
margin: 40px 0;
Expand Down Expand Up @@ -270,7 +269,7 @@
box-sizing: border-box;
}
@media screen and (max-width: 640px) {
.index_footer{height: 100px;width: 100%;}
.index_footer{width: 100%;}
.index_footer a:nth-last-child(-n+3) {display: none;}
}

Expand All @@ -292,12 +291,12 @@
left: -80px;
}
.version_content{
height: calc(100% - 100px);
height: calc(100% - 50px);
overflow: auto;
display: block !important;
/* margin-top: 120px; */
}
@media screen and (min-width: 640px) {.version_content{width: 95%;margin: 0 auto;}}
@media screen and (min-width: 640px) {.version_content{width: 90%;margin: 0 auto;}}

#dialog{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:9999; display: none}
#dialog .close_btn{ width:40px; height:40px; position:absolute; right:38px; top:-30px; background:url(images/close_btn.png) no-repeat center #000000; display:block;box-shadow: 2px 2px 10px #888888; cursor:pointer;}
Expand Down

0 comments on commit 339fbb2

Please sign in to comment.