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
dd429f9d
Commit
dd429f9d
authored
Jan 16, 2025
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页面样式调整
parent
56935461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
index.less
subPackage/productDetails/index.less
+9
-2
productDetails.vue
subPackage/productDetails/productDetails.vue
+1
-1
No files found.
subPackage/productDetails/index.less
View file @
dd429f9d
.product-page {
width: 100%;
height: 100vh;
background: #F7FAFF;
box-sizing: border-box;
padding-bottom: 160rpx;
.p-banner {
margin: 20rpx 30rpx 0;
width: 100%;
height: 450rpx;
margin-bottom: 20rpx;
box-sizing: border-box;
padding: 0 30rpx;
.banner-item {
display: block;
...
...
@@ -18,6 +22,7 @@
.p-box {
margin: 30rpx;
width: 690rpx;
height: 210rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);
border-radius: 10rpx;
...
...
@@ -117,9 +122,11 @@
.p-detail {
margin: 0 30rpx;
width: 690rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232, 232, 232, 0.49);
border-radius: 10rpx;
overflow: auto;
.det-text {
padding: 25rpx;
...
...
subPackage/productDetails/productDetails.vue
View file @
dd429f9d
<
template
>
<view
class=
'product-page'
v-show=
"productInfo!=null"
>
<view
class=
'p-banner'
v-show=
"goodsImage!=''"
>
<image
:src=
'goodsImage'
mode=
"widthFix"
class=
'banner-item'
></image>
<image
:src=
'goodsImage'
class=
'banner-item'
></image>
</view>
<view
class=
"p-box"
>
<view
class=
'box-top'
>
...
...
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