header {
|
width: 100%;
|
line-height: 44px;
|
box-sizing: border-box;
|
color: #666;
|
background: #fff;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 20;
|
}
|
|
header h3 {
|
text-align: center;
|
border-bottom: 1px solid #efefef;
|
overflow: hidden;
|
box-sizing: border-box;
|
padding-right: 10px;
|
font-size: 18px;
|
}
|
|
header h3 a {
|
float: left;
|
display: inline-block;
|
padding-left: 10px;
|
color: #666;
|
font-size: 16px;
|
}
|
|
.cont {
|
background: #fff;
|
padding: 5px;
|
/*padding-top: 74px !important;*/
|
}
|
|
.titie-pic {
|
overflow: hidden;
|
padding: 0 5px;
|
padding-bottom: 10px;
|
}
|
|
.titie-pic img {
|
width: 40px;
|
height: 40px;
|
border-radius: 50%;
|
float: left;
|
margin-right: 10px;
|
}
|
|
.titie-pic div {
|
height: 40px;
|
line-height: 44px;
|
}
|
|
.titie-pic strong {
|
color: #FF3283;
|
}
|
|
.titie-pic span {
|
color: #999;
|
font-size: 14px;
|
padding-left: 6px;
|
}
|
|
.text {
|
color: #333;
|
text-indent: 2em;
|
line-height: 26px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
margin-bottom: 10px;
|
padding-bottom: 2px;
|
padding: 0 5px;
|
font-size: 15px;
|
}
|
.min-pic{
|
width: 100%;
|
height: auto;
|
position: relative;
|
box-sizing: border-box;
|
padding: 0 4px;
|
overflow: hidden;
|
}
|
.mui-indicator{
|
opacity: 0;
|
}
|
.min-pic i {
|
display: inline-block;
|
background: #000;
|
opacity: 0.4;
|
color: #fff;
|
padding: 1px 10px;
|
border-radius: 12px;
|
font-size: 12px;
|
position: absolute;
|
bottom: 12px;
|
right: 16px;
|
z-index: 2;
|
}
|
|
.min-pic img {
|
width: 100%;
|
border-radius: 2px;
|
float: left;
|
}
|
|
.detil {
|
overflow: hidden;
|
padding: 12px 5px;
|
background: #F5F5F5;
|
margin-top: 16px;
|
border-radius: 5px;
|
margin-bottom: 18px;
|
}
|
|
.detil img {
|
width: 60px;
|
float: left;
|
margin-right: 10px;
|
border-radius: 4px;
|
}
|
|
.detil div {
|
overflow: hidden;
|
height: 60px;
|
padding: 5px;
|
color: #333;
|
}
|
|
.detil div .tb {
|
display: inline-block;
|
padding: 0px 6px;
|
font-size: 12px;
|
background: #FF4700;
|
color: #fff;
|
border-radius: 4px;
|
margin-right: 10px;
|
position: relative;
|
top: -1px;
|
}
|
.detil div .tm {
|
display: inline-block;
|
padding: 1px 6px;
|
font-size: 12px;
|
background: #FF3E96;
|
color: #fff;
|
border-radius: 4px;
|
margin-right: 10px;
|
position: relative;
|
top: -1px;
|
}
|
|
.detil div .txt {
|
display: inline-block;
|
width: 100%;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
padding: 2px 0;
|
font-size: 15px;
|
}
|
|
.detil div .price {
|
font-size: 20px;
|
color: #FF3247;
|
}
|
|
.detil div .fr {
|
color: #FF3283;
|
}
|
|
.detil div .fr i {
|
display: inline-block;
|
padding: 0 14px;
|
background: #FF3283;
|
color: #fff;
|
border-radius: 4px;
|
font-size: 12px;
|
vertical-align: middle;
|
position: relative;
|
top: -1px;
|
}
|
|
.btn {
|
display: inline-block;
|
width: 100%;
|
text-align: center;
|
margin-bottom: 24px;
|
}
|
|
.btn span {
|
display: inline-block;
|
background: url(../img/btn.png) no-repeat center;
|
background-size: 100% 100%;
|
padding: 6px 40px;
|
border-radius: 25px;
|
padding-bottom: 0px;
|
color: #fff;
|
}
|
|
.btn i {
|
display: block;
|
margin: auto;
|
width: 24px;
|
height: 20px;
|
margin-bottom: 2px;
|
background: url(../img/bx.png) no-repeat center center;
|
background-size: 100% 100%;
|
}
|
|
.line {
|
border-top: 1px solid #EFEFEF;
|
height: 1px;
|
position: relative;
|
margin-bottom: 10px;
|
margin-top: 2px;
|
}
|
|
.line h5 {
|
background: white;
|
display: inline-block;
|
width: 160px;
|
text-align: center;
|
font-size: 16px;
|
color: #666;
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
margin-left: -80px;
|
margin-top: -10px;
|
}
|
|
|
/*分享图标*/
|
|
.cont-icon {
|
overflow: hidden;
|
box-sizing: border-box;
|
padding: 5px;
|
padding-top: 0;
|
}
|
|
.cont-icon li {
|
width: 20%;
|
/*border: 1px solid forestgreen;*/
|
padding: 5px;
|
float: left;
|
box-sizing: border-box;
|
}
|
|
.cont-icon li a {
|
display: inline-block;
|
width: 100%;
|
height: 100%;
|
border-radius: 50%;
|
}
|
|
.cont-icon li:first-of-type a {
|
background: url(../img/wx.png) no-repeat center;
|
background-size: 70% 70%;
|
}
|
|
.cont-icon li:nth-of-type(2) a {
|
background: url(../img/qqq.png) no-repeat center;
|
background-size: 70% 70%;
|
}
|
|
.cont-icon li:nth-of-type(3) a {
|
background: url(../img/pyq.png) no-repeat center;
|
background-size: 70% 70%;
|
}
|
|
.cont-icon li:nth-of-type(4) a {
|
background: url(../img/kj.png) no-repeat center;
|
background-size: 70% 70%;
|
}
|
|
.cont-icon li:nth-of-type(5) a {
|
background: url(../img/wb.png) no-repeat center;
|
background-size: 70% 70%;
|
}
|
|
|
/*进度条*/
|
|
.bar {
|
background: #F5F5F5;
|
padding: 30px 0;
|
}
|
|
.bar div:first-of-type {
|
width: 60%;
|
margin: auto;
|
padding-bottom: 6px;
|
box-sizing: border-box;
|
}
|
|
.bar div:first-of-type span {
|
padding: 0 4px;
|
color: #333333;
|
}
|
|
.bar div:first-of-type span:last-of-type {
|
float: right;
|
}
|
|
.bar div:last-of-type {
|
height: 20px;
|
width: 60%;
|
background: #D9D9D9;
|
margin: auto;
|
}
|
|
.bar div:last-of-type .inner {
|
width: 80%;
|
height: 100%;
|
background: #FF4E95;
|
border-radius: 4px;
|
}
|
|
|
/*评论标题*/
|
|
.comment {
|
font-size: 14px;
|
color: #333;
|
background: #fff;
|
margin-bottom: 10px;
|
}
|
|
.comment .title {
|
border-top: 1px solid #EFEFEF;
|
border-bottom: 1px solid #EFEFEF;
|
padding: 14px 10px;
|
overflow: hidden;
|
}
|
|
.comment .title span:first-of-type i {
|
color: #FF4E95;
|
}
|
|
.comment .title span:last-of-type {
|
float: right;
|
color: #999;
|
}
|
/*评论内容*/
|
|
.list {
|
padding: 10px;
|
border-bottom: 1px solid #efefef;
|
}
|
|
.list img {
|
width: 40px;
|
height: 40px;
|
border-radius: 50%;
|
margin-right: 10px;
|
float: left;
|
}
|
|
.hed-txt div {
|
padding-bottom: 4px;
|
}
|
|
.hed-txt div p:first-of-type {
|
color: #FF4E95;
|
line-height: 24px;
|
}
|
|
.hed-txt div p:last-of-type {
|
color: #999;
|
}
|
|
.hed-txt .txt {
|
width: 100%;
|
line-height: 22px;
|
color: #333;
|
}
|
|
|
/*添加回复*/
|
|
.add {
|
|
border-bottom: 1px solid #efefef;
|
padding: 14px;
|
text-align: center;
|
color: #999;
|
}
|
|
.add i {
|
display: inline-block;
|
width: 20px;
|
height: 20px;
|
vertical-align: middle;
|
background: url(../img/pl.png) no-repeat center;
|
background-size: 80% 80%;
|
margin-right: 10px;
|
position: relative;
|
top: -2px;
|
}
|
|
|
/*相关推荐*/
|
|
.about {
|
background: #fff;
|
}
|
|
.about h4 {
|
padding: 14px 10px;
|
color: #666;
|
}
|
|
.about ul {
|
box-sizing: border-box;
|
padding: 5px;
|
overflow: hidden;
|
padding-bottom: 74px !important;
|
}
|
|
.about ul li {
|
float: left;
|
width: 33.3333%;
|
padding: 5px;
|
box-sizing: border-box;
|
}
|
|
.about ul li a {
|
display: inline-block;
|
width: 100%;
|
height: 100%;
|
position: relative;
|
}
|
|
.about ul li a img {
|
width: 100%;
|
border-radius: 8px;
|
border-bottom-right-radius: 0px;
|
}
|
|
.about ul li a i {
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
display: inline-block;
|
padding: 4px 16px;
|
background: rgba(255, 255, 255, 0.8);
|
}
|
.down{
|
width: 100%;
|
background: #303030;
|
opacity:0.78;
|
padding: 10px;
|
box-sizing: border-box;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
z-index:1;
|
}
|
.logo{
|
width: 50px;
|
height: 50px;
|
position: fixed;
|
bottom: 10px;
|
left: 10px;
|
z-index: 10;
|
}
|
.down .appname{
|
font-size: 16px;
|
color: #FFFFFF;
|
margin: 10px;
|
}
|
.down .msg{
|
font-size: 11px;
|
color: #FFFFFF;
|
margin: 10px;
|
}
|
.clickdown{
|
display: inline-block;
|
background: url(../img/s.png) no-repeat center;
|
background-size: 100% 100%;
|
position: fixed;
|
bottom: 15px;
|
right: 5px;
|
padding: 0 12px;
|
height: 40px;
|
font-size: 15px;
|
line-height: 40px;
|
color: #FFFFFF;
|
text-align: center;
|
float: right;
|
z-index: 10;
|
}
|
.down ul{
|
width: 74%;
|
margin-left: 60px;
|
}
|
/*弹框定位*/
|
.pos{
|
width: 100%;
|
height: 100%;
|
position: fixed;
|
top: 0;
|
left: 0;
|
background: rgba(0,0,0,0.6);
|
z-index: 20;
|
font-family: "微软雅黑";
|
display: none;
|
}
|
.pos.active{
|
display: block;
|
}
|
.pos .alert{
|
width: 60%;
|
position: absolute;
|
top: 40%;
|
left: 20%;
|
background: #fff;
|
padding-top: 18px;
|
border-radius: 8px;
|
}
|
.pos .alert h4{
|
line-height: 26px;
|
text-align: center;
|
margin-bottom: 16px;
|
padding: 0 20px;
|
font-size: 16px;
|
}
|
.pos .alert div{
|
border-top: 1px solid #EFEFEF;
|
padding: 10px 0;
|
overflow: hidden;
|
}
|
.pos .alert div span{
|
width: 50%;
|
display: inline-block;
|
float: left;
|
text-align: center;
|
color: #999;
|
font-size: 14px;
|
}
|
.pos .alert div span:last-of-type{
|
color: #FF3283;
|
}
|