初始版本

This commit is contained in:
2026-04-19 01:39:41 +08:00
commit 2b4d3e9880
1272 changed files with 389959 additions and 0 deletions

197
statics/mobile/css/style.css Executable file
View File

@@ -0,0 +1,197 @@
/* CSS Document */
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,button{ margin:0; padding:0;}
html { width: 100%; font-family: 'Heiti SC', 'Microsoft YaHei'; font-size: 100px; outline: 0; -webkit-text-size-adjust:none;}
body { width:100%; margin: 0; -webkit-user-select: none; position: relative; background-color:#fff;font-family: "microsoft yahei";}
a:hover,a:link,a:visited,a{ color:inherit; text-decoration:none;}
ul,li{list-style:none}
footer{ position:fixed; bottom:0; width:4rem; height:55px; line-height:55px; background-color:#ECECEC;}
footer .ft-lt{ float:left; width:2.749rem; height:55px;}
footer .ft-lt p{ float:left; margin-left:0.15rem; font-size:18px;}
footer .ft-rt{ float:left; width:1.25rem; height:55px; background-color:#39B867;}
footer .ft-rt p{ font-size:20px; color:#fff; text-align:center;}
.jq{ width:3rem; height:0.8rem;}
.mui-bar-nav {
position: fixed;
background: #FC605A;
font-size: 24px;
top: 0;
right: 0;
left: 0;
z-index: 10;
height: 63.98px;;
}
.top-sch-box{
float:left;
height: 40px;
line-height: 40px;
margin-left: 13px;
margin-top: 12px;
margin-right: 13px;
padding-left: 13px;
padding-right: 13px;
font-size: 16px;
color: #9e9e9e;
background-color: #f8f8f8;
-webkit-border-radius: 1000px;
border-radius: 1000px;
width:-webkit-calc(100% - 201px);
width:-moz-calc(100% - 201px);
width:calc(100% - 201px);
}
.top-sch-box .fdj {
color: #ff0000;
font-size: 25px;
}
.top-sch-box .sch-input {
padding: 0 13px;
margin: 0;
height: 40px;
line-height: 40px;
border: none;
outline: none;
background: transparent;
font-size: 12px;
color: #666;
width: 100%;
}
.s_empty{font-size:13px;display:none;text-align:center;height:100px;line-height:100px;background-color:white;color:#999;}
.main_nav {width:300px; height:60px; margin:60px auto 10px auto}
.main_nav li{float:left; width:60px; margin-right:10px; font-size:16px;
padding: .6em 1em;
border-radius: 3em;
background: #2f889a;
text-align:center
}
.main_nav li a{color:#fff}
.cd-user-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(52, 54, 66, 0.9);
z-index: 3;
overflow-y: auto;
cursor: pointer;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
-moz-transition: opacity 0.3s 0, visibility 0 0.3s;
transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.3s 0, visibility 0 0;
-moz-transition: opacity 0.3s 0, visibility 0 0;
transition: opacity 0.3s 0, visibility 0 0;
}
.cd-form {
padding: 10px;
}
.cd-form .fieldset {
position: relative;
margin:20px auto;
}
.cd-form .fieldset:first-child {
margin-top: 0;
}
.cd-form .fieldset:last-child {
margin-bottom: 0;
}
.cd-form label {
font-size: 16px;
}
.cd-form label.image-replace {
/* replace text with an icon */
display: inline-block;
position: absolute;
left: 15px;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 20px;
width: 20px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
text-shadow: none;
background-repeat: no-repeat;
background-position: 50% 0;
}
.cd-form label.cd-username {
background-image: url("../img/cd-icon-username.svg");
}
.cd-form label.cd-email {
background-image: url("../img/cd-icon-email.svg");
}
.cd-form label.cd-password {
background-image: url("../img/cd-icon-password.svg");
}
.cd-form input {
float:left;
margin: 0;
padding: 0;
border-radius: 3px;
}
.cd-form input.full-width {
margin-left:5%;width:60%;
}
.cd-form input.full-width2 {
width: 40%;margin-left:5%;
}
.cd-form input.full-width3 {
width: 40%;margin-left:10%;
}
.cd-form input.full-width4 {
margin-left:5%;width:85%;
}
.cd-form input.has-padding {
padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
border: 1px solid #d2d8d8;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.cd-form input.has-border:focus {
border-color: #343642;
box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
outline: none;
}
.cd-form input.has-error {
border: 1px solid #d76666;
}
.cd-form input[type=password] {
/* space left for the HIDE button */
padding-right: 65px;
}
.cd-form input[type=submit] {
padding: 16px 0;
cursor: pointer;
background: #2f889a;
color: #FFF;
font-weight: bold;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
background: #3599ae;
outline: none;
}