235 lines
3.8 KiB
SCSS
235 lines
3.8 KiB
SCSS
.collectPopupWindow {
|
|
position: relative;
|
|
height: 113rpx;
|
|
width: 510rpx;
|
|
margin-left: calc(100% - 530rpx);
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
text {
|
|
color: #ff4544 !important;
|
|
font-size: 24rpx !important;
|
|
position: absolute;
|
|
top: 48rpx;
|
|
right: 25rpx;
|
|
}
|
|
}
|
|
.zhezhao {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: transparent;
|
|
}
|
|
image {
|
|
max-width: 100% !important;
|
|
max-height: 100% !important;
|
|
}
|
|
.diy-wrap {
|
|
/* #ifdef H5 */
|
|
height: calc(100vh - 88rpx);
|
|
/* #endif */
|
|
/* #ifdef MP-WEIXIN */
|
|
height: 100vh;
|
|
/* #endif */
|
|
}
|
|
|
|
.page-img {
|
|
background-size: contain !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|
|
.page-header {
|
|
background-size: 100% !important;
|
|
background-repeat: no-repeat !important;
|
|
background-position: top center;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
.bg-index {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
background-size: 100% !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|
|
.wap-floating {
|
|
text {
|
|
display: block;
|
|
font-size: 60rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.wap-floating-collect .uni-popup__mask {
|
|
background: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
.popup-box {
|
|
width: 450rpx;
|
|
background: #ffffff;
|
|
border-radius: $border-radius;
|
|
overflow: hidden;
|
|
|
|
.close_title {
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: $font-size-base;
|
|
}
|
|
|
|
.close_content {
|
|
width: 100%;
|
|
max-height: 500rpx;
|
|
padding: $padding;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.close_content_box {
|
|
width: 100%;
|
|
max-height: 460rpx;
|
|
line-height: 1.3;
|
|
}
|
|
}
|
|
|
|
.noStore-text {
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.isStore-top {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.keep-on-record {
|
|
text-align: center;
|
|
padding-bottom: 20rpx;
|
|
image {
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
}
|
|
}
|
|
|
|
.padding-bottom {
|
|
padding-bottom: 40rpx !important;
|
|
}
|
|
|
|
.choose-store {
|
|
/deep/ .uni-popup__wrapper{
|
|
background: none!important;
|
|
}
|
|
}
|
|
|
|
.choose-store-popup {
|
|
padding: 30rpx;
|
|
background-color: #fff;
|
|
.head-wrap {
|
|
font-weight: bold;
|
|
font-size: $font-size-toolbar;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
color: #202021;
|
|
}
|
|
.position-wrap {
|
|
display: flex;
|
|
color: #202021;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
.icon-dizhi {
|
|
font-weight: bold;
|
|
font-size: $font-size-tag;
|
|
margin-right: 10rpx;
|
|
}
|
|
.address {
|
|
font-weight: bold;
|
|
font-size: $font-size-tag;
|
|
margin-right: 10rpx;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
}
|
|
.reposition {
|
|
display: flex;
|
|
align-items: center;
|
|
.iconfont {
|
|
font-size: $font-size-base;
|
|
margin-right: 6rpx;
|
|
}
|
|
text {
|
|
font-size: $font-size-tag;
|
|
color: #fd463e;
|
|
}
|
|
}
|
|
}
|
|
.store-wrap {
|
|
border: 1px solid $base-color;
|
|
border-radius: 16rpx;
|
|
padding: 20rpx 30rpx;
|
|
margin-bottom: 30rpx;
|
|
.tag {
|
|
background-color: #fee9ea;
|
|
color: #fd463e;
|
|
font-size: $font-size-activity-tag;
|
|
display: inline-block;
|
|
border-radius: 6rpx;
|
|
padding: 4rpx 12rpx;
|
|
// #ifdef H5
|
|
transform: scale(0.8);
|
|
margin-left: -10rpx;
|
|
// #endif
|
|
}
|
|
.store-name {
|
|
margin: 10rpx 0;
|
|
font-weight: bold;
|
|
color: #202021;
|
|
font-size: $font-size-toolbar;
|
|
}
|
|
.address {
|
|
color: #5f6067;
|
|
font-size: $font-size-tag;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.distance {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #5f6067;
|
|
font-size: $font-size-tag;
|
|
.iconfont {
|
|
font-size: $font-size-base;
|
|
margin-right: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
button {
|
|
border-radius: 40rpx;
|
|
}
|
|
|
|
.other-store {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #5e6066;
|
|
font-weight: bold;
|
|
justify-content: center;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
.iconfont {
|
|
margin-left: 10rpx;
|
|
font-size: $font-size-tag;
|
|
}
|
|
}
|
|
}
|
|
.page-bottom {
|
|
margin-top: 20rpx;
|
|
}
|