Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
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
zhanhai
uni-app-ddh-shop
Commits
4ca7add6
Commit
4ca7add6
authored
Aug 08, 2024
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a798544a
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
102 additions
and
68 deletions
+102
-68
index.less
pages/Ineed/index.less
+4
-4
index.less
pages/lookGoods/index.less
+21
-16
lookGoods.vue
pages/lookGoods/lookGoods.vue
+4
-1
index.less
pages/myneed/index.less
+1
-1
index.less
pages/productDetails/index.less
+4
-1
app-service.js
unpackage/dist/dev/app-plus/app-service.js
+37
-24
app-view.js
unpackage/dist/dev/app-plus/app-view.js
+31
-21
No files found.
pages/Ineed/index.less
View file @
4ca7add6
.i-page{
width:100%;
height:calc(100vh-120rpx) ;
// min-height: 1624rpx
;
min-height: 100vh
;
background: #F7FAFF;
.scroll-y-hs{
height: 1
2
00rpx;
height: 1
3
00rpx;
padding-top:6rpx;
...
...
@@ -52,10 +52,10 @@
position: fixed;
bottom:0 ;
width: 100%;
height: 1
2
6rpx;
height: 1
4
6rpx;
background: #FFFFFF;
.footer-btn{
margin: 23rpx 40rpx;
margin: 23rpx 40rpx
48rpx
;
width: 670rpx;
height: 88rpx;
background: linear-gradient( 137deg, #3877F5 0%, #5690FA 100%);
...
...
pages/lookGoods/index.less
View file @
4ca7add6
...
...
@@ -48,9 +48,9 @@
}
}
.item-footer{
margin: 0 16rpx 0 14
rpx;
padding: 9rpx 16rpx 21rpx 0
rpx;
.footer-des{
margin: 9rpx 16rpx 21rpx 0
;
width: 260rpx
;
height: 37rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
...
...
@@ -66,11 +66,9 @@
}
.footer-box{
display: flex;
margin:9rpx 0 16rpx;
.box-num{
display: flex;
margin-top:8rpx;
margin-right: 30rpx;
height: 37rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
...
...
@@ -83,6 +81,12 @@
font-size: 20rpx;
}
}
}
.footer-line{
display: flex;
align-items: center;
justify-content: space-between;
.box-btn{
width: 76rpx;
...
...
@@ -97,18 +101,19 @@
text-align: center;
font-style: normal;
}
.box-last{
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #999999;
line-height: 28rpx;
text-align: right;
font-style: normal;
}
}
.box-last{
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #999999;
line-height: 28rpx;
text-align: right;
font-style: normal;
}
}
}
:nth-child(2n){
...
...
pages/lookGoods/lookGoods.vue
View file @
4ca7add6
...
...
@@ -22,9 +22,12 @@
<view
class=
'num-icon'
>
¥
</view>
{{
item
.
goodsMoney
}}
</view>
</view>
<view
class=
'footer-line'
>
<view
class=
'box-btn'
>
可置换
</view>
<view
class=
"box-last"
>
{{
item
.
lookSum
}}
次浏览
</view>
</view>
<view
class=
"box-last"
>
{{
item
.
lookSum
}}
次浏览
</view>
</view>
</view>
</view>
...
...
pages/myneed/index.less
View file @
4ca7add6
...
...
@@ -97,7 +97,7 @@
position: fixed;
bottom:0 ;
width: 100%;
height: 1
2
6rpx;
height: 1
4
6rpx;
background: #FFFFFF;
.footer-btn{
margin: 23rpx 40rpx;
...
...
pages/productDetails/index.less
View file @
4ca7add6
...
...
@@ -152,6 +152,7 @@
.l-attention{
.a-icon{
margin-left:18rpx;
width: 40rpx;
height: 40rpx;
background: url('https://ddh.yyhock.com/ddhMall/attention.png') 0 0 no-repeat;
...
...
@@ -159,7 +160,7 @@
}
.a-icon-show{
margin-left:1
0
rpx;
margin-left:1
2
rpx;
width: 40rpx;
height: 40rpx;
background: url('https://ddh.yyhock.com/ddhMall/attention-show.png') 0 0 no-repeat;
...
...
@@ -167,6 +168,7 @@
}
.a-text{
padding-top:10rpx;
width: 72rpx;
height: 33rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
...
...
@@ -178,6 +180,7 @@
}
.a-texts{
padding-top:10rpx;
width: 72rpx;
height: 33rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
...
...
unpackage/dist/dev/app-plus/app-service.js
View file @
4ca7add6
This diff is collapsed.
Click to expand it.
unpackage/dist/dev/app-plus/app-view.js
View file @
4ca7add6
This diff is collapsed.
Click to expand it.
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