tijiao
This commit is contained in:
1364
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.js
vendored
Normal file
1364
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
15
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.json
vendored
Normal file
15
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"navigationBarTitleText": "收货地址详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {
|
||||
"z-nav-bar": "/uni_modules/z-nav-bar/components/z-nav-bar/z-nav-bar",
|
||||
"uni-forms": "/uni_modules/uni-forms/components/uni-forms/uni-forms",
|
||||
"uni-forms-item": "/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item",
|
||||
"uni-easyinput": "/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput",
|
||||
"uni-goods-nav": "/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav",
|
||||
"sx-address-picker": "/uni_modules/sx-address-picker/components/sx-address-picker/sx-address-picker",
|
||||
"u-modal": "/uni_modules/uview-ui/components/u-modal/u-modal",
|
||||
"u-picker": "/uni_modules/uview-ui/components/u-picker/u-picker",
|
||||
"course-description": "/pages/component/commonComponents/list"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.wxml
vendored
Normal file
File diff suppressed because one or more lines are too long
237
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.wxss
vendored
Normal file
237
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/edit.wxss
vendored
Normal file
@@ -0,0 +1,237 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
@-webkit-keyframes example1-data-v-1cbbbcb8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
@keyframes example1-data-v-1cbbbcb8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* uni.scss */
|
||||
/* 颜色变量 */
|
||||
/* 主要颜色 */
|
||||
/* 文本颜色 */
|
||||
/* 其它颜色 */
|
||||
.AC_List.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.curriulum_title.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
float: left;
|
||||
margin-bottom: 5rpx;
|
||||
color: #b0b0b0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.curriulum_title text.data-v-1cbbbcb8 {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.right.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 100rpx);
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.user_info.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
margin-top: 10rpx;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
font-size: 32rpx;
|
||||
font-weight: 800;
|
||||
}
|
||||
.user_info .name.data-v-1cbbbcb8 {
|
||||
color: #333;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.user_info .tel.data-v-1cbbbcb8 {
|
||||
color: #000;
|
||||
font-size: 28rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.common_address_box.data-v-1cbbbcb8 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #fff;
|
||||
}
|
||||
.normal_box.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 60rpx);
|
||||
height: auto;
|
||||
float: left;
|
||||
}
|
||||
.normal_box .normal_box_top.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.normal_box .editIcon.data-v-1cbbbcb8 {
|
||||
float: right;
|
||||
}
|
||||
.normal_logo.data-v-1cbbbcb8 {
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
border-radius: 80rpx;
|
||||
background-color: #EDF6F5 !important;
|
||||
color: #3AB3AE;
|
||||
font-size: 34rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
float: left;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.isDefault.data-v-1cbbbcb8 {
|
||||
color: #3AB3AE;
|
||||
font-size: 22rpx;
|
||||
font-weight: 600;
|
||||
border: 1rpx solid #3AB3AE;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
line-height: 30rpx;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .sx-address-picker__list-tab {
|
||||
padding-left: 0;
|
||||
}
|
||||
.inputBox.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-easyinput__content {
|
||||
background-color: #f5f5f5 !important;
|
||||
border-color: #f5f5f5 !important;
|
||||
}
|
||||
.select_address_box.data-v-1cbbbcb8 {
|
||||
min-height: 35px;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
height: auto;
|
||||
padding-left: 20rpx;
|
||||
background-color: #f5f5f5 !important;
|
||||
padding-top: 20rpx;
|
||||
padding-bottom: 20rpx;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.select_address_box .address_info.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 60rpx);
|
||||
}
|
||||
.address_box.data-v-1cbbbcb8 {
|
||||
background-color: #fbf9f9;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.address_box .title.data-v-1cbbbcb8 {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 60rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .is-input-error-border .uni-easyinput__placeholder-class {
|
||||
color: #999 !important;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-easyinput-error {
|
||||
color: #333 !important;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-forms-item .is-required {
|
||||
margin-right: 10rpx !important;
|
||||
padding-top: 10rpx !important;
|
||||
}
|
||||
.rightArrow.data-v-1cbbbcb8 {
|
||||
margin-right: 40rpx;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
wx.createComponent({
|
||||
generic:true,
|
||||
props: {},
|
||||
render: function(){}
|
||||
})
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"index-common-list-rightSlot": "/pages/component/commonComponents/address/index-common-list-rightSlot",
|
||||
"z-nav-bar": "/uni_modules/z-nav-bar/components/z-nav-bar/z-nav-bar",
|
||||
"u-icon": "/uni_modules/uview-ui/components/u-icon/u-icon",
|
||||
"uni-goods-nav": "/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav",
|
||||
"u-modal": "/uni_modules/uview-ui/components/u-modal/u-modal",
|
||||
"course-description": "/pages/component/commonComponents/list",
|
||||
"edit-address": "/pages/component/commonComponents/address/edit"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<view class="data-v-8718d7d8"></view>
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
@import "./index.wxss"
|
||||
2245
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.js
vendored
Normal file
2245
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.json
vendored
Normal file
13
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"navigationBarTitleText": "收货地址",
|
||||
"enablePullDownRefresh": false,
|
||||
"usingComponents": {
|
||||
"index-common-list-rightSlot": "/pages/component/commonComponents/address/index-common-list-rightSlot",
|
||||
"z-nav-bar": "/uni_modules/z-nav-bar/components/z-nav-bar/z-nav-bar",
|
||||
"u-icon": "/uni_modules/uview-ui/components/u-icon/u-icon",
|
||||
"uni-goods-nav": "/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav",
|
||||
"u-modal": "/uni_modules/uview-ui/components/u-modal/u-modal",
|
||||
"course-description": "/pages/component/commonComponents/list",
|
||||
"edit-address": "/pages/component/commonComponents/address/edit"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="data-v-8718d7d8"><view class="common_address_box data-v-8718d7d8" style="{{''+(backState!=1000?'padding-bottom: 180rpx':'padding-bottom: 100rpx')}}"><z-nav-bar vue-id="5c01211c-1" navFontAlign="left" title="我的收货地址" bgColor="#3AB3AE" fontColor="#fff" class="data-v-8718d7d8" bind:__l="__l" vue-slots="{{['right']}}"><view slot="right" class="data-v-8718d7d8"></view></z-nav-bar><view style="padding:20rpx;background-color:#f9f9f9;height:100%;" class="data-v-8718d7d8"><common-list scoped-slots-compiler="augmented" generic:scoped-slots-rightSlot="index-common-list-rightSlot" data-vue-generic="scoped" class="common_radius_box color_shandow data-v-8718d7d8" style="background-color:#fff;" vue-id="5c01211c-2" isCondition="true" dataList="{{addressList}}" isNoIcon="true" label="name" data-event-opts="{{[['^hancleClick',[['selectAddress']]]]}}" bind:hancleClick="__e" bind:__l="__l" vue-slots="{{['rightSlot','labelSlot']}}"><view class="label_content AC_List data-v-8718d7d8" slot="labelSlot" wx:if="{{$root.m0}}"><view style="width:100%;" class="data-v-8718d7d8"><view class="normal_logo data-v-8718d7d8">{{''+$root.m1+''}}</view><view class="data-v-8718d7d8"><view class="normal_box data-v-8718d7d8"><view class="normal_box_top data-v-8718d7d8"><view class="user_info data-v-8718d7d8"><text class="name data-v-8718d7d8">{{''+$root.m2.row.consigneeName+''}}</text><text class="tel data-v-8718d7d8">{{''+$root.m3.row.consigneePhone+''}}</text><block wx:if="{{$root.m4.row.isDefault==1}}"><text class="isDefault data-v-8718d7d8">默认</text></block></view><view class="curriulum_title data-v-8718d7d8">{{$root.m5.row.province+$root.m6.row.city+$root.m7.row.county+$root.m8.row.detailAddress+''}}</view></view></view><u-icon class="editIcon data-v-8718d7d8" style="display:inline-block;margin-left:10rpx;" vue-id="{{('5c01211c-3')+','+('5c01211c-2')}}" name="edit-pen-fill" color="#3ab3ae" size="24" data-event-opts="{{[['tap',[['handleClickEdit',['$0'],['$getSSP(5c01211c-2,labelSlot).row']]]]]}}" catchtap="__e" bind:__l="__l"></u-icon><u-icon class="editIcon data-v-8718d7d8" style="display:inline-block;margin-left:10rpx;" vue-id="{{('5c01211c-4')+','+('5c01211c-2')}}" name="trash-fill" color="red" size="24" data-event-opts="{{[['tap',[['handleClickDelete',['$0'],['$getSSP(5c01211c-2,labelSlot).row.id']]]]]}}" catchtap="__e" bind:__l="__l"></u-icon></view></view><view class="data-v-8718d7d8"></view></view></common-list></view><view class="goods_nav_box data-v-8718d7d8"><uni-goods-nav vue-id="5c01211c-5" fill="{{true}}" options="{{buyOptions}}" button-group="{{customButtonGroup1}}" data-event-opts="{{[['^click',[['onHandleClickIcon']]],['^buttonClick',[['onHandleClickBuy']]]]}}" bind:click="__e" bind:buttonClick="__e" class="data-v-8718d7d8" bind:__l="__l"></uni-goods-nav></view></view><u-modal vue-id="5c01211c-6" show="{{showModal}}" title="{{modalInfo.title}}" content="{{modalInfo.content}}" showCancelButton="{{true}}" data-event-opts="{{[['^confirm',[['deleteAddress']]],['^cancel',[['hancleModalCancel']]]]}}" bind:confirm="__e" bind:cancel="__e" class="data-v-8718d7d8" bind:__l="__l"></u-modal></view>
|
||||
424
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.wxss
vendored
Normal file
424
unpackage/dist/dev/mp-weixin/pages/component/commonComponents/address/index.wxss
vendored
Normal file
@@ -0,0 +1,424 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
@-webkit-keyframes example1-data-v-1cbbbcb8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
@keyframes example1-data-v-1cbbbcb8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* uni.scss */
|
||||
/* 颜色变量 */
|
||||
/* 主要颜色 */
|
||||
/* 文本颜色 */
|
||||
/* 其它颜色 */
|
||||
.AC_List.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.curriulum_title.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
margin-top: 10rpx;
|
||||
float: left;
|
||||
margin-bottom: 5rpx;
|
||||
color: #b0b0b0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.curriulum_title text.data-v-1cbbbcb8 {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.right.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 100rpx);
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.user_info.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
margin-top: 10rpx;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
font-size: 32rpx;
|
||||
font-weight: 800;
|
||||
}
|
||||
.user_info .name.data-v-1cbbbcb8 {
|
||||
color: #333;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.user_info .tel.data-v-1cbbbcb8 {
|
||||
color: #000;
|
||||
font-size: 28rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.common_address_box.data-v-1cbbbcb8 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #fff;
|
||||
}
|
||||
.normal_box.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 60rpx);
|
||||
height: auto;
|
||||
float: left;
|
||||
}
|
||||
.normal_box .normal_box_top.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.normal_box .editIcon.data-v-1cbbbcb8 {
|
||||
float: right;
|
||||
}
|
||||
.normal_logo.data-v-1cbbbcb8 {
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
border-radius: 80rpx;
|
||||
background-color: #EDF6F5 !important;
|
||||
color: #3AB3AE;
|
||||
font-size: 34rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
float: left;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.isDefault.data-v-1cbbbcb8 {
|
||||
color: #3AB3AE;
|
||||
font-size: 22rpx;
|
||||
font-weight: 600;
|
||||
border: 1rpx solid #3AB3AE;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
line-height: 30rpx;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .sx-address-picker__list-tab {
|
||||
padding-left: 0;
|
||||
}
|
||||
.inputBox.data-v-1cbbbcb8 {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-easyinput__content {
|
||||
background-color: #f5f5f5 !important;
|
||||
border-color: #f5f5f5 !important;
|
||||
}
|
||||
.select_address_box.data-v-1cbbbcb8 {
|
||||
min-height: 35px;
|
||||
line-height: 1;
|
||||
font-size: 14px;
|
||||
height: auto;
|
||||
padding-left: 20rpx;
|
||||
background-color: #f5f5f5 !important;
|
||||
padding-top: 20rpx;
|
||||
padding-bottom: 20rpx;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.select_address_box .address_info.data-v-1cbbbcb8 {
|
||||
width: calc(100% - 60rpx);
|
||||
}
|
||||
.address_box.data-v-1cbbbcb8 {
|
||||
background-color: #fbf9f9;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.address_box .title.data-v-1cbbbcb8 {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 60rpx;
|
||||
}
|
||||
.data-v-1cbbbcb8 .is-input-error-border .uni-easyinput__placeholder-class {
|
||||
color: #999 !important;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-easyinput-error {
|
||||
color: #333 !important;
|
||||
}
|
||||
.data-v-1cbbbcb8 .uni-forms-item .is-required {
|
||||
margin-right: 10rpx !important;
|
||||
padding-top: 10rpx !important;
|
||||
}
|
||||
.rightArrow.data-v-1cbbbcb8 {
|
||||
margin-right: 40rpx;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
@-webkit-keyframes example1-data-v-8718d7d8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
@keyframes example1-data-v-8718d7d8 {
|
||||
0% {
|
||||
-webkit-transform: translate(-100px);
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: translate();
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translate(0);
|
||||
transform: translate(0);
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* uni.scss */
|
||||
/* 颜色变量 */
|
||||
/* 主要颜色 */
|
||||
/* 文本颜色 */
|
||||
/* 其它颜色 */
|
||||
.data-v-8718d7d8 .list_item {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.AC_List.data-v-8718d7d8 {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
}
|
||||
.curriulum_title.data-v-8718d7d8 {
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
white-space: wrap;
|
||||
/* 禁止文本换行 */
|
||||
overflow: hidden;
|
||||
margin-top: 10rpx;
|
||||
float: left;
|
||||
margin-bottom: 5rpx;
|
||||
color: #b0b0b0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.curriulum_title text.data-v-8718d7d8 {
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.right.data-v-8718d7d8 {
|
||||
width: calc(100% - 100rpx);
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
.user_info.data-v-8718d7d8 {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
margin-top: 10rpx;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
font-size: 32rpx;
|
||||
font-weight: 800;
|
||||
}
|
||||
.user_info .name.data-v-8718d7d8 {
|
||||
max-width: calc(100% - 300rpx);
|
||||
white-space: nowrap;
|
||||
/* 禁止文本换行 */
|
||||
overflow: hidden;
|
||||
/* 隐藏超出容器的文本 */
|
||||
text-overflow: ellipsis;
|
||||
/* 使用省略号代替隐藏的内容 */
|
||||
display: inline-block;
|
||||
color: #333;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.user_info .tel.data-v-8718d7d8 {
|
||||
color: #000;
|
||||
font-size: 28rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.common_address_box.data-v-8718d7d8 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #fdfbfb;
|
||||
}
|
||||
.normal_box.data-v-8718d7d8 {
|
||||
width: calc(100% - 60rpx);
|
||||
height: auto;
|
||||
float: left;
|
||||
}
|
||||
.normal_box .normal_box_top.data-v-8718d7d8 {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.normal_box .editIcon.data-v-8718d7d8 {
|
||||
float: right;
|
||||
}
|
||||
.normal_logo.data-v-8718d7d8 {
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
border-radius: 80rpx;
|
||||
background-color: #EDF6F5 !important;
|
||||
color: #3ab3ae;
|
||||
font-size: 34rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
float: left;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.isDefault.data-v-8718d7d8 {
|
||||
color: #3ab3ae;
|
||||
font-size: 22rpx;
|
||||
font-weight: 600;
|
||||
border: 1rpx solid #3AB3AE;
|
||||
padding: 2rpx 10rpx;
|
||||
border-radius: 6rpx;
|
||||
line-height: 30rpx;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user