diff --git a/components/indexCom/portraitChild/index.wxss b/components/indexCom/portraitChild/index.wxss index 0f6a6e0..3423d61 100644 --- a/components/indexCom/portraitChild/index.wxss +++ b/components/indexCom/portraitChild/index.wxss @@ -1,6 +1,6 @@ /* 品牌传播声量 */ .brand{ - width: 100%; + width: 686; height: 484rpx; background-color: #fff; margin: 32rpx; diff --git a/components/indexCom/rankingChild/index.wxml b/components/indexCom/rankingChild/index.wxml index 40bc5f9..1ed9b84 100644 --- a/components/indexCom/rankingChild/index.wxml +++ b/components/indexCom/rankingChild/index.wxml @@ -1,27 +1,31 @@ - - - + + - - - + + + 汽车销量排行 - 查看详情 + 查看详情 + 品牌销量排行 - + + + - - 车型销量排行 + 车型销量排行 + + + \ No newline at end of file diff --git a/components/indexCom/rankingChild/index.wxss b/components/indexCom/rankingChild/index.wxss index 7a8f802..c192a88 100644 --- a/components/indexCom/rankingChild/index.wxss +++ b/components/indexCom/rankingChild/index.wxss @@ -1,11 +1,13 @@ /* 热销排行 */ + +/* 点击详情 */ .total{ height: 80rpx; line-height: 80rpx; display: flex; text-align: center; justify-content: space-between; - /* margin: 0 32rpx; */ + margin: 0 32rpx; padding: 0 32rpx 0 32rpx; background-color: #ebf5ff; @@ -14,15 +16,32 @@ display: flex; } -.total_img{ - width: 64rpx; - height: 64rpx; - border-radius: 12rpx; - margin: 20rpx 20rpx 0 0rpx; +.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: 686; + height: 488rpx; + background-color: #fff; + margin: 0 32rpx 32rpx 32rpx; + border-radius: 4rpx; } .brand{ width: 686; - height: 484rpx; + height: 488rpx; background-color: #fff; margin: 32rpx; border-radius: 4rpx; @@ -35,11 +54,3 @@ font-size: 36rpx; padding: 32rpx; } -.title{ - font-size: 28rpx; - color: #0084FF; -} -.text1{ - font-size: 24rpx; - color: #0084FF; -} \ No newline at end of file