first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
body {
background: #fff;
}
.top-title {
width: 100%;
height: 4rem;
display: flex;
justify-content: space-around;
align-items: center;
padding: 0 .5rem;
}
.top-title h2{
font-size: .54rem;
padding-left: .4rem;
}

View File

@@ -0,0 +1,67 @@
body {
background: #fff !important;
}
.class-title{
margin-bottom: .42rem;
}
.class-title h2{
font-size: .64rem;
margin-bottom: .2rem;
}
.class-title p{
color: #8d8d8d;
}
.g-view {
padding: 0 .3rem;
}
.cell-item {
box-shadow: 0 0 .12rem #e8e8e8;
}
.class-caipu ul {
display: flex;
flex-wrap: wrap;
}
.class-caipu ul li{
width: 30%;
margin-right: .3rem;
position: relative;
margin-bottom: .3rem;
}
.class-caipu ul li:nth-child(3n){
margin-right: 0;
}
.class-caipu ul li img{
width: 100%;
}
.class-caipu ul li div{
position: absolute;
width: 100%;
height: 2.07rem;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.28);
}
.class-caipu ul li p{
position: absolute;
z-index: 3;
color: #fff;
left: 50%;
top: 50%;
margin-left: -0.24rem;
margin-top: -0.18rem;
}
.caipu-title {
display: flex;
justify-content: space-between;
height: .68rem;
align-items: center;
}
.caipu-title h3{
font-size: .3rem;
}
.caipu-title span{
font-size: .24rem;
color: #8d8d8d
}

View File

@@ -0,0 +1,3 @@
.m-tabbar.tabbar-fixed {
bottom: -1px;
}

View File

@@ -0,0 +1,52 @@
.m-slider {
width: 95% !important;
margin: .1rem auto;
}
.slider-item {
width: 100% !important;
}
.m-grids-4 .grids-item:not(:nth-child(4n)):before,
.m-grids-2:before, .m-grids-3:before, .m-grids-4:before, .m-grids-5:before {
border: none !important;
}
.grids-icon {
height: auto;
}
.grids-icon img{
width: .9rem;
height: .9rem;
}
.grids-txt {
margin-top: .2rem;
}
.list-theme3 .list-item:nth-child(odd):after,
.list-theme3 .list-item:before {
border: none;
}
.list-cp {
margin-top: .4rem;
}
.list-title {
display: flex;
width: 100%;
justify-content: center;
height: 1rem;
align-items: center;
}
.list-title img{
width: .6rem;
height: .6rem;
}
.list-info {
margin-left: .2rem;
}
.list-info span{
font-size: .36rem;
color: #333;
}
.list-info p{
font-size: .2rem;
color: #999;
line-height: .24rem;
}

View File

@@ -0,0 +1,95 @@
body {
background: #fff;
}
.m-navbar {
background: rgba(255, 255, 255, 0);
position: fixed;
width: 100%;
top: 0;
z-index: 99;
transition: all 1s;
}
.active {
background: rgba(0, 0, 0, 0.41);
}
.g-view:before {
height: 0 !important;
}
.m-navbar:after{
border: none !important;
}
.navbar-center .navbar-title {
color: #fff;
}
.cell-icon:before {
color: #fff !important;
}
.info-top {
width: 100%;
height: 4.5rem;
background: url("../img/info_1.jpg") center /cover no-repeat;
background-size: cover;
}
.top-zhezhao {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.42);
}
.info-title,
.info-list-item{
padding: .24rem;
}
.info-title{
margin-bottom: .4rem;
}
.info-title h2{
font-size: .48rem;
color: #000;
margin-bottom: .2rem;
}
.info-title p{
font-weight: 300;
color: #666;
text-align: justify;
font-size: .34rem;
color: #333;
line-height: .5rem;
}
.info-list-item {
margin-bottom: .2rem;
}
.info-list-item h2{
height: .72rem;
line-height: .72rem;
font-size: .32rem;
color: #333;
font-weight: 900;
}
.info-list-item p{
color: #333;
font-size: .32rem;
font-weight: 300;
line-height: .48rem;
padding-bottom: .2rem;
}
.step-item h2{
height: .88rem;
line-height: .88rem;
color: #333;
font-size: .38rem;
margin: .6rem 0 .2rem;
text-align: center;
display: block;
font-weight: 500;
}
.step-item p {
font-size: .34rem;
line-height: .5rem;
color: #333;
font-weight: 300;
text-align: justify;
padding: .32rem .4rem;
}
.step-item img {
width: 100%;
}

View File

@@ -0,0 +1,3 @@
.g-view:before {
height: 0;
}

View File

@@ -0,0 +1,44 @@
body {
background: #fff;
}
.view-main,.g-view {
height: 100%;
}
.view-main .view-left {
width: 25%;
height: 100%;
float: left;
border-right: .02rem solid #e8e8e8;
position: fixed;
top: .9rem;
left: 0;
overflow-y: scroll;
}
.view-main .view-right {
width: 75%;
height: 100%;
float: left;
position: fixed;
left: 1.875rem;
top: .9rem;
overflow-y: scroll;
}
.view-main .view-right li{
float: left;
padding: .2rem;
}
.view-right ul{
padding-left: .2rem;
}
.view-main .view-left ul li{
height: .8rem;
line-height: .8rem;
text-align: center;
}
.view-main .view-left ul li:last-child{
margin-bottom: 42px;
}
.active {
color: red;
}

