This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
jewelry-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
优化
master
longjieli
1 month ago
parent
75396ec763
commit
5bf43a1694
5 changed files
with
24 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
components/product/productItem.vue
+7
-1
pages/index/category.vue
+7
-1
pages/index/index.vue
+4
-1
pages_order/mine/moreCommodity.vue
+5
-3
pages_order/mine/recruit.vue
+ 1
- 2
components/product/productItem.vue
View File
@ -122,7 +122,7 @@
/
/
商
品
信
息
.
info
{
padding
:
20
rpx
;
padding
:
20
rpx
0
rpx
20
rpx
20
rpx
;
color
:
#
555
;
width
:
calc
(
100
%
-
180
rpx
)
;
box
-
sizing
:
border
-
box
;
@ -130,7 +130,6 @@
/
/
商
品
标
题
.
title
{
width
:
280
rpx
;
font
-
size
:
28
rpx
;
font
-
weight
:
bold
;
overflow
:
hidden
;
/
/
超
出
的
文
本
隐
藏
+ 7
- 1
pages/index/category.vue
View File
@ -117,13 +117,19 @@
&
:
:
v
-
deep
.
uv
-
vtabs__content
{
background
:
transparent
!
important
;
overflow
:
hidden
;
}
}
.
category
{
font
-
size
:
30
rpx
;
color
:
#
333
;
&
:
:
v
-
deep
.
uv
-
vtabs
{
width
:
750
rpx
;
overflow
:
hidden
;
}
.
list
{
width
:
100
%
;
padding
:
0
rpx
20
rpx
;
+ 7
- 1
pages/index/index.vue
View File
@ -363,8 +363,14 @@
color
:
white
;
border
-
radius
:
20
rpx
;
font
-
size
:
24
rpx
;
padding
:
5
rpx
2
0
rpx
;
padding
:
5
rpx
1
0
rpx
;
margin
:
10
rpx
0
rpx
;
width
:
90
%
;
white
-
space
:
nowrap
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
box
-
sizing
:
border
-
box
;
text
-
align
:
center
;
}
.
product
-
price
{
+ 4
- 1
pages_order/mine/moreCommodity.vue
View File
@ -36,12 +36,15 @@
mixins
:
[
mixinList
]
,
components
:
{
productList
}
,
onLoad
(
args
)
{
}
,
data
(
)
{
return
{
filtrationList
:
[
'综合'
,
'销量'
,
'价格'
,
'上新'
]
,
activeFiltration
:
0
,
mixinsListApi
:
"getClassShopPageList"
mixinsListApi
:
"getClassShopPageList"
}
}
,
methods
:
{
+ 5
- 3
pages_order/mine/recruit.vue
View File
@ -116,7 +116,7 @@
openAreaSelector
(
)
{
this
.
$refs
.
AreaSelector
.
open
(
)
;
}
,
/
/
用
户
选
择
了
省
市
区
信
息
selectArea
(
area
)
{
this
.
partnership
.
address
=
area
;
@ -209,14 +209,16 @@
width
:
calc
(
100
%
-
152
rpx
)
;
padding
:
0
rpx
20
rpx
;
box
-
sizing
:
border
-
box
;
.
area
-
detail
{
width
:
95
%
;
white
-
space
:
nowrap
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
color
:
#
939393
;
font
-
weight
:
normal
;
}
.
arraw
{
width
:
5
%
;
}
Write
Preview
Loading…
Cancel
Save