|
@@ -173,15 +173,15 @@ export default class EditDdiyPageHead extends Component {
|
|
style={{ color: 'rgb(153,153,153)' }}/>
|
|
style={{ color: 'rgb(153,153,153)' }}/>
|
|
<input type="submit" value={sldComLanguage('搜索')} className={styles.button}/>
|
|
<input type="submit" value={sldComLanguage('搜索')} className={styles.button}/>
|
|
</form>
|
|
</form>
|
|
- <input type="submit" value={sldComLanguage('搜本店')} className={`${styles.button} ${styles.fl}`}
|
|
|
|
- style={{ background: '#333' }}/>
|
|
|
|
|
|
+ {/* <input type="submit" value={sldComLanguage('搜本店')} className={`${styles.button} ${styles.fl}`}
|
|
|
|
+ style={{ background: '#333' }}/> */}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div className={styles.sld_cart_wrap}>
|
|
<div className={styles.sld_cart_wrap}>
|
|
<dl>
|
|
<dl>
|
|
<dt className={`${styles.ld} ${styles.cart_icon_text_wrap}`}
|
|
<dt className={`${styles.ld} ${styles.cart_icon_text_wrap}`}
|
|
style={{ borderBottom: '1px solid rgb(239, 239, 239)' }}>
|
|
style={{ borderBottom: '1px solid rgb(239, 239, 239)' }}>
|
|
- <span className={styles.iconfont}>{sldSvgIcon('#e2231a',16,16,'youxiang')}</span>
|
|
|
|
|
|
+ <span className={styles.iconfont}>{sldSvgIcon('#036EB8',16,16,'youxiang')}</span>
|
|
<a href="javascript:void(0)">{sldComLanguage('我的询盘')}</a>
|
|
<a href="javascript:void(0)">{sldComLanguage('我的询盘')}</a>
|
|
{/*<div className={styles.cart_goods_num}>0</div>*/}
|
|
{/*<div className={styles.cart_goods_num}>0</div>*/}
|
|
</dt>
|
|
</dt>
|