服务调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
<u-sticky>
|
||||||
<view class="status">
|
<view class="status">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<view class="top-name">
|
<view class="top-name">
|
||||||
@@ -19,8 +20,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</u-sticky>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<view class="label" v-for="(item, index) in lists" @click="$Router.push({name: 'serviceDetails', params: {id: item.hall_id, title: item.title + ' ' + item.subtitle}})">
|
<view class="label" v-for="(item, index) in lists" :key="index" @click="$Router.push({name: 'serviceDetails', params: {id: item.hall_id, title: item.title + ' ' + item.subtitle}})">
|
||||||
<view class="labelImg">
|
<view class="labelImg">
|
||||||
<image :src="item.cover" mode="aspectFill"></image>
|
<image :src="item.cover" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
@@ -94,21 +96,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
z-index: 99;
|
|
||||||
height: 180rpx;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: $padding;
|
padding: 0 $padding $padding;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: $border-color 2rpx solid;
|
border-bottom: $border-color 2rpx solid;
|
||||||
.top {
|
.top {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: $margin;
|
margin-bottom: $margin;
|
||||||
|
@extend .ios-top;
|
||||||
.top-name {
|
.top-name {
|
||||||
font-size: $title-size + 6;
|
font-size: $title-size + 6;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.top-card {
|
.top-card {
|
||||||
font-size: $title-size-m;
|
font-size: $title-size-m;
|
||||||
|
|||||||
Reference in New Issue
Block a user