Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
385f6e63a5940ceb8efd1665d14ce7ab1a533e0e
1 parent
1e605155
增加我的消息的样式文件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
1 deletions
static/sass/me/_index.scss
static/sass/me/_message.scss
static/sass/me/_index.scss
View file @
385f6e6
$vip
:
sprite-map
(
"me/vip/*.png"
,
$spacing
:
10px
);
$fav
:
sprite-map
(
"me/fav/*.png"
,
$spacing
:
5px
);
@import
"home"
,
"vip-grade"
,
"order"
,
"order-detail"
,
"coupons"
,
"personal-details"
,
"yoho-coin"
,
"fav"
,
"suggest"
,
"address"
,
"online-service"
,
"my-guang"
,
"ihelp"
,
"browse-record"
,
"logistic"
,
"pay"
,
"yoho-coin-new"
,
"yoho-coin-detail"
;
@import
"home"
,
"vip-grade"
,
"order"
,
"order-detail"
,
"coupons"
,
"personal-details"
,
"yoho-coin"
,
"fav"
,
"suggest"
,
"address"
,
"online-service"
,
"my-guang"
,
"ihelp"
,
"browse-record"
,
"logistic"
,
"pay"
,
"yoho-coin-new"
,
"yoho-coin-detail"
,
"message"
;
...
...
static/sass/me/_message.scss
0 → 100644
View file @
385f6e6
.massage-page
{
margin-top
:
.4rem
;
padding-bottom
:
.6rem
;
.massage-list
{
padding
:
1em
2em
1em
1
.4em
;
border-bottom
:
1px
solid
#F8F8F8
;
position
:
relative
;
overflow
:
hidden
;
p
{
font-size
:
1
.2em
;
color
:
#222
;
}
span
{
font-size
:
0
.9em
;
color
:
#999999
;
}
i
{
position
:
absolute
;
right
:
.6rem
;
top
:
.6rem
;
color
:
#cccccc
;
}
strong
{
width
:
8px
;
height
:
8px
;
position
:
absolute
;
left
:
.4rem
;
top
:
1rem
;
background
:
#f00
;
border-radius
:
50%
;
}
}
.massage-main
{
border-bottom
:
1px
solid
#F8F8F8
;
padding
:
12px
;
margin-left
:
10px
;
margin-bottom
:
10px
;
h6
{
margin-bottom
:
.2rem
;
}
span
{
color
:
#656565
;
}
}
.sale-btn
{
background-color
:
#ea2622
;
color
:
#fff
;
padding
:
5px
10px
5px
10px
;
}
.coupon-item
{
margin-left
:
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
#F8F8F8
;
margin-top
:
10px
;
.coupon-img
{
width
:
3
.2rem
;
height
:
auto
;
overflow
:
hidden
;
float
:
left
;
margin-right
:
.4rem
;
img
{
width
:
100%
;
height
:
auto
;
}
}
.coupon-info
{
font-size
:
.55rem
;
span
{
color
:
#f00
;
}
}
.coupon-action
{
width
:
110px
;
font-size
:
12px
;
letter-spacing
:
2px
;
margin
:
3px
0
0
0
;
height
:
35px
;
line-height
:
35px
;
background
:
#ed0010
;
text-align
:
center
;
margin-left
:
3
.6rem
;
a
{
display
:
block
;
color
:
#fff
;
width
:
100%
;
height
:
100%
;
}
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment