java-mall-app/unpackage/dist/dev/mp-weixin/member/address/manage.wxss
2025-12-12 17:04:03 +08:00

504 lines
12 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* 隐藏滚动条 */
.scroll-view.data-v-85584652 {
scrollbar-width: none;
/* Firefox */
}
.scroll-view.data-v-85584652::-webkit-scrollbar {
display: none;
/* Chrome, Safari */
}
.liu-chooseAddress-container.data-v-85584652 {
background: #fff !important;
/* 隐藏滚动条 */
}
.liu-chooseAddress-container .hander .uni-navbar__header.data-v-85584652 {
align-items: center;
padding: 10rpx 20rpx !important;
}
.liu-chooseAddress-container .hander .left-block.data-v-85584652 {
display: flex;
align-items: center;
line-height: 60rpx;
}
.liu-chooseAddress-container .hander .city-block.data-v-85584652 {
white-space: nowrap;
/* 确保文本在一行内显示 */
overflow: hidden;
/* 隐藏超出容器的文本 */
text-overflow: ellipsis;
/* 使用省略符号表示文本超出 */
max-width: 140rpx;
padding-right: 4rpx;
}
.liu-chooseAddress-container .hander .icon-dingwei.data-v-85584652 {
font-size: 40rpx;
}
.liu-chooseAddress-container .hander .icon-right.data-v-85584652 {
font-size: 24rpx;
}
.liu-chooseAddress-container .uni-swiper-list.data-v-85584652 {
height: 50vh;
}
.liu-chooseAddress-container .current-block-left.data-v-85584652 {
width: 78%;
max-width: 78%;
}
.liu-chooseAddress-container .current-block-right.data-v-85584652 {
width: 22%;
}
.liu-chooseAddress-container .current-name.data-v-85584652,
.liu-chooseAddress-container .current-address.data-v-85584652 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.liu-chooseAddress-container .current-name.data-v-85584652 {
font-size: 30rpx;
}
.liu-chooseAddress-container .current-address.data-v-85584652 {
font-size: 24rpx;
color: #848484;
}
.liu-chooseAddress-container .btn-edit-block.data-v-85584652 {
padding: 8rpx;
font-size: 14px;
text-align: center;
border-radius: 12rpx;
border: 1px solid #3579ff;
color: #3579ff;
}
.liu-chooseAddress-container .input-view.data-v-85584652 {
width: 92%;
display: flex;
background-color: #f5f5f5;
height: 60rpx;
border-radius: 30rpx;
padding: 0 4%;
flex-wrap: nowrap;
margin: 10rpx 0;
line-height: 60rpx;
margin-left: 10rpx;
color: #b9b9b9;
}
.liu-chooseAddress-container .input-view .uni-icon.data-v-85584652 {
line-height: 60rpx !important;
font-size: 24rpx;
}
.liu-chooseAddress-container .input-view .uni-icons.data-v-85584652 {
font-size: 32rpx !important;
}
.liu-chooseAddress-container .input-view .input.data-v-85584652 {
height: 60rpx;
line-height: 60rpx;
width: 94%;
padding: 0 2%;
font-size: 24rpx;
}
.liu-chooseAddress-container .scroll-view.data-v-85584652 {
scrollbar-width: none;
/* Firefox */
}
.liu-chooseAddress-container .scroll-view.data-v-85584652::-webkit-scrollbar {
display: none;
/* Chrome, Safari */
}
.liu-chooseAddress-container .address-list.data-v-85584652 {
position: fixed;
bottom: 0;
left: 26rpx;
width: 654rpx;
height: 50vh;
padding: 8rpx 24rpx 0;
margin-top: 24rpx;
background: #ffffff;
border-radius: 24rpx 24rpx 0rpx 0rpx;
}
.liu-chooseAddress-container .address-list .address-item.data-v-85584652 {
display: flex;
align-items: center;
padding: 14px 0;
border-bottom: 1px solid #f8f8f8;
}
.liu-chooseAddress-container .address-list .address-item .item-left.data-v-85584652 {
width: 90%;
max-width: 90%;
}
.liu-chooseAddress-container .address-list .address-item .item-left .item-name.data-v-85584652,
.liu-chooseAddress-container .address-list .address-item .item-left .item-address.data-v-85584652 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.liu-chooseAddress-container .address-list .address-item .item-left .item-name.data-v-85584652 {
font-size: 30rpx;
}
.liu-chooseAddress-container .address-list .address-item .item-left .item-address.data-v-85584652 {
font-size: 24rpx;
color: #848484;
}
.liu-chooseAddress-container .address-list .address-item .item-right.data-v-85584652 {
width: 10%;
}
.liu-chooseAddress-container .address-list .address-item .item-right .item-active.data-v-85584652 {
margin-left: 28rpx;
margin-top: 28rpx;
width: 36rpx;
height: 36rpx;
}
.liu-chooseAddress-container .search-address-list.data-v-85584652 {
margin: 40rpx;
}
.liu-chooseAddress-container .search-address-list .search-address-item.data-v-85584652 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx 0;
border-bottom: 2rpx solid #f0f0f0;
}
.liu-chooseAddress-container .search-address-list .search-address-item .search-address-item-left.data-v-85584652 {
width: 80%;
}
.liu-chooseAddress-container .search-address-list .search-address-item .search-address-item-right.data-v-85584652 {
color: #d7d7d7;
width: 20%;
text-align: right;
}
.liu-chooseAddress-container .search-address-list .search-address-item rich-text.data-v-85584652 {
max-height: 27px;
overflow: hidden;
word-break: break-all;
/* break-all(允许在单词内换行。) */
text-overflow: ellipsis;
/* 超出部分省略号 */
display: -webkit-box;
/** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical;
/** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp: 2;
/** 显示的行数 **/
}
.liu-chooseAddress-container .search-address-list .search-address-item .item-left-address.data-v-85584652 {
font-size: 24rpx;
color: #848484;
white-space: nowrap;
/* 确保文本在一行内显示 */
overflow: hidden;
/* 隐藏超出容器的文本 */
text-overflow: ellipsis;
/* 使用省略符号表示文本超出 */
max-width: 90%;
}
.liu-chooseAddress-container .reposition-block.data-v-85584652 {
position: absolute;
top: -20%;
right: 24rpx;
width: 68rpx;
height: 68rpx;
line-height: 68rpx;
border-radius: 12rpx;
text-align: center;
background: #fff;
z-index: 1;
}
.liu-chooseAddress-container .reposition-block .icon-zhongxindingwei.data-v-85584652 {
display: block;
font-size: 44rpx;
}
.view-main.data-v-85584652 {
width: 100%;
height: 100%;
background: #f3f3f3;
}
.map-marker.data-v-85584652 {
width: 20px;
height: 30px;
position: absolute;
top: 48%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.map-tip.data-v-85584652 {
font-size: 20rpx;
color: #b6b6b6;
line-height: 42rpx;
padding: 0 20rpx;
position: absolute;
left: 50%;
top: 30rpx;
box-shadow: 0px 1px 10px 1px rgba(153, 153, 153, 0.34);
background-color: #fff;
border-radius: 4px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.poiss-box.data-v-85584652 {
width: 100%;
padding: 20rpx 0;
background-color: #ffffff;
font-size: 26rpx;
position: fixed;
bottom: 0;
left: 0;
}
.poiss-item.data-v-85584652 {
display: flex;
align-items: center;
justify-content: space-between;
width: calc(100% - 48rpx);
height: 100rpx;
padding: 0 24rpx;
border-bottom: 1px solid #f9f9f9;
}
.poiss-item-l.data-v-85584652 {
width: calc(100% - 184rpx);
}
.poiss-item-lhd.data-v-85584652 {
font-size: 32rpx;
color: #333333;
line-height: 48rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.poiss-item-lbd.data-v-85584652 {
font-size: 28rpx;
color: #b6b6b6;
line-height: 42rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.poiss-item-r.data-v-85584652 {
width: 36rpx;
height: 36rpx;
margin: 0 30rpx;
}
.primary-btn.data-v-85584652 {
width: 688rpx;
height: 88rpx;
margin: 0 auto;
margin-top: 28rpx;
background: #3579ff;
border-radius: 44rpx;
font-size: 32rpx;
color: #ffffff;
line-height: 88rpx;
text-align: center;
}
.page-con.data-v-85584652 {
width: 702rpx;
height: 75vh;
position: fixed;
bottom: 0;
left: 24rpx;
}
.con-hd.data-v-85584652 {
display: flex;
align-items: center;
width: 654rpx;
height: 128rpx;
margin: 0 auto;
background: #ffffff;
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(88, 102, 123, 0.2);
border-radius: 24rpx;
padding: 0 24rpx;
}
.choose-address.data-v-85584652 {
display: flex;
align-items: center;
justify-content: center;
width: 92%;
height: 64rpx;
margin: 36rpx auto;
border-radius: 12rpx;
border: 2rpx solid #3579ff;
font-size: 32rpx;
color: #3579ff;
}
.choose-address .icon-right.data-v-85584652 {
padding-left: 12rpx;
}
.choose-address2.data-v-85584652 {
display: flex;
align-items: center;
justify-content: space-between;
width: calc(100% - 48rpx);
padding: 0 24rpx;
}
.address2-l.data-v-85584652 {
width: calc(100% - 184rpx);
}
.address2-lhd.data-v-85584652 {
font-size: 32rpx;
font-weight: bold;
color: #333333;
line-height: 48rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.address2-lbd.data-v-85584652 {
font-size: 28rpx;
color: #999999;
line-height: 42rpx;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.address2-r.data-v-85584652 {
width: 144rpx;
height: 60rpx;
background: #ffffff;
border-radius: 12rpx;
border: 2rpx solid #3579ff;
font-size: 28rpx;
color: #3579ff;
line-height: 60rpx;
text-align: center;
}
.con-bd.data-v-85584652 {
width: 654rpx;
height: calc(90vh - 160rpx);
padding: 8rpx 24rpx 0;
margin-top: 24rpx;
background: #ffffff;
border-radius: 24rpx 24rpx 0rpx 0rpx;
}
.con-bd-item.data-v-85584652 {
display: flex;
align-items: center;
width: 100%;
height: 110rpx;
}
.con-bd-item-name.data-v-85584652 {
width: 120rpx;
height: 110rpx;
text-align: left;
font-size: 28rpx;
font-weight: bold;
color: #333333;
line-height: 110rpx;
}
.con-bd-item-con.data-v-85584652 {
display: flex;
align-items: center;
width: calc(100% - 120rpx);
height: 108rpx;
border-bottom: 2rpx solid #f7f7f7;
}
.con-bd-item-con input.data-v-85584652 {
width: 100%;
height: 60rpx;
}
.lable-item.data-v-85584652 {
width: 88rpx;
height: 48rpx;
margin-right: 18rpx;
background: #ffffff;
border-radius: 6rpx;
border: 2rpx solid #e3e3e3;
font-size: 24rpx;
color: #333333;
line-height: 48rpx;
text-align: center;
}
.lable-item-on.data-v-85584652 {
background: #3579ff !important;
border: 2rpx solid #3579ff;
color: #ffffff !important;
}
.con-bd-item-con2 input.data-v-85584652 {
width: 50%;
height: 60rpx;
}
.con-bd-sex-box.data-v-85584652 {
display: flex;
align-items: center;
justify-content: center;
margin-left: 16rpx;
font-size: 28rpx;
}
.choose-sex-icon.data-v-85584652 {
width: 36rpx;
height: 36rpx;
margin-right: 12rpx;
}
.con-bd-agree.data-v-85584652 {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 40rpx;
width: 100%;
}
.agreeicon.data-v-85584652 {
width: 36rpx;
height: 36rpx;
margin-right: 20rpx;
margin-top: 2rpx;
}
.agreetext.data-v-85584652 {
display: flex;
align-items: center;
font-size: 28rpx;
line-height: 28rpx;
color: #999999;
}
.con-ft-btn.data-v-85584652 {
width: 644rpx;
height: 72rpx;
margin-top: 60rpx;
border-radius: 12rpx;
font-size: 32rpx;
line-height: 72rpx;
text-align: center;
}
.con-ft-btn.data-v-85584652:last-child {
margin-top: 32rpx;
}
.con-ft-btn1.data-v-85584652 {
background: #3579ff;
color: #ffffff;
}
.con-ft-btn2.data-v-85584652 {
background: #ffffff;
border: 2rpx solid #dedede;
}
.con-ft-btn3.data-v-85584652 {
background: #3579ff;
border: 2rpx solid #dedede;
font-size: 32rpx;
color: #ffffff;
}
.input-placeholder.data-v-85584652 {
font-size: 28rpx;
color: #999999;
}