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.
|
|
|
/* 点击详情 */
|
|
|
|
.p-container {
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
padding: 0px 16px;
|
|
|
|
}
|
|
|
|
.box{
|
|
|
|
margin: 32rpx 0;
|
|
|
|
}
|
|
|
|
.total{
|
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
/* margin: 0 32rpx; */
|
|
|
|
padding: 0 32rpx;
|
|
|
|
background-color: #ebf5ff;
|
|
|
|
|
|
|
|
}
|
|
|
|
.content_left{
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #0084FF;
|
|
|
|
}
|
|
|
|
.details_text{
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #0084FF;
|
|
|
|
}
|
|
|
|
.img{
|
|
|
|
/* width: 64rpx;
|
|
|
|
height: 64rpx; */
|
|
|
|
/* border-radius: 12rpx; */
|
|
|
|
padding-bottom: 16rpx;
|
|
|
|
padding-top: 16rpx;
|
|
|
|
}
|
|
|
|
/* 图标排行 */
|
|
|
|
.first_brand{
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
height: 488rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
/* margin: 0 32rpx 32rpx 32rpx; */
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
.brand{
|
|
|
|
/* width: calc(100% - 32px); */
|
|
|
|
height: 520rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
margin: 32rpx 0;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
.brand_tu{
|
|
|
|
width: 100%;
|
|
|
|
height: 350rpx;
|
|
|
|
}
|
|
|
|
.text{
|
|
|
|
font-size: 36rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
}
|
|
|
|
.first_box{
|
|
|
|
justify-content: space-between;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.box_detail{
|
|
|
|
display: flex;
|
|
|
|
padding: 32rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
.detial_text{
|
|
|
|
color:#D0D0D0;
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
|
|
|
}
|