You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

248 lines
3.8 KiB

/**index.wxss**/
.nav_image{
height: 176rpx;
width: 750rpx;
background-color: #006BFF;
overflow: visible;
position: sticky;
top: 0rpx;
z-index: 6;
}
.logo1{
position: absolute;
top: 120rpx;
left: 40rpx;
}
.logo2{
position: absolute;
top: 168rpx;
left: 0rpx;
}
.top {
background-color: #006BFF;
height: 556rpx;
border-bottom-left-radius: 56rpx;
display: flex;
overflow: scroll;
padding-left: 1rem;
padding-right: 1rem;
position: sticky;
top: 0rpx;
z-index: 5;
}
::-webkit-scrollbar {
/*隐藏滚轮*/
display: none;
}
.top_box {
background-color: white;
padding-top: 0.4rem;
flex-shrink: 0;
width: 160rpx;
height: 228rpx;
border-radius: 10%;
margin-top: 266rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
padding-left: 36rpx;
margin-right: 1rem;
z-index: 10;
}
.box_image {
width: 70rpx;
height: 70rpx;
border-radius: 6rem;
box-shadow: #FFDEC5 0rem 0.5rem 1rem;
}
.box_title {
color: #999999;
font-size: 24rpx;
margin-bottom: 16rpx;
}
.box_num {
font-weight: 900;
font-size: 28rpx;
}
.brand_top {
display: flex;
justify-content: space-between;
padding: 0px 20rpx;
margin-top: 70rpx;
}
.brand_title {
font-size: 36rpx;
font-weight: 900;
}
.brand_tip {
display: flex;
align-items: center;
line-height: 24rpx;
font-size: 24rpx;
color: #999999;
}
.brand_mes {
padding: 32rpx;
margin: 24rpx 32rpx 0rpx 32rpx;
/* height: 600rpx; */
border-radius: 15rpx;
background-color: white;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.brand_card{
height: 246rpx;
/* width: 320rpx; */
}
.brand_voa {
/* background-color: royalblue; */
height: 202rpx;
width: 304rpx;
border-radius: 8rpx;
}
.brand_voa_tip {
width: 304rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 28rpx;
margin-top: 16rpx;
font-weight: 900;
}
.brand_voa_type {
width: 68rpx;
height: 34rpx;
background-color: #0000004f;
color: white;
border-radius: 20rpx;
font-size: 18rpx;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
margin-left: 220rpx;
margin-top: 18rpx;
}
.brand_play {
border: 12rpx solid transparent;
border-right: 8rpx solid transparent;
/* border-top-left-radius: 30%;
border-bottom-left-radius: 30%; */
border-left-color: white;
}
.brand_voa_num {
position: absolute;
font-size: 18rpx;
color: white;
margin-top: -44rpx;
margin-left: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
width: 270rpx;
}
.ranking_mes {
display: flex;
justify-content: space-around;
}
.ranking_mes2 {
width: 334rpx;
margin: 32rpx;
padding: 32rpx;
background-color: white;
border-radius: 16rpx;
}
.ranking_top_title1,
.ranking_top_title2 {
width: 108rpx;
height: 44rpx;
font-size: 20rpx;
display: flex;
justify-content: center;
align-items: center;
}
.ranking_top_title1 {
background-color: #F1F7FF;
color: #006BFF;
}
.ranking_top_title2 {
background-color: #FFF4E6;
color: #FF8B3C;
}
.rank_top_date {
font-size: 20rpx;
color: #999999;
}
.ranking_top {
display: flex;
align-items: center;
justify-content: space-between;
}
.ranking_one {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20rpx;
}
.ranking_image {
width: 48rpx;
height: 36rpx;
}
.ranking_text1,
.ranking_text2 {
width: 200rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ranking_text1 {
font-size: 24rpx;
}
.ranking_text2 {
font-size: 20rpx;
color: #999999;
}
.ranking_text{
height: 60rpx;
display: flex;
flex-direction: column;
justify-content: center;
}
.time {
display: inline;
position: relative;
margin-top: -12rpx;
background: rgba(0, 0, 0, 0.6);
border-radius: 8rpx;
padding: 8rpx;
}