UI:购有趣 我的、商品详情、首页样式调整及隐藏详情积分
| | |
| | | <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> |
| | |
| | | <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"> |
| | |
| | | top: 30upx; |
| | | z-index: 999; |
| | | } |
| | | /* #ifndef H5 */ |
| | | .backLeft{ |
| | | top: var(--status-bar-height); |
| | | } |
| | | /* #endif */ |
| | | .bannerIndex{ |
| | | display: flex; |
| | | justify-content: center; |
| | |
| | | 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; |
| | |
| | | height: 112rpx; |
| | | /* margin: 50rpx 30rpx 50rpx 50rpx; */ |
| | | border-radius: 50%; |
| | | margin-top: 160rpx; |
| | | margin-top: calc(160rpx - var(--status-bar-height)); |
| | | } |
| | | .myContent{ |
| | | width: 100%; |