Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
mp
user
Commits
dd014f2b
Commit
dd014f2b
authored
Jul 04, 2022
by
songbingqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整我的页面样式效果
parent
7deeae87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
42 deletions
+51
-42
pages/mine/mine.vue
+51
-42
No files found.
pages/mine/mine.vue
View file @
dd014f2b
...
...
@@ -7,8 +7,7 @@
</view>
<image
:src=
"'https://s3.bmp.ovh/imgs/2022/07/01/f683c3a5225011b2.gif'"
/>
<!--
<video
class=
"video"
autoplay
muted
loop
:controls=
"false"
:enable-progress-gesture=
"false"
objectFit=
'cover'
src=
"http://songclound.oss-cn-hongkong.aliyuncs.com/2022/06/27/e6582afb60924.mp4"
></video>
-->
</view>
<view
class=
"mod11"
>
<view
class=
"mod11"
>
<view
class=
"avatar"
>
<image
:src=
"'../../static/touxiang.png'"
></image>
</view>
...
...
@@ -22,17 +21,20 @@
</view>
</view>
<view>
<image
class=
"arrow-right-select"
v-if=
"userms"
:src=
"'../../static/imgs/jiantouhei.png'"
/>
<button
class=
"login-btn"
v-if=
"!userms"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber"
>
立即登录
</button>
</view>
</view>
</view>
</view>
<!--
<button
class=
"mod11 flex-col"
v-else
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber"
>
立即登录
</button>
-->
<view
class=
"contents"
v-if=
"userms"
>
<view
class=
"myOrder"
@
click=
"goToPage('order')"
>
<view
class=
"text"
>
我的订单
</view>
<view><image
class=
"icon"
src=
"/static/imgs/dingdan.png"
></image></view>
<view
class=
"iconbox"
><image
class=
"icon"
src=
"/static/imgs/dingdan.png"
></image></view>
</view>
<view
class=
"line"
></view>
<view
class=
"right_box"
>
...
...
@@ -54,7 +56,7 @@
<view
class=
"contents"
v-if=
"!userms"
:style=
"
{'padding-bottom':'65rpx'}">
<button
class=
"myOrder"
open-type=
"getPhoneNumber"
@
getphonenumber=
"getPhoneNumber"
style=
"line-height:30rpx; margin-left:0rpx; margin-right:0rpx; padding-left:0rpx; padding-right:0rpx;"
>
<view
class=
"text"
>
我的订单
</view>
<view><image
class=
"icon"
src=
"/static/imgs/dingdan.png"
></image></view>
<view
class=
"iconbox"
><image
class=
"icon"
src=
"/static/imgs/dingdan.png"
></image></view>
</button>
<view
class=
"line"
></view>
<view
class=
"right_box"
>
...
...
@@ -153,12 +155,9 @@ button::after {
.menu-banner
{
position
:
relative
;
.video{
height
:
436
rpx
;
}
height
:
504
rpx
;
image
{
height
:
4
36
rpx
;
height
:
4
00
rpx
;
}
.log
{
...
...
@@ -187,18 +186,19 @@ button::after {
}
.mod11
{
border-radius
:
0
rpx
;
box-sizing
:
border-box
;
padding
:
28.5
rpx
30
rpx
28.5
rpx
32
rpx
;
width
:
686
rpx
;
height
:
136
rpx
;
background
:
#FFFFFF
;
backdrop-filter
:
blur
(
10px
);
margin
:
0
auto
;
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
margin-top
:
-90
rpx
;
width
:
686
rpx
;
height
:
104
rpx
;
padding
:
16
rpx
32
rpx
16
rpx
32
rpx
;
background
:
#ffffff
;
position
:
absolute
;
z-index
:
1
;
bottom
:
52
rpx
;
left
:
33
rpx
;
box-sizing
:
border-box
;
box-shadow
:
0px
2px
8px
0px
rgba
(
102
,
102
,
102
,
0.1
);
backdrop-filter
:
blur
(
0px
);
z-index
:
9
;
...
...
@@ -208,12 +208,12 @@ button::after {
align-items
:
center
;
width
:
72
rpx
;
height
:
72
rpx
;
margin-right
:
32
rpx
;
border-radius
:
4
rpx
;
margin-right
:
16.93
rpx
;
border-radius
:
72
rpx
;
image
{
width
:
100%
;
height
:
100%
;
border-radius
:
60
rpx
;
border-radius
:
72
rpx
;
}
;
}
...
...
@@ -224,9 +224,10 @@ button::after {
justify-content
:
space-between
;
flex-wrap
:
nowrap
;
.user-name
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
margin-top
:
2.68
rpx
;
font-size
:
24
rpx
;
font-weight
:
normal
;
font-family
:
Arial-BoldMT
,
Arial
;
color
:
#333333
;
}
...
...
@@ -235,7 +236,7 @@ button::after {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
7
rpx
;
margin-top
:
4.64
rpx
;
.content
{
flex
:
1
;
...
...
@@ -249,6 +250,7 @@ button::after {
.login-btn
{
//
width
:
114
rpx
;
margin-right
:
-5
rpx
;
width
:
167
rpx
;
height
:
64
rpx
;
background
:
#0050F6
;
...
...
@@ -268,25 +270,28 @@ button::after {
.contents
{
display
:
flex
;
padding
:
52
rpx
64
rpx
52
rpx
70
rpx
;
margin
:
24
rpx
32
rpx
24
rpx
32
rpx
;
margin
:
-28
rpx
32
rpx
24
rpx
32
rpx
;
align-items
:
center
;
justify-content
:
space-between
;
background
:
#FFFFFF
;
//
background
:
#0000FF
;
.myOrder
{
width
:
30%
;
height
:
197
rpx
;
height
:
216
rpx
;
//
background
:
#FF0000
;
background
:
#FFFFFF
;
align-items
:
center
;
text-align
:
left
;
.text
{
margin-top
:
5
rpx
;
margin-top
:
5
.02
rpx
;
font-size
:
28
rpx
;
height
:
40
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
width
:
112
rpx
;
line-height
:
40
rpx
;
margin-right
:
70.46
rpx
;
color
:
#333333
;
}
...
...
@@ -297,12 +302,16 @@ button::after {
color
:
#323232
;
margin-top
:
10
rpx
;
}
.iconbox
{
width
:
99.94
rpx
;
height
:
110
rpx
;
margin-left
:
6
rpx
;
margin-top
:
48.98
rpx
;
}
.icon
{
width
:
9
4
.94
rpx
;
height
:
110
rpx
;
width
:
9
9
.94
rpx
;
height
:
110
rpx
;
margin
:
0
auto
;
margin-top
:
48.98
rpx
;
}
}
...
...
@@ -315,14 +324,13 @@ button::after {
.right_box
{
flex
:
1
;
//
background
:
#00FF00
;
width
:
52%
;
height
:
19
6
rpx
;
width
:
306
rpx
;
height
:
21
6
rpx
;
display
:
flex
;
justify-content
:
space-between
;
flex-direction
:
column
;
align-items
:
center
;
padding-left
:
60
rpx
;
padding-right
:
24
rpx
;
padding-left
:
62.54
rpx
;
.box_two
{
width
:
100%
;
...
...
@@ -369,9 +377,10 @@ button::after {
width
:
306
rpx
;
height
:
2
rpx
;
border
:
1
rpx
solid
#E4E4E4
;
margin
:
3
9.84
rpx
0
rpx
30.84
rpx
0
rpx
;
margin
:
3
8
rpx
0
rpx
40
rpx
0
rpx
;
}
.box
{
margin-top
:
4.05
rpx
;
overflow
:
initial
;
width
:
100%
;
height
:
129
rpx
;
...
...
@@ -405,7 +414,7 @@ button::after {
.right
{
.icon
{
width
:
91.59
rpx
;
height
:
6
1.46
rpx
;
height
:
6
3.9
rpx
;
}
}
}
...
...
@@ -419,7 +428,7 @@ button::after {
width
:
686
rpx
;
background
:
#FFFFFF
;
margin
:
0
auto
;
padding
:
21
rpx
30
rpx
29
rpx
26
rpx
;
padding
:
21
.72
rpx
30
rpx
29.28
rpx
26
rpx
;
box-sizing
:
border-box
;
.title
{
...
...
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