16 changed files with 60 additions and 339 deletions
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 6.9 KiB |
@ -1,270 +0,0 @@ |
|||||
@import "@/assets/scss/c/config.scss"; |
|
||||
@import "@/assets/scss/c/function.scss"; |
|
||||
@import "@/assets/scss/c/anime.scss"; |
|
||||
|
|
||||
|
|
||||
// 我的消息 |
|
||||
.mw-cpt-new_msg { |
|
||||
position: relative; |
|
||||
|
|
||||
.d-cpt-wrap { |
|
||||
width: 136px; |
|
||||
height: 50px; |
|
||||
background: rgba(255, 255, 255, 1); |
|
||||
box-shadow: 0px 2px 12px 0px rgba(211, 211, 211, 0.26); |
|
||||
border-radius: 50px 0 0 50px; |
|
||||
line-height: 50px; |
|
||||
img { |
|
||||
position: relative; |
|
||||
width: 40px; |
|
||||
margin: 5px; |
|
||||
vertical-align: top; |
|
||||
} |
|
||||
span { |
|
||||
font-size: 16px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: 500; |
|
||||
color: rgba(255, 76, 82, 1); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
// 更多功能1 |
|
||||
.mw-cpt-cnt_menus { |
|
||||
position: relative; |
|
||||
margin-top: 10px; |
|
||||
|
|
||||
.d-cpt-wrap { |
|
||||
width: 355px; |
|
||||
margin: 0 auto; |
|
||||
border-radius: 5px; |
|
||||
overflow: hidden; |
|
||||
background: rgba(255, 255, 255, 1); |
|
||||
|
|
||||
.list { |
|
||||
padding: 15px 0 5px; |
|
||||
overflow: hidden; |
|
||||
.item { |
|
||||
position: relative; |
|
||||
float: left; |
|
||||
margin: 0 24px; |
|
||||
width: 40px; |
|
||||
|
|
||||
> img { |
|
||||
display: block; |
|
||||
width: 40px; |
|
||||
height: 40px; |
|
||||
margin-bottom: 1px; |
|
||||
} |
|
||||
|
|
||||
p { |
|
||||
width: 100px; |
|
||||
margin-left: -30px; |
|
||||
line-height: 15px; |
|
||||
font-size: 13px; |
|
||||
text-align: center; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: 500; |
|
||||
color: rgba(51, 51, 51, 1); |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
// 更多功能2 |
|
||||
.mw-cpt-cnt_function2 { |
|
||||
position: relative; |
|
||||
margin-top: 10px; |
|
||||
|
|
||||
.d-cpt-wrap { |
|
||||
border-radius: 10px; |
|
||||
// overflow-x: scroll; |
|
||||
overflow: hidden; |
|
||||
margin: 0 13px; |
|
||||
padding:0 0 13px 0; |
|
||||
background-color: white; |
|
||||
|
|
||||
.link { |
|
||||
width: 100%; |
|
||||
position: relative; |
|
||||
|
|
||||
.link-item{ |
|
||||
display: inline; |
|
||||
position: relative; |
|
||||
|
|
||||
> img { |
|
||||
width:45%; |
|
||||
// width: 308px; |
|
||||
margin: 8px; |
|
||||
// height: 160px; |
|
||||
border-radius: 10px; |
|
||||
} |
|
||||
span { |
|
||||
position: absolute; |
|
||||
top: -10px; |
|
||||
left: 20px; |
|
||||
color: #fff; |
|
||||
font-size: 15px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: bold; |
|
||||
color: #ffffff; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
} |
|
||||
|
|
||||
.dots { |
|
||||
position: absolute; |
|
||||
bottom: 10px; |
|
||||
left: 0; |
|
||||
right: 0; |
|
||||
width: 100%; |
|
||||
display: flex; |
|
||||
justify-content: center; |
|
||||
|
|
||||
.dot { |
|
||||
margin: 0 5px; |
|
||||
width: 20px; |
|
||||
height: 4px; |
|
||||
border-radius: 6px; |
|
||||
background-color: #ddd; |
|
||||
transition: all ease $ad1; |
|
||||
|
|
||||
&.z-on { |
|
||||
background-color: $c1; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
} |
|
||||
} |
|
||||
|
|
||||
// 积分银行积分排行 |
|
||||
.mw-cpt-score_rank { |
|
||||
position: relative; |
|
||||
margin-top: 10px; |
|
||||
|
|
||||
.d-cpt-wrap { |
|
||||
width: 100%; |
|
||||
// overflow-x: scroll; |
|
||||
overflow: hidden; |
|
||||
.d-cpt-title { |
|
||||
position: relative; |
|
||||
margin: 10px 10px 0 10px; |
|
||||
padding: 7px 10px 13px; |
|
||||
font-size: 17px; |
|
||||
line-height: 15px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: bold; |
|
||||
color: rgba(51, 51, 51, 1); |
|
||||
border-bottom: 1px solid #e7eeee; |
|
||||
|
|
||||
&::before { |
|
||||
content: ""; |
|
||||
position: absolute; |
|
||||
top: 7px; |
|
||||
left: 0; |
|
||||
width: 3px; |
|
||||
height: 15px; |
|
||||
background: rgba(230, 0, 0, 1); |
|
||||
border-radius: 3px; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.rank_title{ |
|
||||
margin:10px 20px; |
|
||||
display: flex; |
|
||||
.rank_title_total{ |
|
||||
margin-right:20px; |
|
||||
width:33%; |
|
||||
font-size: 15px; |
|
||||
text-align: center; |
|
||||
font-family: PingFang SC; |
|
||||
padding:3px 10px; |
|
||||
font-weight: 500; |
|
||||
background-color: rgba(239, 60, 61, 1); |
|
||||
color: rgb(255, 255, 255); |
|
||||
border-radius: 90px; |
|
||||
} |
|
||||
.rank_title_week{ |
|
||||
width:33%; |
|
||||
margin-right:20px; |
|
||||
font-size: 15px; |
|
||||
text-align: center; |
|
||||
font-family: PingFang SC; |
|
||||
padding:3px 10px; |
|
||||
font-weight: 500; |
|
||||
background-color: rgb(255, 255, 255); |
|
||||
color: rgb(0, 0, 0); |
|
||||
border-radius: 90px; |
|
||||
border-color: rgb(139, 139, 139); |
|
||||
border-width: 1px; |
|
||||
border-style: solid; |
|
||||
} |
|
||||
.rank_title_month{ |
|
||||
width:33%; |
|
||||
font-size: 15px; |
|
||||
text-align: center; |
|
||||
font-family: PingFang SC; |
|
||||
padding:3px 10px; |
|
||||
font-weight: 500; |
|
||||
background-color: rgb(255, 255, 255); |
|
||||
color: rgb(0, 0, 0); |
|
||||
border-radius: 90px; |
|
||||
border-color: rgb(139, 139, 139); |
|
||||
border-width: 1px; |
|
||||
border-style: solid; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.list { |
|
||||
margin:10px 15px; |
|
||||
.item { |
|
||||
margin:8px 0; |
|
||||
padding:8px 0; |
|
||||
background-color: #ffffff; |
|
||||
width: 100%; |
|
||||
display:flex; |
|
||||
height: 40px ; |
|
||||
align-items:center; |
|
||||
.logo { |
|
||||
width:10%; |
|
||||
height: 21px; |
|
||||
line-height: 21px; |
|
||||
text-align: center; |
|
||||
>img{ |
|
||||
width: 25px; |
|
||||
} |
|
||||
>span{ |
|
||||
font-size: 14px; |
|
||||
text-align: center; |
|
||||
} |
|
||||
|
|
||||
} |
|
||||
.name { |
|
||||
width:70%; |
|
||||
z-index: 10; |
|
||||
vertical-align: bottom; |
|
||||
} |
|
||||
.score { |
|
||||
width:20%; |
|
||||
z-index: 20; |
|
||||
font-size: 14px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: bold; |
|
||||
font-style: italic; |
|
||||
} |
|
||||
|
|
||||
|
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue