yuminge-app/yun-min-program-plugin-master/packageH/o2o/communityStoreDetails/communityStoreDetails.wxss

167 lines
2.5 KiB
Plaintext

/* packageH/communityStoreDetails/communityStoreDetails.wxss */
@import "/mycss/stylesheet.wxss";
@import "/mycss/iconfont.wxss";
.communityStoreDetail {
font-size: 26rpx;
background-color: #fff;
}
.top {
width: 750rpx;
height: 88rpx;
background-color: #fff;
display: flex;
align-items: center;
}
.top .location {
align-items: center;
width: 75%;
display: flex;
padding-left: 27rpx;
}
.top .location .iconfont {
color: #313131;
font-size: 29rpx;
padding-right: 11rpx;
}
.top .location .title {
font-size: 26rpx;
height: 48rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 48rpx;
}
.top .text {
width: 25%;
margin-right: 32rpx;
font-size: 28rpx;
text-align: right;
}
.search {
text-align: left;
height: 60rpx;
background-color: #eff0f1;
border-radius: 30rpx;
margin: 14rpx 30rpx;
display: flex;
align-items: center;
position: relative;
}
.search .img-icon {
color: #999;
font-size: 28rpx;
width: 58rpx;
height: 100%;
display: flex;
align-items: center;
box-sizing: border-box;
}
.search .img-icon .img-icon-btn {
width: 32rpx;
height: 32rpx;
margin: 0 auto;
background: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/search.png) no-repeat center center;
background-size: 80% 80%;
}
.search input {
border: none;
font-size: 28rpx;
line-height: 48rpx;
color: #666;
flex: 1;
padding-left: 20rpx;
}
.banner {
width: 100%;
height: 340rpx;
background: #868686;
}
.banner image {
width: 100%;
height: 340rpx;
}
.storeTitle {
text-align: left;
height: 86rpx;
display: flex;
align-items: center;
padding: 0 30rpx;
}
.storeTitle .iconfont {
font-size: 39rpx;
color: #3d3d3d;
padding-right: 11rpx;
}
.storeTitle .text {
color: #202020;
font-size: 36rpx;
}
.introduceTitle {
display: flex;
align-items: center;
justify-content: center;
height: 90rpx;
color: #202020;
font-size: 32rpx;
}
.detail {
padding: 60rpx 31rpx;
}
.box {
text-align: left;
color: #202020;
font-size: 32rpx;
padding-bottom: 58rpx;
}
.box .icon-box {
display: flex;
align-items: center;
padding-bottom: 25rpx;
}
.box .icon-box .icon {
width: 6rpx;
height: 30rpx;
background-color: #f26646;
}
.box .icon-box .iconTitle {
padding-left: 13rpx;
}
.box .explain {
padding-left: 13rpx;
font-size: 28rpx;
}
.box .addr {
padding-left: 13rpx;
font-size: 28rpx;
}
.communityStoreDetail .storesBox .box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}