You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
3.4 KiB
141 lines
3.4 KiB
1 year ago
|
@charset "UTF-8";
|
||
|
/**
|
||
|
* 这里是uni-app内置的常用样式变量
|
||
|
*
|
||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
|
*
|
||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
|
*/
|
||
|
/* 颜色变量 */
|
||
|
/* 主要颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
/* 文字基本颜色 */
|
||
|
/* 背景颜色 */
|
||
|
/* 边框颜色 */
|
||
|
/* 尺寸变量 */
|
||
|
/* 文字尺寸 */
|
||
|
/* 图片尺寸 */
|
||
|
/* Border Radius */
|
||
|
/* 水平间距 */
|
||
|
/* 垂直间距 */
|
||
|
/* 透明度 */
|
||
|
/* 文章场景相关 */
|
||
|
.page.data-v-4ff3d4a8 {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
/* 地址列表 */
|
||
|
.address-list.data-v-4ff3d4a8 {
|
||
|
width: 100%;
|
||
|
background-color: #FFFFFF;
|
||
|
padding-bottom: 120rpx;
|
||
|
}
|
||
|
.address-list .list.data-v-4ff3d4a8 {
|
||
|
padding: 0 4%;
|
||
|
height: 160rpx;
|
||
|
border-bottom: 2rpx solid #f6f6f6;
|
||
|
}
|
||
|
.address-list .list .name-phone.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.address-list .list .name-phone .name.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 30%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.address-list .list .name-phone .name text.data-v-4ff3d4a8 {
|
||
|
width: 100%;
|
||
|
font-size: 26rpx;
|
||
|
font-weight: bold;
|
||
|
color: #222222;
|
||
|
}
|
||
|
.address-list .list .name-phone .phone.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 70%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.address-list .list .name-phone .phone text.data-v-4ff3d4a8 {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: bold;
|
||
|
color: #222222;
|
||
|
}
|
||
|
.address-list .list .name-phone .phone .tag.data-v-4ff3d4a8 {
|
||
|
padding: 4rpx 8rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #FFFFFF;
|
||
|
background-color: #236030;
|
||
|
border-radius: 4rpx;
|
||
|
margin-left: 20rpx;
|
||
|
}
|
||
|
.address-list .list .name-phone .phone .blue.data-v-4ff3d4a8 {
|
||
|
background-color: #0099FF;
|
||
|
}
|
||
|
.address-list .list .address-edit.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
width: 100%;
|
||
|
height: 60rpx;
|
||
|
}
|
||
|
.address-list .list .address-edit .address.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 90%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.address-list .list .address-edit .address text.data-v-4ff3d4a8 {
|
||
|
font-size: 26rpx;
|
||
|
color: #959595;
|
||
|
}
|
||
|
.address-list .list .address-edit .edit.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: flex-end;
|
||
|
width: 10%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.address-list .list .address-edit .edit text.data-v-4ff3d4a8 {
|
||
|
font-size: 38rpx;
|
||
|
color: #555555;
|
||
|
}
|
||
|
/* 添加地址 */
|
||
|
.add-address.data-v-4ff3d4a8 {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
bottom: 20rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
}
|
||
|
.add-address .btn.data-v-4ff3d4a8 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 80%;
|
||
|
height: 70rpx;
|
||
|
background: linear-gradient(to right, #236030, #236030);
|
||
|
border-radius: 70rpx;
|
||
|
box-shadow: 0 10rpx 10rpx #236030;
|
||
|
}
|
||
|
.add-address .btn text.data-v-4ff3d4a8 {
|
||
|
font-size: 28rpx;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
|