mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-06-08 04:23:17 +08:00
764 lines
25 KiB
Vue
764 lines
25 KiB
Vue
<template>
|
||
<view class="template-read tn-safe-area-inset-bottom">
|
||
<!-- 顶部自定义导航 -->
|
||
<!-- <tn-nav-bar fixed alpha customBack>
|
||
<view slot="back" class='tn-custom-nav-bar__back'
|
||
@click="goBack">
|
||
<text class='icon tn-icon-left'></text>
|
||
<text class='icon tn-icon-home-capsule-fill'></text>
|
||
</view>
|
||
</tn-nav-bar> -->
|
||
|
||
<!-- 顶部自定义导航 -->
|
||
<tn-nav-bar fixed :isBack="false" :bottomShadow="false" backgroundColor="#FFFFFF">
|
||
<view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-left">
|
||
<!-- 图标logo -->
|
||
<view class="custom-nav__back">
|
||
<view class="logo-pic tn-shadow-blur" style="background-image:url('https://resource.tuniaokj.com/images/logo/logo2.png')">
|
||
<view class="logo-image">
|
||
</view>
|
||
</view>
|
||
<!-- <view class="tn-icon-left"></view> -->
|
||
</view>
|
||
<!-- 搜索框 -->
|
||
<view class="custom-nav__search tn-flex tn-flex-col-center tn-flex-row-center ">
|
||
<view class="custom-nav__search__box tn-flex tn-flex-col-center tn-flex-row-left tn-color-gray--dark tn-bg-gray--light">
|
||
<view class="custom-nav__search__icon tn-icon-search"></view>
|
||
<view class="custom-nav__search__text tn-padding-left-xs">好想搜点什么</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</tn-nav-bar>
|
||
|
||
|
||
|
||
<view class="tn-margin-top-sm" :style="{paddingTop: vuex_custom_bar_height + 'px'}">
|
||
<view class="tn-flex tn-flex-row-between">
|
||
<view class="justify-content-item tn-margin tn-text-bold tn-text-xxl">
|
||
Hi,北北欢迎你吖
|
||
</view>
|
||
<view class="tn-margin" style="font-size: 50rpx;">
|
||
<text class="tn-icon-menu-more"></text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<swiper class="card-swiper tn-margin-top-sm" :circular="true"
|
||
:autoplay="true" duration="500" interval="5000" @change="cardSwiper">
|
||
<swiper-item v-for="(item,index) in swiperList" :key="index" :class="cardCur==index?'cur':''">
|
||
<view class="swiper-item image-banner">
|
||
<image :src="item.url" mode="aspectFill" v-if="item.type=='image'"></image>
|
||
</view>
|
||
<view class="swiper-item-text">
|
||
<view class="tn-text-xxl tn-text-bold tn-color-white">{{item.title}}</view>
|
||
<view class="tn-text-bold tn-color-white tn-padding-top-xs" style="font-size: 60rpx;">{{item.name}}</view>
|
||
<view class="tn-text-sm tn-text-bold tn-color-white tn-padding-top-sm tn-padding-bottom-sm">{{item.text}}</view>
|
||
</view>
|
||
</swiper-item>
|
||
</swiper>
|
||
<view class="indication">
|
||
<block v-for="(item,index) in swiperList" :key="index">
|
||
<view class="spot" :class="cardCur==index?'active':''"></view>
|
||
</block>
|
||
</view>
|
||
|
||
<!-- 方式7 start-->
|
||
<view class="tn-flex">
|
||
<view class="tn-flex-1 tn-radius">
|
||
<view class="tn-flex tn-flex-direction-column tn-flex-row-center tn-flex-col-center">
|
||
<view class="icon7__item--icon tn-flex tn-flex-row-center tn-flex-col-center">
|
||
<image class="" src='https://resource.tuniaokj.com/images/icon/a004.png' mode='aspectFit'></image>
|
||
</view>
|
||
<view class="tn-color-black tn-text-center">
|
||
<text class="tn-text-ellipsis">排行</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="tn-flex-1 tn-radius">
|
||
<view class="tn-flex tn-flex-direction-column tn-flex-row-center tn-flex-col-center">
|
||
<view class="icon7__item--icon tn-flex tn-flex-row-center tn-flex-col-center">
|
||
<image class="" src='https://resource.tuniaokj.com/images/icon/a002.png' mode='aspectFit'></image>
|
||
</view>
|
||
<view class="tn-color-black tn-text-center">
|
||
<text class="tn-text-ellipsis">签到</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="tn-flex-1 tn-radius">
|
||
<view class="tn-flex tn-flex-direction-column tn-flex-row-center tn-flex-col-center">
|
||
<view class="icon7__item--icon tn-flex tn-flex-row-center tn-flex-col-center">
|
||
<image class="" src='https://resource.tuniaokj.com/images/icon/a006.png' mode='aspectFit'></image>
|
||
</view>
|
||
<view class="tn-color-black tn-text-center">
|
||
<text class="tn-text-ellipsis">免费</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="tn-flex-1 tn-radius">
|
||
<view class="tn-flex tn-flex-direction-column tn-flex-row-center tn-flex-col-center">
|
||
<view class="icon7__item--icon tn-flex tn-flex-row-center tn-flex-col-center">
|
||
<image class="" src='https://resource.tuniaokj.com/images/icon/a007.png' mode='aspectFit'></image>
|
||
</view>
|
||
<view class="tn-color-black tn-text-center">
|
||
<text class="tn-text-ellipsis">会员</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- 方式7 end-->
|
||
|
||
<!-- 换背景形式-->
|
||
<!-- <view class="image-div tn-margin">
|
||
<image src='https://resource.tuniaokj.com/images/swiper/capsule1.png' mode='widthFix' class='image'></image>
|
||
</view> -->
|
||
|
||
<!-- banner start-->
|
||
<view class="tn-flex tn-flex-wrap tn-margin-sm">
|
||
<view class=" " style="width: 100%;">
|
||
<view class="image-pic tn-shadow-blur" style="background-image:url('https://resource.tuniaokj.com/images/swiper/capsule1.png')">
|
||
<view class="image-capsule">
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<!-- banner end-->
|
||
|
||
<view class="tn-margin-top">
|
||
<view class="nav_title--wrap">
|
||
<view class="nav_title tn-cool-bg-color-5">
|
||
<text class="tn-icon-copy tn-padding-right-sm"></text>
|
||
热 / 门 / 书 / 籍
|
||
<text class="tn-icon-copy tn-padding-left-sm"></text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 图文 -->
|
||
<!-- 比例 start-->
|
||
<view class="tn-flex tn-flex-wrap tn-margin-sm tn-padding-bottom">
|
||
<block v-for="(item, index) in content" :key="index">
|
||
<view class="" style="width: 50%;">
|
||
<view class="tn-blogger-content__wrap">
|
||
<view class="image-picbook" :style="'background-image:url(' + item.mainImage + ')'">
|
||
<view class="image-book">
|
||
</view>
|
||
</view>
|
||
|
||
<view class="tn-blogger-content__label tn-text-justify tn-padding-sm">
|
||
<text class="tn-blogger-content__label__desc">{{ item.desc }}</text>
|
||
</view>
|
||
|
||
<view class="tn-flex tn-flex-row-between tn-flex-col-center tn-padding-left-sm tn-padding-right-sm tn-padding-bottom-sm">
|
||
<!-- <view class="justify-content-item tn-flex tn-flex-col-center">
|
||
<view>
|
||
<view class="tn-color-gray">
|
||
<text class="tn-blogger-content__count-icon tn-icon-flower"></text>
|
||
<text class="tn-padding-right-sm">{{ item.collectionCount }}</text>
|
||
<text class="tn-blogger-content__count-icon tn-icon-message"></text>
|
||
<text class="tn-padding-right-sm">{{ item.commentCount }}</text>
|
||
<text class="tn-blogger-content__count-icon tn-icon-like"></text>
|
||
<text class="">{{ item.likeCount }}</text>
|
||
</view>
|
||
</view>
|
||
</view> -->
|
||
<view class="justify-content-item tn-text-center">
|
||
<view v-for="(label_item,label_index) in item.label" :key="label_index" class="tn-blogger-content__label__item tn-float-left tn-margin-right tn-bg-gray--light tn-round tn-text-sm tn-text-bold">
|
||
<text class="tn-blogger-content__label__item--prefix">#</text> {{ label_item }}
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
|
||
</view>
|
||
</view>
|
||
</block>
|
||
</view>
|
||
<!-- 比例 end-->
|
||
|
||
<!-- 底部tabbar start-->
|
||
<view class="tabbar footerfixed" style="border-radius: 100rpx;">
|
||
<view class="action">
|
||
<view class="bar-icon">
|
||
<view class="tn-icon-home-smile">
|
||
</view>
|
||
<!-- <image class="" src='https://resource.tuniaokj.com/images/tabbar/a1.png'></image> -->
|
||
</view>
|
||
<view class="tn-color-black">首页</view>
|
||
</view>
|
||
<view class="action">
|
||
<view class="bar-icon">
|
||
<view class="tn-icon-discover tn-color-gray">
|
||
</view>
|
||
<!-- <image class="" src='https://resource.tuniaokj.com/images/tabbar/k2.png'></image> -->
|
||
</view>
|
||
<view class="tn-color-gray">圈子</view>
|
||
</view>
|
||
<view class="action">
|
||
<view class="bar-icon">
|
||
<view class="tn-icon-image-text tn-color-gray">
|
||
</view>
|
||
<!-- <image class="" src='https://resource.tuniaokj.com/images/tabbar/i2.png'></image> -->
|
||
</view>
|
||
<view class="tn-color-gray">案例</view>
|
||
</view>
|
||
<view class="action">
|
||
<view class="bar-icon">
|
||
<view class="tn-icon-my tn-color-gray">
|
||
</view>
|
||
<!-- <image class="" src='https://resource.tuniaokj.com/images/tabbar/d2.png'></image> -->
|
||
</view>
|
||
<view class="tn-color-gray">我的</view>
|
||
</view>
|
||
</view>
|
||
<view class="tn-padding-xl"></view>
|
||
|
||
<!-- 回到首页悬浮按钮-->
|
||
<nav-index-button></nav-index-button>
|
||
|
||
</view>
|
||
</template>
|
||
|
||
<script>
|
||
import template_page_mixin from '@/libs/mixin/template_page_mixin.js'
|
||
import NavIndexButton from '@/libs/components/nav-index-button.vue'
|
||
export default {
|
||
name: 'TemplateRead',
|
||
mixins: [template_page_mixin],
|
||
components: { NavIndexButton },
|
||
data(){
|
||
return {
|
||
cardCur: 0,
|
||
swiperList: [{
|
||
id: 0,
|
||
type: 'image',
|
||
title: '海量分享',
|
||
name: '总有你想不到的创意',
|
||
text: '用最少的代码做最骚的效果',
|
||
url: 'https://resource.tuniaokj.com/images/swiper/read.jpg',
|
||
}, {
|
||
id: 1,
|
||
type: 'image',
|
||
title: '愉快玩耍',
|
||
name: '寻找一起成长的小伙伴',
|
||
text: '欢迎加入东东们',
|
||
url: 'https://resource.tuniaokj.com/images/swiper/read.jpg',
|
||
}, {
|
||
id: 2,
|
||
type: 'image',
|
||
title: '酷炫多彩',
|
||
name: '更多彩蛋等你探索',
|
||
text: '开启全新的探索之旅',
|
||
url: 'https://resource.tuniaokj.com/images/swiper/read.jpg',
|
||
}, {
|
||
id: 3,
|
||
type: 'image',
|
||
title: '免费开源',
|
||
name: '商业合作请联系作者',
|
||
text: '微信号 tnkewo',
|
||
url: 'https://resource.tuniaokj.com/images/swiper/read.jpg',
|
||
}],
|
||
content: [
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['开源','创意'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/prototype2.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 999,
|
||
commentCount: 999,
|
||
likeCount: 999
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['现代','架空'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/prototype1.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['奇幻','缘分'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/computer2.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['争霸','命运'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/phonecase1.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['古言','文学'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/phonecase2.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['腹黑','重生'],
|
||
desc: '我们都是好孩子',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/watch1.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['言情','宠文'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/sticker.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
},
|
||
{
|
||
userAvatar: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg',
|
||
userName: '可我会像',
|
||
date: '2021年12月20日',
|
||
label: ['都市','创越'],
|
||
desc: '免费开源可商用组件',
|
||
mainImage: 'https://resource.tuniaokj.com/images/shop/card.jpg',
|
||
viewUser: {
|
||
latestUserAvatar: [
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_1.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_2.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_3.jpeg'},
|
||
{src: 'https://resource.tuniaokj.com/images/blogger/avatar_4.jpeg'},
|
||
],
|
||
viewUserCount: 129
|
||
},
|
||
collectionCount: 265,
|
||
commentCount: 22,
|
||
likeCount: 62
|
||
}
|
||
]
|
||
}
|
||
},
|
||
methods: {
|
||
// cardSwiper
|
||
cardSwiper(e) {
|
||
this.cardCur = e.detail.current
|
||
},
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<style lang="scss" scoped>
|
||
@import '@/static/css/templatePage/custom_nav_bar.scss';
|
||
/* 自定义导航栏内容 start */
|
||
.custom-nav {
|
||
height: 100%;
|
||
|
||
&__back {
|
||
margin: auto 5rpx;
|
||
font-size: 40rpx;
|
||
margin-right: 10rpx;
|
||
margin-left: 30rpx;
|
||
flex-basis: 5%;
|
||
}
|
||
|
||
&__search {
|
||
flex-basis: 60%;
|
||
width: 100%;
|
||
height: 100%;
|
||
|
||
&__box {
|
||
width: 100%;
|
||
height: 70%;
|
||
padding: 15rpx 0;
|
||
margin: 0 30rpx;
|
||
border-radius: 10rpx;
|
||
font-size: 24rpx;
|
||
}
|
||
|
||
&__icon {
|
||
padding-right: 10rpx;
|
||
margin-left: 20rpx;
|
||
font-size: 30rpx;
|
||
}
|
||
|
||
&__text {
|
||
color: #AAAAAA;
|
||
}
|
||
}
|
||
}
|
||
.logo-image{
|
||
width: 65rpx;
|
||
height: 65rpx;
|
||
position: relative;
|
||
}
|
||
.logo-pic{
|
||
background-size: cover;
|
||
background-repeat:no-repeat;
|
||
// background-attachment:fixed;
|
||
background-position:top;
|
||
border-radius: 50%;
|
||
}
|
||
/* 自定义导航栏内容 end */
|
||
|
||
/* 轮播视觉差 start */
|
||
.card-swiper {
|
||
height: 500rpx !important;
|
||
}
|
||
|
||
.card-swiper swiper-item {
|
||
width: 750rpx !important;
|
||
left: 0rpx;
|
||
box-sizing: border-box;
|
||
padding: 0rpx 30rpx 90rpx 30rpx;
|
||
overflow: initial;
|
||
}
|
||
|
||
.card-swiper swiper-item .swiper-item {
|
||
width: 100%;
|
||
display: block;
|
||
height: 100%;
|
||
border-radius: 30rpx;
|
||
transform: scale(1);
|
||
transition: all 0.2s ease-in 0s;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.card-swiper swiper-item.cur .swiper-item {
|
||
transform: none;
|
||
transition: all 0.2s ease-in 0s;
|
||
}
|
||
|
||
.card-swiper swiper-item .swiper-item-text {
|
||
margin-top: -220rpx;
|
||
width: 100%;
|
||
display: block;
|
||
height: 50%;
|
||
border-radius: 10rpx;
|
||
transform: translate(100rpx, -60rpx) scale(0.9, 0.9);
|
||
transition: all 0.6s ease 0s;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.card-swiper swiper-item.cur .swiper-item-text {
|
||
margin-top: -280rpx;
|
||
width: 100%;
|
||
transform: translate(0rpx, 0rpx) scale(0.9, 0.9);
|
||
transition: all 0.6s ease 0s;
|
||
}
|
||
|
||
.image-banner{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.image-banner image{
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
|
||
/* 轮播指示点 start*/
|
||
.indication{
|
||
z-index: 9999;
|
||
width: 100%;
|
||
height: 36rpx;
|
||
position: absolute;
|
||
display:flex;
|
||
flex-direction:row;
|
||
align-items:center;
|
||
justify-content:center;
|
||
}
|
||
|
||
.spot{
|
||
background-color: #FFFFFF;
|
||
opacity: 0.6;
|
||
width: 10rpx;
|
||
height: 10rpx;
|
||
border-radius: 20rpx;
|
||
top: -130rpx;
|
||
margin: 0 8rpx !important;
|
||
position: relative;
|
||
}
|
||
|
||
.spot.active{
|
||
opacity: 1;
|
||
width: 30rpx;
|
||
background-color: #FFFFFF;
|
||
}
|
||
|
||
/* 图标容器7 start */
|
||
.icon7 {
|
||
&__item {
|
||
width: 30%;
|
||
background-color: #FFFFFF;
|
||
border-radius: 10rpx;
|
||
padding: 10rpx;
|
||
margin: 20rpx 10rpx;
|
||
transform: scale(1);
|
||
transition: transform 0.3s linear;
|
||
transform-origin: center center;
|
||
|
||
&--icon {
|
||
width: 120rpx;
|
||
height: 120rpx;
|
||
font-size: 50rpx;
|
||
border-radius: 0;
|
||
margin-bottom: -10rpx;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
}
|
||
}
|
||
|
||
.image-capsule{
|
||
padding:120rpx 0rpx;
|
||
font-size: 40rpx;
|
||
font-weight: 300;
|
||
position: relative;
|
||
}
|
||
.image-pic{
|
||
background-size: cover;
|
||
background-repeat:no-repeat;
|
||
// background-attachment:fixed;
|
||
background-position:top;
|
||
}
|
||
|
||
/* 胶囊背景图 start */
|
||
.image-div {
|
||
height: 450rpx;
|
||
z-index: -1;
|
||
|
||
.image {
|
||
width: 100%;
|
||
height: 667rpx;
|
||
// z-index: -1;
|
||
}
|
||
}
|
||
/* 胶囊背景图 end */
|
||
/* 标题 start */
|
||
.nav_title {
|
||
-webkit-background-clip: text;
|
||
color: transparent;
|
||
|
||
&--wrap {
|
||
position: relative;
|
||
display: flex;
|
||
height: 120rpx;
|
||
font-size: 46rpx;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-weight: bold;
|
||
background-image: url(https://resource.tuniaokj.com/images/title_bg/title44.png);
|
||
background-size: cover;
|
||
}
|
||
}
|
||
/* 标题 end */
|
||
|
||
/* 文章内容 start*/
|
||
.tn-blogger-content {
|
||
&__wrap {
|
||
box-shadow: 0rpx 0rpx 50rpx 0rpx rgba(0, 0, 0, 0.12);
|
||
border-radius: 20rpx;
|
||
margin: 15rpx;
|
||
}
|
||
|
||
&__info {
|
||
&__btn {
|
||
margin-right: -12rpx;
|
||
opacity: 0.5;
|
||
}
|
||
}
|
||
|
||
&__label {
|
||
&__item {
|
||
line-height: 45rpx;
|
||
padding: 0 20rpx;
|
||
margin: 5rpx 18rpx 0 0;
|
||
|
||
&--prefix {
|
||
color: #82B2FF;
|
||
padding-right: 10rpx;
|
||
}
|
||
}
|
||
|
||
&__desc {
|
||
line-height: 35rpx;
|
||
}
|
||
}
|
||
|
||
&__main-image {
|
||
border-radius: 16rpx 16rpx 0 0;
|
||
|
||
&--1 {
|
||
max-width: 690rpx;
|
||
min-width: 690rpx;
|
||
max-height: 400rpx;
|
||
min-height: 400rpx;
|
||
}
|
||
|
||
&--2 {
|
||
max-width: 260rpx;
|
||
max-height: 260rpx;
|
||
}
|
||
|
||
&--3 {
|
||
height: 212rpx;
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
&__count-icon {
|
||
font-size: 30rpx;
|
||
padding-right: 5rpx;
|
||
}
|
||
}
|
||
|
||
.image-book{
|
||
padding: 150rpx 0rpx;
|
||
font-size: 16rpx;
|
||
font-weight: 300;
|
||
position: relative;
|
||
}
|
||
.image-picbook{
|
||
background-size: cover;
|
||
background-repeat:no-repeat;
|
||
// background-attachment:fixed;
|
||
background-position:top;
|
||
border-radius: 20rpx 20rpx 0 0;
|
||
}
|
||
/* 文章内容 end*/
|
||
|
||
/* 底部tabbar start*/
|
||
.footerfixed{
|
||
position: fixed;
|
||
// margin: 20rpx;
|
||
margin: 40rpx 5%;
|
||
width: 90%;
|
||
bottom: 0;
|
||
z-index: 999;
|
||
background-color: #FFFFFF;
|
||
box-shadow: 0rpx 0rpx 30rpx 0rpx rgba(0, 0, 0, 0.07);
|
||
}
|
||
|
||
.tabbar {
|
||
display: flex;
|
||
align-items: center;
|
||
min-height: 110rpx;
|
||
justify-content: space-between;
|
||
padding: 0;
|
||
height: calc(110rpx + env(safe-area-inset-bottom) / 2);
|
||
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
||
}
|
||
|
||
.tabbar .action {
|
||
font-size: 22rpx;
|
||
position: relative;
|
||
flex: 1;
|
||
text-align: center;
|
||
padding: 0;
|
||
display: block;
|
||
height: auto;
|
||
line-height: 1;
|
||
margin: 0;
|
||
overflow: initial;
|
||
}
|
||
|
||
.tabbar .action .bar-icon {
|
||
width: 100rpx;
|
||
position: relative;
|
||
display: block;
|
||
height: auto;
|
||
margin: 0 auto 10rpx;
|
||
text-align: center;
|
||
font-size: 42rpx;
|
||
}
|
||
|
||
.tabbar .action .bar-icon image {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
display: inline-block;
|
||
}
|
||
</style>
|