mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 08:25:55 +08:00
删除冗余内容
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
<u-cell-group class="cell" :border="false">
|
||||
<!-- #ifdef APP-PLUS -->
|
||||
<u-cell-item v-if="IosWhether" @click="checkStar" title="去评分"></u-cell-item>
|
||||
<!-- #endif -->
|
||||
<u-cell-item title="功能介绍" @click="navigateTo('/pages/mine/set/versionFunctionList')"></u-cell-item>
|
||||
<!-- #ifdef APP-PLUS -->
|
||||
<u-cell-item title="检查更新" @click="checkUpdate"></u-cell-item>
|
||||
<!-- #endif -->
|
||||
<u-cell-item title="证照信息" @click="navigateTo('/pages/mine/help/tips?type=message')"></u-cell-item>
|
||||
|
||||
@@ -671,14 +671,4 @@ page,
|
||||
height: 60rpx;
|
||||
}
|
||||
|
||||
.nodata {
|
||||
// padding-top: 300rpx;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
width: 346rpx;
|
||||
height: 304rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -359,26 +359,7 @@ page {
|
||||
color: $font-color-light;
|
||||
margin-top: 20rpx;
|
||||
|
||||
.good {
|
||||
color: #333;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
background: url(/static/search/delete.png);
|
||||
background-size: 100%;
|
||||
position: absolute;
|
||||
left: -50rpx;
|
||||
top: -6rpx;
|
||||
}
|
||||
|
||||
&.cur:before {
|
||||
background: url(/static/global/selected.png);
|
||||
background-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,36 +221,6 @@ export default {
|
||||
line-height: 90rpx;
|
||||
font-size: 30rpx;
|
||||
z-index: 9999;
|
||||
|
||||
.back {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
background: url(/static/global/select.png) center no-repeat;
|
||||
background-size: 50%;
|
||||
}
|
||||
|
||||
.input-wrap {
|
||||
width: 600rpx;
|
||||
height: 58rpx;
|
||||
padding: 10rpx 30rpx 10rpx 100rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
border-radius: 50rpx;
|
||||
position: relative;
|
||||
border: 1px solid #29bb9c;
|
||||
background: url(/static/global/select.png) center left no-repeat;
|
||||
background-position: 40rpx;
|
||||
input {
|
||||
font-size: 26rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.share {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
background: url(/static/global/select.png) center no-repeat;
|
||||
background-size: 50%;
|
||||
}
|
||||
}
|
||||
.tab-header {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user