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