mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/ruzhu/sj-info.wxss

491 lines
9.7 KiB
Plaintext

.store-info-page.data-v-0ff1c510 {
/* padding: 28rpx 0; */
}
.section-title.data-v-0ff1c510 {
display: flex;
align-items: center;
margin-bottom: 30rpx;
}
.title-bar.data-v-0ff1c510 {
width: 6rpx;
height: 30rpx;
background-color: #E8101E;
margin-right: 7rpx;
border-radius: 5rpx;
}
.section-title text.data-v-0ff1c510 {
font-size: 32rpx;
color: #1D2129;
font-weight: 500;
}
.box-cont.data-v-0ff1c510 {
background: #ffffff;
border-radius: 20rpx;
margin-bottom: 24rpx;
margin-left: 8rpx;
margin-right: 8rpx;
box-shadow: none;
}
.form-item.data-v-0ff1c510 {
padding: 24rpx;
}
.label.data-v-0ff1c510 {
display: block;
font-size: 28rpx;
color: #333333;
font-weight: 500;
}
.required.data-v-0ff1c510::before {
content: '*';
color: #FF0000;
margin-right: 4rpx;
}
.upload-box.data-v-0ff1c510 {
display: flex;
justify-content: center;
align-items: center;
height: 160rpx;
border-radius: 20rpx;
}
.upload-placeholder.data-v-0ff1c510 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.upload-icon.data-v-0ff1c510 {
width: 120rpx;
height: 120rpx;
}
.upload-text.data-v-0ff1c510 {
font-size: 24rpx;
color: #999999;
}
.logo-image.data-v-0ff1c510 {
width: 120rpx;
height: 120rpx;
border-radius: 20rpx;
}
.form-item-one.data-v-0ff1c510 {
display: flex;
align-items: center;
padding: 24rpx;
}
.form-item-one-yqr.data-v-0ff1c510 {
flex-direction: column;
align-items: stretch;
padding: 0;
}
/* 创建内部的上半部分 */
.invite-code-top.data-v-0ff1c510 {
display: flex;
align-items: center;
padding: 24rpx;
width: 100%;
box-sizing: border-box;
}
/* 分割线 */
.divider.data-v-0ff1c510 {
height: 1rpx;
background-color: #00000013;
width: 100%;
}
/* 邀请信息容器 */
.invite-info-container.data-v-0ff1c510 {
padding: 20rpx 24rpx;
width: 100%;
box-sizing: border-box;
min-height: 60rpx;
}
.label-wrapper.data-v-0ff1c510 {
display: inline-flex;
align-items: center;
}
.label.data-v-0ff1c510 {
font-size: 28rpx;
color: #333333;
font-weight: 500;
line-height: 1;
}
.label-icon.data-v-0ff1c510 {
width: 26rpx;
height: 26rpx;
margin-left: 8rpx;
align-items: center;
}
.form-item-two.data-v-0ff1c510 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24rpx;
}
.input.data-v-0ff1c510 {
flex: 1;
font-size: 28rpx;
color: #333333;
text-align: right;
}
.placeholder.data-v-0ff1c510 {
color: #999999;
}
.picker-content.data-v-0ff1c510 {
display: flex;
align-items: center;
}
.picker-value.data-v-0ff1c510 {
font-size: 28rpx;
color: #333333;
}
.arrow-right.data-v-0ff1c510 {
width: 14rpx;
height: 26rpx;
margin-left: 16rpx;
}
/* 邀请码相关样式 */
.invite-tip.data-v-0ff1c510 {
font-size: 24rpx;
color: #666666;
}
.invite-validating.data-v-0ff1c510 {
font-size: 20rpx;
color: #999999;
}
.invite-error.data-v-0ff1c510 {
font-size: 24rpx;
color: #E8101E;
}
.inviter-info.data-v-0ff1c510 {
display: flex;
align-items: center;
font-size: 20rpx;
}
.inviter-label.data-v-0ff1c510 {
color: #666666;
}
.inviter-name.data-v-0ff1c510 {
color: #333333;
font-weight: 500;
}
.inviter-divider.data-v-0ff1c510 {
color: #666666;
margin: 0 5rpx;
}
.inviter-phone.data-v-0ff1c510 {
color: #666666;
}
/* 添加抖动动画样式 */
@-webkit-keyframes shake-data-v-0ff1c510 {
0%, 100% { -webkit-transform: translateX(0); transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-7rpx); transform: translateX(-7rpx);
}
20%, 40%, 60%, 80% { -webkit-transform: translateX(7rpx); transform: translateX(7rpx);
}
}
@keyframes shake-data-v-0ff1c510 {
0%, 100% { -webkit-transform: translateX(0); transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-7rpx); transform: translateX(-7rpx);
}
20%, 40%, 60%, 80% { -webkit-transform: translateX(7rpx); transform: translateX(7rpx);
}
}
.shake-animation.data-v-0ff1c510 {
-webkit-animation: shake-data-v-0ff1c510 0.5s ease-in-out;
animation: shake-data-v-0ff1c510 0.5s ease-in-out;
color: #E8101E; /* 保持红色 */
}
/* 弹窗样式 */
.popup.data-v-0ff1c510 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}
.popup.show.data-v-0ff1c510 {
visibility: visible;
opacity: 1;
}
.popup-mask.data-v-0ff1c510 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.popup-content.data-v-0ff1c510 {
position: relative;
background-color: #FFFFFF;
border-radius: 24rpx 24rpx 0 0;
padding: 32rpx;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.popup.show .popup-content.data-v-0ff1c510 {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.popup-header.data-v-0ff1c510 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.popup-title.data-v-0ff1c510 {
font-size: 32rpx;
color: #333333;
font-weight: 500;
}
.popup-close.data-v-0ff1c510 {
font-size: 40rpx;
color: #999999;
padding: 16rpx;
}
.popup-body.data-v-0ff1c510 {
max-height: 600rpx;
overflow-y: auto;
}
.checkbox-list.data-v-0ff1c510 {
display: flex;
flex-wrap: wrap;
}
.checkbox-item.data-v-0ff1c510 {
width: 50%;
padding: 14rpx;
display: flex;
align-items: center;
}
.checkbox.data-v-0ff1c510 {
width: 40rpx;
height: 40rpx;
border: 2rpx solid #DDDDDD;
border-radius: 8rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16rpx;
}
.checkbox.checked.data-v-0ff1c510 {
background-color: #E8101E;
border-color: #E8101E;
}
.check-icon.data-v-0ff1c510 {
width: 42rpx;
height: 42rpx;
}
.checkbox-label.data-v-0ff1c510 {
font-size: 28rpx;
color: #333333;
}
.popup-footer.data-v-0ff1c510 {
display: flex;
margin-top: 32rpx;
}
.popup-btn.data-v-0ff1c510 {
flex: 1;
height: 88rpx;
border-radius: 44rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 16rpx;
}
.popup-btn.cancel.data-v-0ff1c510 {
background-color: #F5F5F5;
}
.popup-btn.confirm.data-v-0ff1c510 {
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
}
.popup-btn .btn-text.data-v-0ff1c510 {
font-size: 32rpx;
font-weight: 500;
}
.popup-btn.cancel .btn-text.data-v-0ff1c510 {
color: #666666;
}
.popup-btn.confirm .btn-text.data-v-0ff1c510 {
color: #FFFFFF;
}
.region-body.data-v-0ff1c510 {
height: 400rpx;
}
.picker-scroll.data-v-0ff1c510 {
height: 400rpx;
}
.picker-item.data-v-0ff1c510 {
height: 68rpx;
line-height: 68rpx;
text-align: center;
}
/* 时间选择器样式 */
.cancel-text.data-v-0ff1c510 {
font-size: 32rpx;
color: #666666;
}
.confirm-text.data-v-0ff1c510 {
font-size: 32rpx;
color: #E8101E;
font-weight: 500;
}
.time-range.data-v-0ff1c510 {
display: flex;
align-items: center;
justify-content: center;
padding: 32rpx;
background: #F8F9FC;
}
.time-block.data-v-0ff1c510 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
background: #FFFFFF;
border-radius: 12rpx;
padding: 24rpx 0;
transition: all 0.3s ease;
}
.time-block.active.data-v-0ff1c510 {
background: #ECF2FF;
}
.time-label.data-v-0ff1c510 {
font-size: 26rpx;
color: #999999;
margin-top: 8rpx;
}
.time-value.data-v-0ff1c510 {
font-size: 40rpx;
color: #333333;
font-weight: 500;
}
.time-block.active .time-value.data-v-0ff1c510 {
color: #E8101E;
}
.time-separator.data-v-0ff1c510 {
font-size: 28rpx;
color: #999999;
margin: 0 24rpx;
}
/* 提示弹窗样式 */
.tip-popup.data-v-0ff1c510 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}
.tip-popup.show.data-v-0ff1c510 {
visibility: visible;
opacity: 1;
}
.tip-popup-mask.data-v-0ff1c510 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.tip-popup-content.data-v-0ff1c510 {
position: relative;
width: 620rpx;
height: 810rpx;
}
.tip-popup-bg.data-v-0ff1c510 {
width: 620rpx;
height: 810rpx;
position: absolute;
top: 0;
left: 0;
}
.tip-popup-body.data-v-0ff1c510 {
position: relative;
flex-direction: column;
padding: 80rpx 20rpx 40rpx 20rpx;
box-sizing: border-box;
}
.tip-title.data-v-0ff1c510 {
font-size: 36rpx;
font-weight: bold;
color: #333;
text-align: center;
margin-top: 107rpx;
margin-bottom: 37rpx;
}
.tip-image-container.data-v-0ff1c510 {
align-items: center;
justify-content: center;
margin-bottom: 50rpx;
}
.tip-image.data-v-0ff1c510 {
width: 627rpx;
height: 327rpx;
margin-left: 13rpx;
}
/* 店铺logo图片的特殊样式 */
.tip-image.store_logo.data-v-0ff1c510 {
width: 582rpx;
height: 327rpx;
margin-right: 0;
margin-left: -15rpx;
}
/* 店铺名称图片的特殊样式 */
.tip-image.store_name.data-v-0ff1c510 {
width: 627rpx;
height: 327rpx;
margin-left: 13rpx;
}
.tip-buttons.data-v-0ff1c510 {
display: flex;
justify-content: space-between;
padding: 0 28rpx;
}
.tip-btn.data-v-0ff1c510 {
width: 250rpx;
height: 80rpx;
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
font-weight: 500;
}
.tip-btn.cancel.data-v-0ff1c510 {
border: #E8101E 2rpx solid;
background-color: transparent;
color: #e8101e;
}
.tip-btn.confirm.data-v-0ff1c510 {
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
color: #FFFFFF;
}
.tip-btn .btn-text.data-v-0ff1c510 {
color: inherit;
}