Commit a92fe3c4 authored by 周宏民's avatar 周宏民

style: 修改引导页样式

parent a008b551
Pipeline #89636 passed with stages
...@@ -132,7 +132,9 @@ const BottomItem = props => { ...@@ -132,7 +132,9 @@ const BottomItem = props => {
服务客户: 服务客户:
</div> </div>
<div className={styles.l_item_num_list}>{renderNum(infoData['服务客户'], '服务客户')}</div> <div className={styles.l_item_num_list}>{renderNum(infoData['服务客户'], '服务客户')}</div>
<div className={styles.l_item_num_unit}>+</div> <div className={styles.l_item_num_unit} type="add">
+
</div>
</div> </div>
<div className={styles.l_item}> <div className={styles.l_item}>
<div className={styles.l_item_title} type="覆盖省份"> <div className={styles.l_item_title} type="覆盖省份">
...@@ -153,7 +155,7 @@ const BottomItem = props => { ...@@ -153,7 +155,7 @@ const BottomItem = props => {
renderItem={renderCol} renderItem={renderCol}
config={{ config={{
direction: 'horizontal', direction: 'horizontal',
width: 1520, width: 1550,
loop: false, loop: false,
slidesPerView: 7, slidesPerView: 7,
}} }}
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
} }
.l_item_num_unit[type='add'] { .l_item_num_unit[type='add'] {
font-size: 24px; font-size: 22px;
font-weight: bold; font-weight: bold;
align-self: center; align-self: center;
} }
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
} }
.list_item { .list_item {
width: 204px; width: 213px;
height: 130px; height: 130px;
border: 1px solid rgba(71, 88, 114, 0.8); border: 1px solid rgba(71, 88, 114, 0.8);
border-radius: 10px; border-radius: 10px;
...@@ -252,9 +252,6 @@ ...@@ -252,9 +252,6 @@
.swiper-wrapper { .swiper-wrapper {
display: flex; display: flex;
.swiper-slide {
width: 212px;
}
} }
.list_item_img { .list_item_img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment