Commit 5551e7b9 by LJM

关于我们

parent 5b99ea01
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 5; -webkit-line-clamp: 5;
&.desc {
height: auto;
-webkit-line-clamp: 5000000000000;
}
} }
.more { .more {
margin-top: 17rpx; margin-top: 17rpx;
...@@ -307,6 +311,31 @@ ...@@ -307,6 +311,31 @@
background: #ffffff; background: #ffffff;
border-radius: 10rpx; border-radius: 10rpx;
box-sizing: border-box; box-sizing: border-box;
&::before {
position: absolute;
bottom: -46rpx;
left: 0;
right: 0;
width: 1px;
height: 46rpx;
margin: 0 auto;
background: #c6c7cc;
content: '';
z-index: 99;
}
&::after {
position: absolute;
bottom: -56rpx;
left: 0;
right: 0;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin: 0 auto;
background: #c6c7cc;
content: '';
z-index: 99;
}
.t1 { .t1 {
font-size: 28rpx; font-size: 28rpx;
color: #1969f9; color: #1969f9;
...@@ -333,6 +362,31 @@ ...@@ -333,6 +362,31 @@
&.curr { &.curr {
.text { .text {
background: #1969f9; background: #1969f9;
&::before {
position: absolute;
bottom: -46rpx;
left: 0;
right: 0;
width: 1px;
height: 46rpx;
margin: 0 auto;
background: #1969f9;
content: '';
z-index: 99;
}
&::after {
position: absolute;
bottom: -56rpx;
left: 0;
right: 0;
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin: 0 auto;
background: #1969f9;
content: '';
z-index: 99;
}
.t1 { .t1 {
color: #ffffff; color: #ffffff;
} }
......
<template> <template>
<view class="page-zqsx"> <view class="page-zqsx">
<view class="back" v-back><text class="iconfont icon-arrleft"></text></view>
<view class="bg"></view> <view class="bg"></view>
<view class="form-box"> <view class="form-box">
<view class="kefu row verCenter"> <view class="kefu row verCenter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment