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.
178 lines
2.7 KiB
178 lines
2.7 KiB
/* pages/index/Salesranking/Allbrands/Allbrands.wxss */
|
|
/* 排行榜 */
|
|
.list_event {
|
|
margin: 32rpx;
|
|
background-size: cover;
|
|
width: 686rpx;
|
|
border-radius: 8rpx;
|
|
background-color: #ffffff;
|
|
/* padding-top: 32rpx; */
|
|
|
|
}
|
|
|
|
.list_event .text {
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #F9F9F9;
|
|
/* margin: 32rpx; */
|
|
height: 56rpx;
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.picker {
|
|
color: #0084FF;
|
|
}
|
|
|
|
.line {
|
|
color: #D0D0D0;
|
|
}
|
|
|
|
.ranking {
|
|
width: 686rpx;
|
|
display: flex;
|
|
padding: 0rpx 32rpx 0 32rpx;
|
|
}
|
|
.ranks {
|
|
width: 686rpx;
|
|
/* height: 98rpx; */
|
|
line-height: 48rpx;
|
|
padding: 0rpx 32rpx;
|
|
margin: 30rpx 0;
|
|
|
|
}
|
|
|
|
.media_text {
|
|
font-size: 24rpx;
|
|
color: #0084FF;
|
|
font-weight: 600;
|
|
display: flex;
|
|
/* text-align: left; */
|
|
}
|
|
|
|
|
|
.volume {
|
|
font-size: 28rpx;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.box_all{
|
|
margin: 32rpx;
|
|
|
|
}
|
|
.trend {
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
text-align: right;
|
|
flex-direction: row-reverse;
|
|
color: #027AFF;
|
|
}
|
|
|
|
.time_text {
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.section {
|
|
display: flex;
|
|
}
|
|
|
|
.popup {
|
|
width: 600rpx;
|
|
height: 600rpx;
|
|
}
|
|
|
|
.range-style {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 10rpx;
|
|
background-color: #fff;
|
|
}
|
|
.mar-top {
|
|
margin-top: 30rpx;
|
|
}
|
|
.picker-title {
|
|
font-size: 32rpx;
|
|
width: 150rpx;
|
|
}
|
|
.picker_group {
|
|
color: #888;
|
|
/* border: 1rpx solid #A4A6AE; */
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 16rpx 88rpx;
|
|
margin: 32rpx;
|
|
width: 654rpx;
|
|
background: #f9f9f9;
|
|
|
|
|
|
}
|
|
.text-style1{
|
|
color:#0084FF;
|
|
font-size: 24rpx;
|
|
|
|
}
|
|
.text-style2{
|
|
color:#0084FF;
|
|
font-size: 24rpx;
|
|
}
|
|
.picker_group picker {
|
|
font-size: 34rpx;
|
|
height: 45rpx;
|
|
padding-left:20rpx;
|
|
padding-right:20rpx;
|
|
line-height: 45rpx;
|
|
}
|
|
|
|
.title {
|
|
width: 15%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.title1{
|
|
width: 30%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.title2 {
|
|
width: 25%;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
display: flex;
|
|
flex-direction: row-reverse
|
|
}
|
|
.ranks_text{
|
|
width: 15%;
|
|
height: 102rpx;
|
|
line-height: 102rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.ranks_text1{
|
|
width: 30%;
|
|
font-size: 24rpx;
|
|
height: 102rpx;
|
|
line-height: 102rpx;
|
|
color: #333333;
|
|
display: flex;
|
|
|
|
}
|
|
.ranks_text2{
|
|
width: 25%;
|
|
font-size: 24rpx;
|
|
height: 102rpx;
|
|
line-height: 102rpx;
|
|
display: flex;
|
|
flex-direction: row-reverse
|
|
}
|
|
.ranks_text3{
|
|
width: 25%;
|
|
font-size: 24rpx;
|
|
height: 102rpx;
|
|
/* line-height: 102rpx; */
|
|
display:grid;
|
|
flex-direction: row-reverse
|
|
} |