mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
Address page style updated
This commit is contained in:
parent
41565c38aa
commit
5abe70012d
@ -58,7 +58,7 @@
|
|||||||
.rc-max-width--xl{
|
.rc-max-width--xl{
|
||||||
padding: 24px 20px 0 20px;
|
padding: 24px 20px 0 20px;
|
||||||
input{
|
input{
|
||||||
width: 258px;
|
width: 100%;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #808285;
|
border-bottom: 1px solid #808285;
|
||||||
@ -69,13 +69,12 @@
|
|||||||
span{
|
span{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 22%;
|
width: 6rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.rc-people{
|
.rc-people{
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
span{
|
span{
|
||||||
@ -106,10 +105,10 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
|
|
||||||
height: 80px;
|
height: 80px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding:0 20px 0 20px;
|
padding:0 20px 0 20px;
|
||||||
|
margin-bottom:1.5rem;
|
||||||
span
|
span
|
||||||
{
|
{
|
||||||
width: 160px;
|
width: 160px;
|
||||||
@ -217,7 +216,7 @@
|
|||||||
span{
|
span{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 10%;
|
width: 4.75rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
BIN
rc-busness/assets/image/arr-down.jpg
Normal file
BIN
rc-busness/assets/image/arr-down.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
rc-busness/assets/image/arr-up.png
Normal file
BIN
rc-busness/assets/image/arr-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
rc-busness/assets/image/ico-location.png
Normal file
BIN
rc-busness/assets/image/ico-location.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -451,6 +451,18 @@ export default {
|
|||||||
/deep/.van-picker__confirm{
|
/deep/.van-picker__confirm{
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
.ts-area-picker-container { width:100%; }
|
||||||
|
.ts-area-picker-value-displayer {
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid #808285;
|
||||||
|
color: #999999;
|
||||||
|
font-size: 16px;
|
||||||
|
margin-left: 2px;
|
||||||
|
width:100%;
|
||||||
|
padding-bottom:.25rem;
|
||||||
|
background:url("../assets/image/ico-location.png") no-repeat 98% center;
|
||||||
|
background-size:16px;
|
||||||
|
}
|
||||||
.ts-area-picker-mobile{
|
.ts-area-picker-mobile{
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -473,7 +485,14 @@ export default {
|
|||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.ts-area-picker-container,.ts-area-picker-value-displayer{
|
.ts-area-picker-container,.ts-area-picker-value-displayer{
|
||||||
width:40rem;
|
width:42.5rem;
|
||||||
|
}
|
||||||
|
.ts-area-picker-value-displayer{
|
||||||
|
padding-left:1rem;
|
||||||
|
height:2.8rem;
|
||||||
|
background:url("../assets/image/arr-down.jpg") no-repeat 98% center;
|
||||||
|
background-size:20px;
|
||||||
|
border: 1px solid #808285;
|
||||||
}
|
}
|
||||||
.ts-area-picker-desktop{
|
.ts-area-picker-desktop{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -485,6 +504,7 @@ export default {
|
|||||||
border:1px solid #808285;
|
border:1px solid #808285;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
z-index:1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes flash-error
|
@keyframes flash-error
|
||||||
|
25561
rc-busness/package-lock.json
generated
25561
rc-busness/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,20 +5,20 @@
|
|||||||
<div class="usercontend">
|
<div class="usercontend">
|
||||||
<div class="rc-max-width--xl">
|
<div class="rc-max-width--xl">
|
||||||
<h2>新增收货地址</h2>
|
<h2>新增收货地址</h2>
|
||||||
<div class="rc-max-width--xl rc-people">
|
<div class="rc-max-width--xl rc-people rc-full-width">
|
||||||
<span>收货人:</span>
|
<span>收货人:</span>
|
||||||
<input type="text" placeholder="请输入收货人姓名" v-model="userpeople">
|
<input type="text" placeholder="请输入收货人姓名" v-model="userpeople">
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-phone">
|
<div class="rc-max-width--xl rc-people rc-phone rc-full-width">
|
||||||
<span>手机号码:</span>
|
<span>手机号码:</span>
|
||||||
<input type="text" placeholder="请输入11位手机号码" v-model="tel" :error-message="usertel">
|
<input type="text" placeholder="请输入11位手机号码" v-model="tel" :error-message="usertel">
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-address">
|
<div class="rc-max-width--xl rc-people rc-address rc-full-width">
|
||||||
<span>所在地区:</span>
|
<span>所在地区:</span>
|
||||||
<!-- <input type="text" placeholder="请选择所在地区"> -->
|
<!-- <input type="text" placeholder="请选择所在地区"> -->
|
||||||
<addressInput @getmenu="onGetMenu" @closeDialog = "handleClose1" :dialogInfo1="dialogInfo1"></addressInput>
|
<addressInput @getmenu="onGetMenu" @closeDialog = "handleClose1" :dialogInfo1="dialogInfo1"></addressInput>
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-useaddress">
|
<div class="rc-max-width--xl rc-people rc-useaddress">
|
||||||
<span>详细地址:</span>
|
<span>详细地址:</span>
|
||||||
<input type="text" placeholder="小区、门牌号等" class="userinput" v-model="alladdress">
|
<input type="text" placeholder="小区、门牌号等" class="userinput" v-model="alladdress">
|
||||||
<textarea rows="10" cols="30" placeholder="请输入详细地址">
|
<textarea rows="10" cols="30" placeholder="请输入详细地址">
|
||||||
@ -234,6 +234,5 @@ openclose(){
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped >
|
<style lang="less" scoped >
|
||||||
@import url("../../assets/css/global.less");
|
|
||||||
@import url("../../assets/css/addaddress.less");
|
@import url("../../assets/css/addaddress.less");
|
||||||
</style>
|
</style>
|
||||||
|
@ -8,15 +8,15 @@
|
|||||||
<span>收货人:</span>
|
<span>收货人:</span>
|
||||||
<input type="text" placeholder="" v-model="recipient">
|
<input type="text" placeholder="" v-model="recipient">
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-phone">
|
<div class="rc-max-width--xl rc-people rc-phone">
|
||||||
<span>手机号码:</span>
|
<span>手机号码:</span>
|
||||||
<input type="text" placeholder="" v-model="recipientPhone">
|
<input type="text" placeholder="" v-model="recipientPhone">
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-address">
|
<div class="rc-max-width--xl rc-people rc-address">
|
||||||
<span>所在地区:</span>
|
<span>所在地区:</span>
|
||||||
<addressInput @getmenu="onGetMenu" @closeDialog = "handleClose1" :dialogInfo1="dialogInfo1" :defaultValues="defaultValues"></addressInput>
|
<addressInput @getmenu="onGetMenu" @closeDialog = "handleClose1" :dialogInfo1="dialogInfo1" :defaultValues="defaultValues"></addressInput>
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-max-width--xl rc-useaddress">
|
<div class="rc-max-width--xl rc-people rc-useaddress">
|
||||||
<span>详细地址:</span>
|
<span>详细地址:</span>
|
||||||
<input type="text" placeholder="" v-model="detailAddress" >
|
<input type="text" placeholder="" v-model="detailAddress" >
|
||||||
</div>
|
</div>
|
||||||
@ -254,6 +254,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped >
|
<style lang="less" scoped >
|
||||||
@import url("../../assets/css/global.less");
|
@import url("../../assets/css/addaddress.less");
|
||||||
@import url("../../assets/css/editaddress.less");
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user