Files
cardtest/pages/store/store.wxss
张慢慢 a7995d90bc [更新]
2021-05-24 13:56:00 +08:00

136 lines
2.1 KiB
Plaintext

/* 搜索 */
.search {
background: #fff;
position: fixed;
width: 100%;
left: 0;
top: 0;
height: 110rpx;
z-index: 99;
}
.searchCont {
background: #f7f7f7;
border-radius: 50rpx;
height: 80rpx;
line-height: 80rpx;
font-size: 28rpx;
margin: 20rpx 20rpx 0;
padding: 0 30rpx;
box-sizing: border-box;
display: flex;
}
.searchCont image {
width: 34rpx;
height: 34rpx;
margin: 24rpx 20rpx 0 0;
}
.searchCont input {
height: 100%;
width: calc(100% - 150rpx);
}
.searchCont button {
background: transparent;
width: 100rpx !important;
text-align: right;
padding: 0 !important;
margin: 0 !important;
height: 80rpx;
line-height: 80rpx;
font-size: 30rpx;
color: #ff9b1a;
}
/* 筛选 */
.screen {
background: #fff;
position: fixed;
width: 100%;
left: 0;
top: 110rpx;
height: 90rpx;
overflow: hidden;
z-index: 99;
}
.screenLabel {
float: left;
width: calc(33.33% - 20rpx);
text-align: center;
color: #5f5f5f;
line-height: 90rpx;
font-size: 28rpx;
margin: 0 10rpx;
}
.screenLabel picker {
width: calc(100% - 17rpx);
position: relative;
}
.screenLabel-arrow {
position: absolute;
right: 0;
top: calc(50% - 17rpx);
width: 34rpx;
height: 34rpx;
}
/* 门店列表 */
.storeList {
background: #fff;
padding: 20rpx;
box-sizing: border-box;
margin-top: 220rpx;
padding-bottom: 40rpx;
}
.detailsStore-list {
position: relative;
margin-bottom: 40rpx;
}
.detailsStore-list:last-child {
margin-bottom: 0;
}
.detailsStore-logo {
width: 120rpx;
height: 120rpx;
border-radius: 10rpx;
}
.detailsStore-cont {
position: absolute;
left: 150rpx;
top: 10rpx;
width: calc(100% - 150rpx);
}
.detailsStore-tel {
width: 60rpx;
height: 60rpx;
margin-top: 25rpx;
}
.detailsStore-place {
font-size: 24rpx;
line-height: 40rpx;
color: #5a5a5a;
display: flex;
}
.detailsStore-place text {
flex: 1;
display: inline-block;
font-size: 28rpx;
margin-right: 20rpx;
}
.detailsStore-name {
margin-bottom: 20rpx;
}