Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ypl_share_web
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄秀兰
ypl_share_web
Commits
5ce59202
Commit
5ce59202
authored
May 27, 2016
by
黄秀兰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed stars devide bug
parent
21621432
Pipeline
#424
skipped in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
dist/css/sale.css
+2
-3
src/less/sale.less
+2
-3
No files found.
dist/css/sale.css
View file @
5ce59202
...
@@ -208,14 +208,13 @@
...
@@ -208,14 +208,13 @@
}
}
.photographer
.photographer-info
.stars
{
.photographer
.photographer-info
.stars
{
margin-bottom
:
0.69333333rem
;
margin-bottom
:
0.69333333rem
;
line-height
:
1
;
line-height
:
0
;
}
}
.photographer
.photographer-info
.stars
.stars-info
,
.photographer
.photographer-info
.stars
.stars-info
,
.photographer
.photographer-info
.stars
.stars-level
{
.photographer
.photographer-info
.stars
.stars-level
{
width
:
100px
;
width
:
100px
;
height
:
16px
;
height
:
16px
;
display
:
inline-block
;
display
:
inline-block
;
margin
:
auto
;
}
}
.photographer
.photographer-info
.stars
.stars-info
{
.photographer
.photographer-info
.stars
.stars-info
{
background-image
:
url('../../dist/img/sprites-photographer.png')
;
background-image
:
url('../../dist/img/sprites-photographer.png')
;
...
@@ -352,7 +351,7 @@
...
@@ -352,7 +351,7 @@
.tab-review
.stars
{
.tab-review
.stars
{
float
:
left
;
float
:
left
;
}
}
.tab-review
.stars
stars-info
,
.tab-review
.stars
.
stars-info
,
.tab-review
.stars
.stars-level
{
.tab-review
.stars
.stars-level
{
width
:
100px
;
width
:
100px
;
height
:
16px
;
height
:
16px
;
...
...
src/less/sale.less
View file @
5ce59202
...
@@ -195,12 +195,11 @@
...
@@ -195,12 +195,11 @@
}
}
.stars {
.stars {
.px1rem(margin-bottom, 13);
.px1rem(margin-bottom, 13);
line-height:
1
;
line-height:
0
;
.stars-info, .stars-level {
.stars-info, .stars-level {
width: 100px;
width: 100px;
height: 16px;
height: 16px;
display: inline-block;
display: inline-block;
margin: auto;
}
}
.stars-info {
.stars-info {
background-image: url('../../dist/img/sprites-photographer.png');
background-image: url('../../dist/img/sprites-photographer.png');
...
@@ -311,7 +310,7 @@
...
@@ -311,7 +310,7 @@
}
}
.stars {
.stars {
float: left;
float: left;
stars-info, .stars-level {
.
stars-info, .stars-level {
width: 100px;
width: 100px;
height: 16px;
height: 16px;
display: block;
display: block;
...
...
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