You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
3.1 KiB
179 lines
3.1 KiB
/* subpages/partyInteract/components/partInPeople/partInPeople.wxss */
|
|
.part-people{
|
|
width: 710rpx;
|
|
height: 494rpx;
|
|
/* height: 1000rpx; */
|
|
margin: auto;
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding: 30rpx 30rpx 40rpx 21rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.num{
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.explain{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
vertical-align: middle;
|
|
margin-left: 5rpx;
|
|
}
|
|
|
|
/* 下拉框 */
|
|
|
|
.title-top .title {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
.title-top .filter {
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
position: relative;
|
|
|
|
}
|
|
.title-top .hover-filter {
|
|
background: #f7f7f7;
|
|
}
|
|
.title-top .filter .time {
|
|
font-size: 26rpx;
|
|
color: #B6BAC6;
|
|
/* border: 1rpx solid red; */
|
|
}
|
|
.title-top .filter .trigger {
|
|
width: 0;
|
|
height: 0;
|
|
border: 13rpx solid transparent;
|
|
border-top: 15rpx solid #B6BAC6;
|
|
margin-left: 4rpx;
|
|
position: relative;
|
|
top: 10rpx;
|
|
transition: transform 0.3s;
|
|
transform-origin: 50% 7rpx;
|
|
}
|
|
.title-top .filter .time-select {
|
|
width: 164rpx;
|
|
position: absolute;
|
|
left: -10rpx;
|
|
top: 50rpx;
|
|
background: #fff;
|
|
z-index: 100;
|
|
box-sizing: border-box;
|
|
padding: 0 10rpx;
|
|
box-shadow: 0px 3px 18px 0px rgba(211,211,211,0.63);
|
|
overflow: hidden;
|
|
transition: height 0.3s;
|
|
}
|
|
.title-top .filter .time-select .list-item {
|
|
font-size: 26rpx;
|
|
color: #B6BAC6;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.selted{
|
|
float:right;
|
|
margin-top: 5rpx;
|
|
}
|
|
.echarts{
|
|
width: 100%;
|
|
height: 354rpx;
|
|
/* border: 1rpx solid red; */
|
|
/* margin-top: 40rpx; */
|
|
box-sizing: border-box;
|
|
z-index: -1;
|
|
}
|
|
.lenged{
|
|
color: #999999;
|
|
font-size: 22rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
.lenged text{
|
|
display: inline-block;
|
|
}
|
|
.circle{
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
background: #FFC600;
|
|
border-radius: 50%;
|
|
margin-top: 10rpx;
|
|
margin-left: 46rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.background2{
|
|
background: #FFA270;
|
|
}
|
|
.background3{
|
|
background: #63CFED;
|
|
}
|
|
.background4{
|
|
background: #679CF7;
|
|
}
|
|
|
|
/* 弹框 */
|
|
.pop-box{
|
|
box-sizing: border-box;
|
|
width: 411rpx;
|
|
height: auto;
|
|
background: #fff;
|
|
padding: 0rpx 12rpx 27rpx 20rpx;
|
|
z-index: 9999;
|
|
}
|
|
.pop-title{
|
|
margin-top: 20rpx;
|
|
}
|
|
.pop-header{
|
|
color: #333333;
|
|
font-size: 28rpx;
|
|
}
|
|
.pop-content{
|
|
color: #999999;
|
|
font-size: 26rpx;
|
|
margin-top: 14rpx;
|
|
padding-top: 10rpx;
|
|
width: 360rpx;
|
|
height: auto;
|
|
white-space:normal;
|
|
word-break:break-all;
|
|
}
|
|
.cover-img{
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
float: right;
|
|
}
|
|
.float{
|
|
float: left;
|
|
}
|
|
.pop-coverview{
|
|
z-index: 99999;
|
|
}
|
|
/* 左侧箭头 */
|
|
.left-slide{
|
|
position: absolute;
|
|
width: 75rpx;
|
|
height: 55rpx;
|
|
margin-top: -25px;
|
|
margin-left: 20px;
|
|
}
|
|
.left-slide image{
|
|
width: 12rpx;
|
|
height: 20rpx;
|
|
}
|
|
.right-slide{
|
|
position: absolute;
|
|
right: 30px;
|
|
width: 75rpx;
|
|
height: 55rpx;
|
|
margin-top: -25px;
|
|
}
|
|
.right-slide image{
|
|
width: 12rpx;
|
|
height: 20rpx;
|
|
margin-left: 50rpx;
|
|
}
|
|
|