评价按钮点击范围变大
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<div class="right-btn" @click="toEvaluateForm(item.id)">
|
||||
<img src="https://cdn.cunwuyun.cn/wechat/fd-store/store-detail-edit-icon.png" alt="">评价
|
||||
<div>
|
||||
<img src="https://cdn.cunwuyun.cn/wechat/fd-store/store-detail-edit-icon.png" alt="">评价
|
||||
</div>
|
||||
</div>
|
||||
<div class="store-name">{{ item.shopName }}</div>
|
||||
<div class="star-info">
|
||||
@@ -206,18 +208,21 @@ export default {
|
||||
width: calc(100% - 168px);
|
||||
.right-btn {
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
right: 32px;
|
||||
width: 112px;
|
||||
line-height: 48px;
|
||||
background: #2D7DFF;
|
||||
border-radius: 24px;
|
||||
padding-left: 20px;
|
||||
box-sizing: border-box;
|
||||
font-family: PingFangSC-Regular;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
color: #FFF;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 32px;
|
||||
div {
|
||||
width: 112px;
|
||||
line-height: 48px;
|
||||
background: #2D7DFF;
|
||||
border-radius: 24px;
|
||||
padding-left: 20px;
|
||||
box-sizing: border-box;
|
||||
font-family: PingFangSC-Regular;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
color: #FFF;
|
||||
}
|
||||
img {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
@@ -226,7 +231,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.store-name {
|
||||
width: calc(100% - 128px);
|
||||
width: calc(100% - 192px);
|
||||
line-height: 40px;
|
||||
font-family: PingFangSC-Medium;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user