Commit 5551e7b9 by LJM

关于我们

parent 5b99ea01
......@@ -29,6 +29,10 @@
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
&.desc {
height: auto;
-webkit-line-clamp: 5000000000000;
}
}
.more {
margin-top: 17rpx;
......@@ -307,6 +311,31 @@
background: #ffffff;
border-radius: 10rpx;
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 {
font-size: 28rpx;
color: #1969f9;
......@@ -333,6 +362,31 @@
&.curr {
.text {
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 {
color: #ffffff;
}
......
<template>
<view class="page-zqsx">
<view class="back" v-back><text class="iconfont icon-arrleft"></text></view>
<view class="bg"></view>
<view class="form-box">
<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