137 lines
2.0 KiB
Plaintext
137 lines
2.0 KiB
Plaintext
/* pages/shopList/shopDetail.wxss */
|
|
page{
|
|
background: #fff;
|
|
}
|
|
.wrap{
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
}
|
|
.intro{
|
|
margin-top: 30rpx;
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.img-con{
|
|
font-size: 0;
|
|
}
|
|
.img-con image{
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
}
|
|
.view{
|
|
font-size: 16rpx;
|
|
line-height: 22rpx;
|
|
color: #828282;
|
|
text-align: right;
|
|
margin-top: 20rpx;
|
|
padding-bottom: 15rpx;
|
|
}
|
|
.line{
|
|
height: 20rpx;
|
|
background: #F6F6F9;
|
|
}
|
|
.title{
|
|
padding-top: 24rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
}
|
|
.title text{
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
}
|
|
.enter-con{
|
|
margin-top: 20rpx;
|
|
}
|
|
.head{
|
|
width: 59rpx;
|
|
height: 59rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.enter-text{
|
|
font-size: 24rpx;
|
|
background: #F8F8F8;
|
|
border-radius: 10px;
|
|
height: 64rpx;
|
|
width: 96%;
|
|
padding-left: 4%;
|
|
}
|
|
.list-head{
|
|
padding-top: 30rpx;
|
|
font-size: 24rpx;
|
|
color: #181818;
|
|
}
|
|
.list-head image{
|
|
vertical-align: -12rpx;
|
|
}
|
|
.content{
|
|
padding-top: 20rpx;
|
|
line-height: 33rpx;
|
|
color: #181818;
|
|
font-size: 24rpx;
|
|
}
|
|
.list-bottom{
|
|
padding-top: 22rpx;
|
|
}
|
|
.list-left{
|
|
color: #828282;
|
|
font-size: 20rpx;
|
|
}
|
|
.good{
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
vertical-align: middle;
|
|
margin-right: 8rpx;
|
|
}
|
|
.list-right{
|
|
font-size: 20rpx;
|
|
}
|
|
.good-select{
|
|
color: #3D98FF;
|
|
}
|
|
.list{
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
.list-bottom{
|
|
padding-bottom: 23rpx;
|
|
}
|
|
.reply{
|
|
border-top: 1px solid #E6E6E6;
|
|
padding-bottom: 10px;
|
|
}
|
|
.btn-fix{
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
background: #fff;
|
|
}
|
|
.buy-btn{
|
|
width: 170rpx;
|
|
height: 66rpx;
|
|
background-image: linear-gradient(to right, #FFAD4A , #FF6925);
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
line-height: 66rpx;
|
|
border-radius: 20px;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
margin: 15rpx 30rpx 15rpx 0;
|
|
}
|
|
.cl-con{
|
|
clear: both;
|
|
}
|
|
.fl{
|
|
float: left;
|
|
margin-left: 30rpx;
|
|
font-size: 18rpx;
|
|
color: #828282;
|
|
text-align: center;
|
|
}
|
|
.fl image{
|
|
margin-left: 10rpx;
|
|
margin-bottom: 6rpx;
|
|
} |