View File

@@ -0,0 +1,14 @@
.g-view:before {
height: 0 !important;
}
.m-navbar:after,
.m-cell:after {
border-bottom: none !important;
}
body {
background: #fff;
}
.cell-input {
background: #f7f7f7;
padding-left: 10px;
}

View File

@@ -0,0 +1,268 @@
@font-face {
font-family:"socialshare";src:url("https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/fonts/iconfont.eot");src:url("https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/fonts/iconfont.woff") format("woff"),url("https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/fonts/iconfont.ttf") format("truetype"),url("https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/fonts/iconfont.svg#iconfont") format("svg")
}
.social-share {
font-family: "socialshare" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale
}
.social-share * {
font-family: "socialshare" !important
}
.social-share .icons-tencent:before {
content: "\f07a"
}
.social-share .icons-qq:before {
content: "\f11a"
}
.social-share .icons-weibo:before {
content: "\f12a"
}
.social-share .icons-wechat:before {
content: "\f09a"
}
.social-share .icons-douban:before {
content: "\f10a"
}
.social-share .icons-heart:before {
content: "\f20a"
}
.social-share .icons-like:before {
content: "\f00a"
}
.social-share .icons-qzone:before {
content: "\f08a"
}
.social-share .icons-linkedin:before {
content: "\f01a"
}
.social-share .icons-diandian:before {
content: "\f05a"
}
.social-share .icons-facebook:before {
content: "\f03a"
}
.social-share .icons-google:before {
content: "\f04a"
}
.social-share .icons-twitter:before {
content: "\f06a"
}
.social-share a {
position: relative;
text-decoration: none;
margin: 4px;
display: inline-block;
outline: none
}
.social-share .social-share-icon {
position: relative;
display: inline-block;
width: 32px;
height: 32px;
font-size: 20px;
border-radius: 50%;
line-height: 32px;
border: 1px solid #666;
color: #666;
text-align: center;
vertical-align: middle;
transition: background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover {
background: #666;
color: #fff
}
.social-share .icons-weibo {
color: #ff763b;
border-color: #ff763b
}
.social-share .icons-weibo:hover {
background: #ff763b
}
.social-share .icons-tencent {
color: #56b6e7;
border-color: #56b6e7
}
.social-share .icons-tencent:hover {
background: #56b6e7
}
.social-share .icons-qq {
color: #56b6e7;
border-color: #56b6e7
}
.social-share .icons-qq:hover {
background: #56b6e7
}
.social-share .icons-qzone {
color: #FDBE3D;
border-color: #FDBE3D
}
.social-share .icons-qzone:hover {
background: #FDBE3D
}
.social-share .icons-douban {
color: #33b045;
border-color: #33b045
}
.social-share .icons-douban:hover {
background: #33b045
}
.social-share .icons-linkedin {
color: #0077B5;
border-color: #0077B5
}
.social-share .icons-linkedin:hover {
background: #0077B5
}
.social-share .icons-facebook {
color: #44619D;
border-color: #44619D
}
.social-share .icons-facebook:hover {
background: #44619D
}
.social-share .icons-google {
color: #db4437;
border-color: #db4437
}
.social-share .icons-google:hover {
background: #db4437
}
.social-share .icons-twitter {
color: #55acee;
border-color: #55acee
}
.social-share .icons-twitter:hover {
background: #55acee
}
.social-share .icons-diandian {
color: #307DCA;
border-color: #307DCA
}
.social-share .icons-diandian:hover {
background: #307DCA
}
.social-share .icons-wechat {
position: relative;
color: #7bc549;
border-color: #7bc549
}
.social-share .icons-wechat:hover {
background: #7bc549
}
.social-share .icons-wechat .wechat-qrcode {
display: none;
border: 1px solid #eee;
position: absolute;
z-index: 9;
top: -205px;
left: -84px;
width: 200px;
height: 192px;
color: #666;
font-size: 12px;
text-align: center;
background-color: #fff;
box-shadow: 0 2px 10px #aaa;
transition: all 200ms;
-webkit-tansition: all 350ms;
-moz-transition: all 350ms
}
.social-share .icons-wechat .wechat-qrcode.bottom {
top: 40px;
left: -84px
}
.social-share .icons-wechat .wechat-qrcode.bottom:after {
display: none
}
.social-share .icons-wechat .wechat-qrcode h4 {
font-weight: normal;
height: 26px;
line-height: 26px;
font-size: 12px;
background-color: #f3f3f3;
margin: 0;
padding: 0;
color: #777
}
.social-share .icons-wechat .wechat-qrcode .qrcode {
width: 105px;
margin: 10px auto
}
.social-share .icons-wechat .wechat-qrcode .qrcode table {
margin: 0 !important
}
.social-share .icons-wechat .wechat-qrcode .help p {
font-weight: normal;
line-height: 16px;
padding: 0;
margin: 0
}
.social-share .icons-wechat .wechat-qrcode:after {
content: '';
position: absolute;
left: 50%;
margin-left: -6px;
bottom: -13px;
width: 0;
height: 0;
border-width: 8px 6px 6px 6px;
border-style: solid;
border-color: #fff transparent transparent transparent
}
.social-share .icons-wechat:hover .wechat-qrcode {
display: block
}

File diff suppressed because one or more lines are too long