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
8eabbc56
Commit
8eabbc56
authored
Sep 01, 2022
by
宋冰琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式效果
parent
4abfb26c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
23 deletions
+40
-23
components/Ticket/index.vue
+34
-21
components/shopCar/shopCar.vue
+5
-2
request/user/index.js
+1
-0
No files found.
components/Ticket/index.vue
View file @
8eabbc56
...
...
@@ -50,8 +50,8 @@
</view>
<view
v-if=
"info.status===2||info.status===3"
class=
"tap"
>
<view
class=
"tap_innew"
>
<view
class=
"text
"
v-if=
"info.status===2"
>
已使用
</view>
<view
class=
"text
"
v-else
>
已失效
</view>
<view
class=
"text
_ysy"
v-if=
"info.status===2"
>
</view>
<view
class=
"text
_ysx"
v-else
>
</view>
</view>
</view>
</view>
...
...
@@ -189,6 +189,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.all
{
background
:
#FFFFFF
;
margin-bottom
:
10
rpx
;
.part
{
width
:
100%
;
margin-top
:
36
rpx
;
...
...
@@ -199,6 +200,7 @@ export default {
position
:
relative
;
justify-content
:
space-between
;
align-items
:
center
;
transform
:
translateZ
(
0
);
background
:
radial-gradient
(
circle
at
right
top
,
transparent
17
rpx
,
#FFFFFF
0
)
top
left
/
182
rpx
51%
no-repeat
,
radial-gradient
(
circle
at
right
bottom
,
transparent
17
rpx
,
#FFFFFF
0
)
bottom
left
/
182
rpx
51%
no-repeat
,
radial-gradient
(
circle
at
left
top
,
transparent
17
rpx
,
#FFFFFF
0
)
top
right
/
511
rpx
51%
no-repeat
,
...
...
@@ -245,7 +247,7 @@ export default {
line-height
:
74
rpx
;
margin
:
0
auto
;
text-align
:
center
;
margin-top
:
28
rpx
;
margin-top
:
40
rpx
;
.price_box
{
...
...
@@ -284,7 +286,7 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
flex-end
;
padding-top
:
4
2
rpx
;
padding-top
:
4
0
rpx
;
padding-bottom
:
22
rpx
;
margin-right
:
33
rpx
;
border-bottom
:
1
rpx
solid
#ECECEC
;
...
...
@@ -297,7 +299,7 @@ export default {
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
var
(
color
);
line-height
:
3
8
rpx
;
line-height
:
3
6
rpx
;
white-space
:
nowrap
;
}
.time
{
...
...
@@ -358,7 +360,7 @@ export default {
margin-right
:
32
rpx
;
.more_info
{
padding-bottom
:
8
rpx
;
padding-top
:
6
rpx
;
padding-top
:
8
rpx
;
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
...
...
@@ -409,23 +411,30 @@ export default {
}
}
.tap
{
border
:
1px
solid
#DFDFDF
;
width
:
99
rpx
;
height
:
99
rpx
;
border-radius
:
50%
;
top
:
15
rpx
;
width
:
108
rpx
;
height
:
108
rpx
;
//
border
:
1px
solid
red
;
top
:
19
rpx
;
right
:
15
rpx
;
position
:
absolute
;
.tap_innew
{
position
:
relative
;
border
:
1px
solid
#DFDFDF
;
width
:
85
rpx
;
height
:
85
rpx
;
border-radius
:
50%
;
top
:
7
rpx
;
left
:
5.5
rpx
;
transform
:
rotate
(
25deg
);
.text
{
height
:
100%
;
.text_ysy
{
width
:
100%
;
height
:
100%
;
line-height
:
88
rpx
;
text-align
:
center
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
background
:
url('https://hooloo-dev-api.gdatac.com/resources/used.png')
;
background-size
:
139%
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.text_ysx
{
width
:
100%
;
height
:
100%
;
line-height
:
88
rpx
;
...
...
@@ -434,6 +443,10 @@ export default {
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#999999
;
background
:
url('https://hooloo-dev-api.gdatac.com/resources/expired.png')
;
background-size
:
139%
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
}
}
...
...
@@ -464,7 +477,7 @@ export default {
radial-gradient
(
circle
at
left
bottom
,
transparent
17
rpx
,
#FFFFFF
0
)
bottom
right
/
511
rpx
51%
no-repeat
;
filter
:
drop-shadow
(
-1px
3px
3px
rgba
(
102
,
102
,
102
,
0.1000
));
.part_top
{
margin-top
:
4
2.6
rpx
;
margin-top
:
4
0
rpx
;
margin-left
:
31.11
rpx
;
margin-right
:
30
rpx
;
line-height
:
32
rpx
;
...
...
@@ -475,7 +488,7 @@ export default {
}
.part_bottom
{
margin-top
:
1
9
rpx
;
margin-top
:
1
5
rpx
;
margin-left
:
31.11
rpx
;
margin-right
:
30
rpx
;
margin-bottom
:
40
rpx
;
...
...
components/shopCar/shopCar.vue
View file @
8eabbc56
...
...
@@ -345,7 +345,7 @@ export default {
flex-direction
:
column
;
.header
{
padding
:
3
5
rpx
31.78
rpx
35
rpx
31.54
rpx
;
padding
:
3
4
rpx
31.78
rpx
34
rpx
31.54
rpx
;
display
:
flex
;
border-bottom
:
0.1px
solid
#F4F4F4
;
...
...
@@ -415,6 +415,7 @@ export default {
margin-right
:
32
rpx
;
width
:
40
rpx
;
display
:
flex
;
margin-top
:
6
rpx
;
align-items
:
center
;
height
:
100%
;
...
...
@@ -458,7 +459,7 @@ export default {
}
.goods-price
{
margin-top
:
2
4
rpx
;
margin-top
:
2
8
rpx
;
.moneyLog
{
height
:
38
rpx
;
...
...
@@ -502,6 +503,7 @@ export default {
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
margin-top
:
6
rpx
;
//
text
{
//
width
:
40
rpx
;
//
line-height
:
40
rpx
;
...
...
@@ -632,6 +634,7 @@ export default {
line-height
:
100
rpx
;
width
:
200
rpx
;
height
:
100%
;
margin-top
:
-1
rpx
;
}
}
...
...
request/user/index.js
View file @
8eabbc56
...
...
@@ -211,6 +211,7 @@ export default {
const
{
statusCode
,
data
}
=
res
;
const
{
code
,
token
,
phoneNumber
}
=
data
;
if
(
statusCode
==
200
&&
data
&&
code
==
200
)
{
console
.
log
(
token
,
'-------token'
)
uni
.
setStorage
({
key
:
'Authorization'
,
data
:
token
});
uni
.
setStorage
({
key
:
'phoneNumber'
,
data
:
phoneNumber
});
uni
.
setStorage
({
key
:
'userInfo'
,
data
:
data
});
...
...
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