🌈 style(搜索): 优化搜索页样式
This commit is contained in:
parent
b5b33a27ea
commit
33705db7ab
@ -129,12 +129,12 @@ page {
|
||||
.product_list {
|
||||
.product_item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
padding: 24px 0;
|
||||
margin: 0 32px;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
.product_img {
|
||||
flex-shrink: 0;
|
||||
width: 152px;
|
||||
height: 152px;
|
||||
border-radius: 20px 20px 0px 0px;
|
||||
@ -204,13 +204,7 @@ page {
|
||||
color: #ee7500;
|
||||
}
|
||||
}
|
||||
.bottom {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.introduce {
|
||||
width: 60%;
|
||||
font-size: $font_size_medium;
|
||||
color: $color_font_two;
|
||||
@include common_ellipsis();
|
||||
@ -220,7 +214,6 @@ page {
|
||||
justify-content: flex-end;
|
||||
color: $color_money;
|
||||
align-items: baseline;
|
||||
width: 40%;
|
||||
margin-top: 8px;
|
||||
font-weight: 550;
|
||||
&_unit {
|
||||
|
||||
@ -256,12 +256,10 @@ export default () => {
|
||||
&& <Tag customClassName={styles.tag_g} circle type="primary" size="small">配套螺纹</Tag>
|
||||
}
|
||||
</View>
|
||||
<View className={styles.bottom}>
|
||||
<View className={styles.introduce}>{item.component}</View>
|
||||
<View className={styles.price}>
|
||||
<View className={styles.price_unit}>¥</View>
|
||||
<View className={styles.price_num}>{formatPriceDiv(item.lowest_price).toLocaleString()}起</View>
|
||||
</View>
|
||||
<View className={styles.introduce}>{item.component}</View>
|
||||
<View className={styles.price}>
|
||||
<View className={styles.price_unit}>¥</View>
|
||||
<View className={styles.price_num}>{formatPriceDiv(item.lowest_price).toLocaleString()}起</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user