|
|
@ -87,26 +87,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="product-item"> |
|
|
|
<van-checkbox v-model="checked"></van-checkbox> |
|
|
|
<div class="product-cont"> |
|
|
|
<div class="product-img"><img src="" alt="" /></div> |
|
|
|
<div class="product-txt"> |
|
|
|
<div class="product-info"> |
|
|
|
<h4 class="overflow-txt-only">秒懂AI提问:让人工智能开发大脑 </h4> |
|
|
|
<div class="author-date"> |
|
|
|
<p class="author overflow-txt-only">秋叶 刘进新 姜梅 定秋枫</p> |
|
|
|
<p class="date overflow-txt-only ">2023年07月</p> |
|
|
|
</div> |
|
|
|
<div class="intro overflow-txt">精心提炼20种GPT提问方法及指令,从入门到进阶再到精通,100个案例带你玩</div> |
|
|
|
</div> |
|
|
|
<div class="product-bottom"> |
|
|
|
<p class="product-price">实付款 <span><i class="rmb">¥</i>29.0</span><i>129.0</i></p> |
|
|
|
<span class="product-num">x1</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -156,16 +136,6 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.cart-header{ |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
padding: .175rem .4rem; |
|
|
|
background-color: #fff; |
|
|
|
height: 0.7rem; |
|
|
|
line-height: 0.7rem; |
|
|
|
font-size: .3rem; |
|
|
|
color: #191A1A; |
|
|
|
} |
|
|
|
.cart-main{ |
|
|
|
padding: 0.25rem .125rem 2.375rem .125rem; |
|
|
|
color: #191A1A; |
|
|
@ -174,12 +144,12 @@ export default { |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
left: 0; |
|
|
|
background-color: #F4F4FC; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
font-size: .3rem; |
|
|
|
padding: .25rem; |
|
|
|
background-color: #F4F4FC; |
|
|
|
z-index: 999; |
|
|
|
.cart-num{ |
|
|
|
font-size: .3rem; |
|
|
@ -189,7 +159,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.cart-list{ |
|
|
|
padding-top: .875rem; |
|
|
|