Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7b1b12c6
authored
May 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
4681e0a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
2 deletions
assets/css/mine/userAddress.scss
pages/mine/userAddress.vue
assets/css/mine/userAddress.scss
View file @
7b1b12c6
...
...
@@ -72,6 +72,26 @@
}
}
}
.default
{
width
:
32rpx
;
height
:
32rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202305/19/53c6f67275c83a0f9ccaa565c018cfcd.png')
no-repeat
center
;
background-size
:
cover
;
}
.default-text
{
margin-left
:
16rpx
;
font-size
:
24rpx
;
color
:
#919399
;
}
.default-curr
{
.default
{
background
:
url('https://img.ichunt.com/images/ichunt/202305/19/e6d61a2c75f0185a207904679ec70273.png')
no-repeat
center
;
background-size
:
cover
;
}
.default-text
{
color
:
#1969f9
;
}
}
}
}
}
pages/mine/userAddress.vue
View file @
7b1b12c6
...
...
@@ -17,9 +17,32 @@
</view>
<view
class=
"p2"
>
广东省深圳市龙岗区坂田清丽路1号宝能科技园南区12栋11楼
</view>
<view
class=
"operate row bothSide verCenter"
>
<view>
<view
class=
"row verCenter"
>
<view
class=
"default"
></view>
<text
class=
"default-text"
>
设为默认
</text>
</view>
<view
class=
"row verCenter"
>
<view
class=
"edit row verCenter"
>
<text
class=
"iconfont icon-bjt"
></text>
<text
class=
"tt"
>
编辑
</text>
</view>
<view
class=
"delete row verCenter"
>
<text
class=
"iconfont icon-del"
></text>
<text
class=
"tt"
>
删除
</text>
</view>
</view>
</view>
</view>
<view
class=
"box"
>
<view
class=
"p1 row verCenter"
>
<text
class=
"t1"
>
蔡先生
</text>
<text
class=
"t2"
>
13800138000
</text>
</view>
<view
class=
"p2"
>
广东省深圳市龙岗区坂田清丽路1号宝能科技园南区12栋11楼
</view>
<view
class=
"operate row bothSide verCenter"
>
<view
class=
"row verCenter default-curr"
>
<view
class=
"default"
></view>
<text
class=
"default-text"
></text>
<text
class=
"default-text"
>
设为默认
</text>
</view>
<view
class=
"row verCenter"
>
<view
class=
"edit row verCenter"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment