lin
2026-05-14 096c08977d2596d023e362ce2c3ff3ac054ea4ad
UI:购有趣 我的、商品详情、首页样式调整及隐藏详情积分
5 files modified
20 ■■■■ changed files
pages/ginfo/ginfo.vue 2 ●●● patch | view | raw | blame | history
pages/login/login.vue 4 ●●●● patch | view | raw | blame | history
static/css/ginfo.css 5 ●●●●● patch | view | raw | blame | history
static/css/index.css 7 ●●●● patch | view | raw | blame | history
static/css/my2.css 2 ●●● patch | view | raw | blame | history
pages/ginfo/ginfo.vue
@@ -14,7 +14,7 @@
            <view class="">
                <text>¥</text>
                <text>{{goodsData.price}}</text>
                <text>积分:{{goodsData.points}}</text>
                <!-- <text>积分:{{goodsData.points}}</text> -->
            </view>
            <view class="collect" @tap="collectGoods">
                <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
pages/login/login.vue
@@ -3,10 +3,10 @@
        <view class="login-title">
            <image style="height: 140rpx;width: 140rpx;" src="@/static/imgs/loginLogo.png" mode="scaleToFill"></image>
            <view class="login-title-1">
                <text>够你所想</text>
                <text>购你所想</text>
                <text>购你所爱</text>
            </view>
            <view class="login-title-2">欢迎登录够有趣</view>
            <view class="login-title-2">欢迎登录购有趣</view>
        </view>
        <view class="login-type">
            <view class="login-type-v">
static/css/ginfo.css
@@ -15,6 +15,11 @@
    top: 30upx;
    z-index: 999;
}
/* #ifndef H5 */
.backLeft{
    top: var(--status-bar-height);
}
/* #endif */
.bannerIndex{
    display: flex;
    justify-content: center;
static/css/index.css
@@ -12,8 +12,13 @@
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    padding-top: 50upx;
    padding-top: 50rpx;
}
/* #ifndef H5 */
.page-container {
    padding-top: var(--status-bar-height);
}
/* #endif */
.page-bg {
    position: absolute;
static/css/my2.css
@@ -11,7 +11,7 @@
    height: 112rpx;
    /* margin: 50rpx 30rpx 50rpx 50rpx; */
    border-radius: 50%;
    margin-top: 160rpx;
    margin-top: calc(160rpx - var(--status-bar-height));
}
.myContent{
    width: 100%;