27726
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="integralapply" v-if="showPage">
|
<div class="integralapply" v-if="showPage">
|
||||||
<u-tabs :list="list" :is-scroll="false" :current="currentTab" @change="change" style="width: 50%" bg-color="#197df0" active-color="#FFF;" inactive-color="#FFF"></u-tabs>
|
<u-tabs :list="list" :is-scroll="false" :current="currentTab" @change="change" style="width: 50%" bg-color="#4181FF" active-color="#FFF;" inactive-color="#FFF" active-item-style="activeClass"></u-tabs>
|
||||||
|
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
@@ -81,6 +81,12 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
|
|
||||||
|
activeClass() {
|
||||||
|
return {
|
||||||
|
fontSize: '44px',
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
@@ -183,6 +189,9 @@ export default {
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
||||||
.showTypes {
|
.showTypes {
|
||||||
|
font-size: 38px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -201,11 +210,15 @@ export default {
|
|||||||
border-radius: 16px 16px 0px 0px;
|
border-radius: 16px 16px 0px 0px;
|
||||||
box-shadow: inset 0px -1px 0px 0px #dddddd;
|
box-shadow: inset 0px -1px 0px 0px #dddddd;
|
||||||
.cont {
|
.cont {
|
||||||
|
line-height: 1.5;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
@@ -217,6 +230,8 @@ export default {
|
|||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
|
font-size: 28px;
|
||||||
|
color: #999999;
|
||||||
}
|
}
|
||||||
.times {
|
.times {
|
||||||
width: 53%;
|
width: 53%;
|
||||||
|
|||||||
Reference in New Issue
Block a user