first commit
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
body{
|
||||
font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
color: #515151;
|
||||
background: #e1e1e1;
|
||||
height: 100%;
|
||||
}
|
||||
.img-box{
|
||||
width: 100%;
|
||||
height: 70%;
|
||||
margin: 80px auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.img-box img{
|
||||
max-width: 80%;
|
||||
max-height: 80%;
|
||||
}
|
||||
.btn-copy{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background-color: #54708c;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
bottom: 50px;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.my-btn-back-works-home{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background-color: #54708c;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.my-btn-back-template-home{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background-color: #54708c;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.info{
|
||||
width: 60px;
|
||||
/* left: 50%;
|
||||
margin-left: -30px; */
|
||||
margin: auto;
|
||||
border-radius: 10px;
|
||||
bottom: 50px;
|
||||
border-radius: 20px;
|
||||
background: rgba(0,0,0,.2);
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1,332 @@
|
||||
.header{
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 14px !important;
|
||||
background-color:#54708c;
|
||||
z-index: 9999;
|
||||
}
|
||||
.header .classify{
|
||||
line-height: 60px;
|
||||
color: #fff;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.my-classify{
|
||||
line-height: 60px;
|
||||
color: #fff;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.serch {
|
||||
flex:1;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
}
|
||||
.serch input{
|
||||
height:38px !important;
|
||||
width: 100% !important;
|
||||
padding-left: 33px !important;
|
||||
border-radius: 19px !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.serch img{
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 3px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
.header-cater{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
line-height: 50px;
|
||||
background-color:#fff;
|
||||
z-index: 9999;
|
||||
border-bottom: 1px solid #ababab;
|
||||
}
|
||||
.select{
|
||||
width: 100%;
|
||||
/* height: 104px; */
|
||||
padding: 10px;
|
||||
position: fixed;
|
||||
top: 110px;
|
||||
background-color: #fff;
|
||||
z-index: 999;
|
||||
}
|
||||
.text-value{
|
||||
display: inline-block;
|
||||
line-height: 24px;
|
||||
background-color: #f2f2f2;
|
||||
color: #999;
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 4px 15px;
|
||||
border-radius: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.header-cater .header-cater-rigth{
|
||||
flex: 1;
|
||||
/* color: #54708c; */
|
||||
border-bottom: 2px solid #54708c;
|
||||
text-align: center;
|
||||
}
|
||||
.header-cater .header-cater-left{
|
||||
flex: 1;
|
||||
/* color: #54708c; */
|
||||
/* border-bottom: 2px solid #54708c; */
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
.header-cater-left .dom-arrow{
|
||||
position: absolute;
|
||||
display: none;
|
||||
right: 26px;
|
||||
top: 18px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url(../images/xjt.png) no-repeat;
|
||||
}
|
||||
.commodity-box{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
background-color: #fff;
|
||||
}
|
||||
.commodity-box ul {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.commodity-box ul li {
|
||||
width: 48%;
|
||||
display: flex;
|
||||
position: relative;
|
||||
height: 352px;
|
||||
margin: 10px 0 0 5px;
|
||||
}
|
||||
.son-box{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* background-color: pink; */
|
||||
}
|
||||
.son-box .son-box-item{
|
||||
width: 100%;
|
||||
height: 267px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
background: #e1e1e1;
|
||||
}
|
||||
.son-box .son-box-item-card{
|
||||
width: 100%;
|
||||
height: 238px;;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
background: #e1e1e1;
|
||||
}
|
||||
.son-box-item a{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.son-box-item-card a{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.son-box-item a img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.son-box-item-card a img{
|
||||
width: 100%;
|
||||
height: 218px;
|
||||
}
|
||||
.son-box-item-bottom .idName{
|
||||
color: #4a89dc;
|
||||
font-size: 14px;
|
||||
}
|
||||
.son-box-item-footer{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.son-box-item-footer .one{
|
||||
color: #ababab;
|
||||
}
|
||||
.son-box-item-footer .two{
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
border: 1px solid #ababab;;
|
||||
border-radius: 10px;
|
||||
color: #ababab;
|
||||
}
|
||||
|
||||
/* mui样式 */
|
||||
.mui-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 998;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
}
|
||||
/* 控制显示隐藏 */
|
||||
.none{
|
||||
display: none;
|
||||
}
|
||||
.block{
|
||||
display: block;
|
||||
}
|
||||
.active{
|
||||
background-color: #34495e;
|
||||
color: #fff;
|
||||
}
|
||||
/* 分类 */
|
||||
.cates-box{
|
||||
display: none;
|
||||
position: relative;
|
||||
}
|
||||
.box-showdom{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 99999;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
transition-duration: .3s;
|
||||
}
|
||||
.box-white{
|
||||
width: 77%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 999999;
|
||||
background-color: #fff;
|
||||
transform: translateX(30%);
|
||||
transition-duration: .3s;
|
||||
}
|
||||
.catres{
|
||||
font-size: 16px !important;
|
||||
color: #000 !important;
|
||||
margin: 10px 10px;
|
||||
}
|
||||
.my-style{
|
||||
width: 100%;
|
||||
height: 104px;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
margin-bottom: 220px;
|
||||
}
|
||||
.catres-value{
|
||||
display: inline-block;
|
||||
line-height: 24px;
|
||||
background-color: #f2f2f2;
|
||||
color: #999;
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 4px 15px;
|
||||
border-radius: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.my-style-btn{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
height: 40px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
background: #54708c;
|
||||
font-size: 16px;
|
||||
}
|
||||
.my-style-btn-template-home{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
height: 40px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
background: #54708c;
|
||||
font-size: 16px;
|
||||
}
|
||||
.actives{
|
||||
background-color: #34495e;
|
||||
color: #fff;
|
||||
}
|
||||
/* 返回顶部 */
|
||||
.top{
|
||||
display: inline-block;
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 120px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: rgba(255,255,255,.8);
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
font-size: .16rem;
|
||||
color: #999;
|
||||
line-height: .2rem;
|
||||
transition-duration: .5s;
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
}
|
||||
.top img{
|
||||
margin-top: 3px;
|
||||
}
|
||||
.top .top-text{
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
/* 搜索显示 */
|
||||
.serch-show{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
font-size: 14px;
|
||||
color: #727272;
|
||||
width: 100%;
|
||||
background: #f5f5f5;
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 热度红心样式 */
|
||||
.son-box-item-bottom .heat{
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
}
|
||||
.heat{
|
||||
margin: 0 !important;
|
||||
}
|
||||
.heat img{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
*{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
width: 100%;
|
||||
min-width: 320px;
|
||||
max-width: 540px;
|
||||
margin: 0 auto;
|
||||
font-size: 16px;
|
||||
font-family: -apple-system, Helvetica, sans-serif;
|
||||
}
|
||||
.clearfix:after{
|
||||
content:""; /*设置内容为空*/
|
||||
height:0; /*高度为0*/
|
||||
line-height:0; /*行高为0*/
|
||||
display:block; /*将文本转为块级元素*/
|
||||
visibility:hidden; /*将元素隐藏*/
|
||||
clear:both; /*清除浮动*/
|
||||
}
|
||||
.clearfix{
|
||||
zoom:1; /*为了兼容IE*/
|
||||
}
|
||||
a{
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
input{
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
li{
|
||||
list-style: none;
|
||||
}
|
||||
.tag{
|
||||
border-bottom-color: #747bff;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
top: -45px;
|
||||
left: -45px;
|
||||
border: 45px solid transparent;
|
||||
border-bottom: 45px solid #747bff;
|
||||
transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
/* left: -35px; */
|
||||
z-index: 10;
|
||||
}
|
||||
.tag label{
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: -45px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
display: block;
|
||||
width: 90px;
|
||||
text-align: center;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,85 @@
|
||||
/**
|
||||
* 选择列表插件
|
||||
* varstion 2.0.0
|
||||
* by Houfeng
|
||||
* Houfeng@DCloud.io
|
||||
*/
|
||||
|
||||
.mui-picker {
|
||||
background-color: #ddd;
|
||||
position: relative;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
border: solid 1px rgba(0, 0, 0, 0.1);
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.mui-picker-inner {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
|
||||
-webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
|
||||
}
|
||||
.mui-pciker-list,
|
||||
.mui-pciker-rule {
|
||||
box-sizing: border-box;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 50%;
|
||||
margin-top: -18px;
|
||||
}
|
||||
.mui-pciker-rule-bg {
|
||||
z-index: 0;
|
||||
/*background-color: #cfd5da;*/
|
||||
}
|
||||
.mui-pciker-rule-ft {
|
||||
z-index: 2;
|
||||
border-top: solid 1px rgba(0, 0, 0, 0.1);
|
||||
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
||||
/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
|
||||
/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
|
||||
}
|
||||
.mui-pciker-list {
|
||||
z-index: 1;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-style: preserve-3d;
|
||||
-webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
|
||||
transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
|
||||
}
|
||||
.mui-pciker-list li {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
font-size: 16px;
|
||||
font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
|
||||
color: #888;
|
||||
padding: 0px 8px;
|
||||
white-space: nowrap;
|
||||
-webkit-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
visibility: hidden;
|
||||
}
|
||||
.mui-pciker-list li.highlight,
|
||||
.mui-pciker-list li.visible {
|
||||
visibility: visible;
|
||||
}
|
||||
.mui-pciker-list li.highlight {
|
||||
color: #222;
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
.mui-poppicker {
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
background-color: #eee;
|
||||
border-top: solid 1px #ccc;
|
||||
box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1);
|
||||
-webkit-transition: .3s;
|
||||
bottom: 0px;
|
||||
-webkit-transform: translateY(300px);
|
||||
}
|
||||
.mui-poppicker.mui-active {
|
||||
-webkit-transform: translateY(0px);
|
||||
}
|
||||
.mui-android-5-1 .mui-poppicker {
|
||||
bottom: -300px;
|
||||
-webkit-transition-property: bottom;
|
||||
-webkit-transform: none;
|
||||
}
|
||||
.mui-android-5-1 .mui-poppicker.mui-active {
|
||||
bottom: 0px;
|
||||
-webkit-transition-property: bottom;
|
||||
-webkit-transform: none;
|
||||
}
|
||||
.mui-poppicker-header {
|
||||
padding: 6px;
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
}
|
||||
.mui-poppicker-header .mui-btn {
|
||||
font-size: 12px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.mui-poppicker-btn-cancel {
|
||||
float: left;
|
||||
}
|
||||
.mui-poppicker-btn-ok {
|
||||
float: right;
|
||||
}
|
||||
.mui-poppicker-clear {
|
||||
clear: both;
|
||||
height: 0px;
|
||||
line-height: 0px;
|
||||
font-size: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mui-poppicker-body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
border-top: solid 1px #ddd;
|
||||
/*-webkit-perspective: 1200px;
|
||||
perspective: 1200px;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
transform-style: preserve-3d;*/
|
||||
}
|
||||
.mui-poppicker-body .mui-picker {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
border: none;
|
||||
float: left;
|
||||
}
|
||||
@@ -0,0 +1,201 @@
|
||||
/*
|
||||
*{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
*/
|
||||
|
||||
.ht-page-hide {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.ht-page {
|
||||
padding: 30px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.ht-page span {
|
||||
vertical-align: middle
|
||||
}
|
||||
|
||||
.ht-page a {
|
||||
text-decoration: none;
|
||||
color: #555;
|
||||
outline: 0
|
||||
}
|
||||
|
||||
.ht-page .pagebtn {
|
||||
width: 52px;
|
||||
height: 30px;
|
||||
background: #1875f0;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ht-page .pagebtn:hover {
|
||||
background: #1875f0
|
||||
}
|
||||
|
||||
.ht-page .previous {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border: 1px solid #e9e9e9;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
background: url(../images/page-left.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .previous.disable {
|
||||
display: inline-block;
|
||||
padding: 0 15px;
|
||||
background: url(../images/page-disabled.png) no-repeat center;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.ht-page .previous.disable:hover {
|
||||
background: url(../images/page-disabled-hover.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .previous:hover {
|
||||
background: url(../images/page-left-hover.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .previous a {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 15px
|
||||
}
|
||||
|
||||
.ht-page .next {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border: 1px solid #e9e9e9;
|
||||
border-left: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
background: url(../images/page-right.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .next:hover {
|
||||
background: url(../images/page-right-hover.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .next.disable {
|
||||
display: inline-block;
|
||||
padding: 0 15px;
|
||||
cursor: default;
|
||||
background: url(../images/page-disabled.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .next.disable:hover {
|
||||
background: url(../images/page-disabled-hover.png) no-repeat center
|
||||
}
|
||||
|
||||
.ht-page .next a {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 15px
|
||||
}
|
||||
|
||||
.ht-page .num {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border: 1px solid #e9e9e9;
|
||||
border-left: 0
|
||||
}
|
||||
|
||||
.ht-page .num.current {
|
||||
padding: 0 15px;
|
||||
background: #f1f1f1
|
||||
}
|
||||
|
||||
.ht-page .num a {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 15px
|
||||
}
|
||||
|
||||
.ht-page .num a:hover {
|
||||
color: #555;
|
||||
background: #f1f1f1
|
||||
}
|
||||
|
||||
.ht-page .dots {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
border: 1px solid #e9e9e9;
|
||||
border-left: 0;
|
||||
padding: 0 15px
|
||||
}
|
||||
|
||||
.ht-page .total {
|
||||
margin-left: 20px;
|
||||
margin-right: 10px
|
||||
}
|
||||
|
||||
.ht-page .total.total_page {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px
|
||||
}
|
||||
|
||||
.ht-page .page_jump {
|
||||
margin: 0 10px
|
||||
}
|
||||
|
||||
.ht-page .pageInput {
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
border: 1px solid #e9e9e9;
|
||||
outline: 0;
|
||||
border-radius: 4px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.ht-page .pageInput:focus {
|
||||
border: 1px solid #1875f0
|
||||
}
|
||||
|
||||
@media screen and (max-width: 799px) {
|
||||
.ht-page {
|
||||
padding:10px 0
|
||||
}
|
||||
|
||||
.ht-page .num,.ht-page .dots,.ht-page .total {
|
||||
display: none
|
||||
}
|
||||
|
||||
.ht-page .num.current {
|
||||
display: inline-block;
|
||||
padding: 0 10px
|
||||
}
|
||||
|
||||
.ht-page .total.total_page {
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
/*
|
||||
.ht-page .pageInput,.ht-page .pagebtn {
|
||||
width: 40px
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
.ht-page .pagebtn {
|
||||
display: none
|
||||
}
|
||||
*/
|
||||
|
||||
.ht-page .page_jump {
|
||||
margin: 0 5px
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user