@charset "UTF-8";
|
/* 颜色变量 */
|
.box.data-v-f36e70f4 {
|
width: 100%;
|
padding: 32rpx;
|
box-sizing: border-box;
|
}
|
.box .box_list.data-v-f36e70f4 {
|
width: 100%;
|
white-space: nowrap;
|
}
|
.box .box_list .box_list_item.data-v-f36e70f4 {
|
width: 120rpx;
|
display: inline-flex;
|
flex-direction: column;
|
align-items: center;
|
margin-left: 68rpx;
|
}
|
.box .box_list .box_list_item.data-v-f36e70f4:first-child {
|
margin-left: 0 !important;
|
}
|
.box .box_list .box_list_item .active.data-v-f36e70f4 {
|
box-sizing: border-box;
|
border: 3rpx solid #D20A0A;
|
}
|
.box .box_list .box_list_item image.data-v-f36e70f4 {
|
width: 120rpx;
|
height: 120rpx;
|
border-radius: 50%;
|
}
|
.box .box_list .box_list_item text.data-v-f36e70f4 {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #666666;
|
margin-top: 18rpx;
|
}
|
.box .box_cate.data-v-f36e70f4 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-top: 38rpx;
|
}
|
.box .box_cate .box_cate_box.data-v-f36e70f4 {
|
width: 300rpx;
|
display: flex;
|
align-items: center;
|
}
|
.box .box_cate .box_cate_box .box_cate_item.data-v-f36e70f4 {
|
flex: 1;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
}
|
.box .box_cate .box_cate_box .box_cate_item .activeColor.data-v-f36e70f4 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_cate .box_cate_box .box_cate_item .active.data-v-f36e70f4 {
|
width: 40rpx;
|
height: 4rpx;
|
background: #D20A0A;
|
border-radius: 12rpx;
|
margin-top: 8rpx;
|
}
|
.box .box_cate .box_cate_box .box_cate_item text.data-v-f36e70f4 {
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
}
|
.box .box_list1.data-v-f36e70f4 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
margin-top: 24rpx;
|
}
|