Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
c0f856795d8df413fe9fe3f032723a172081706f
1 parent
ddf8b535
master
...
beta
develop
商品详情,有连接文字应高亮提醒
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
static/sass/product/_product-description.scss
static/sass/product/_product-description.scss
View file @
c0f8567
...
...
@@ -51,7 +51,7 @@
width
:
23%
;
position
:
absolute
;
left
:
0
;
top
:
50%
;
top
:
50%
;
@include
transform
(
translateY
(
-50%
))
}
.material-desc
{
...
...
@@ -109,6 +109,13 @@
width
:
pxToRem
(
581px
);
height
:auto
;
}
a
{
color
:
#2f91f6
;
text-decoration
:
underline
;
}
}
margin-top
:
pxToRem
(
30px
);
margin-bottom
:
pxToRem
(
30px
);
...
...
Please
register
or
login
to post a comment