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.
144 lines
2.3 KiB
144 lines
2.3 KiB
2 years ago
|
.enterpriseDetails_body{
|
||
|
padding: 40rpx;
|
||
|
color: #666666;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.header_car{
|
||
|
width: 100%;
|
||
|
height: 270rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 10px;
|
||
|
padding: 42rpx 52rpx;
|
||
|
}
|
||
|
.flex{
|
||
|
display: flex;
|
||
|
}
|
||
|
.jb{
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.text_ov{
|
||
|
width:100% ;
|
||
|
overflow: hidden;/*超出部分隐藏*/
|
||
|
white-space: nowrap;/*不换行*/
|
||
|
text-overflow:ellipsis;/*超出部分文字以...显示*/
|
||
|
}
|
||
|
.header_text_left{
|
||
|
margin-left: 20rpx;
|
||
|
width: 280rpx;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space:nowrap;
|
||
|
}
|
||
|
.chart{
|
||
|
margin-top: 130rpx;
|
||
|
color: #BBBBBB;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.chartSeleBar_item{
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 10px;
|
||
|
padding:14rpx 28rpx ;
|
||
|
}
|
||
|
.swiper-item{
|
||
|
height: 100%;
|
||
|
}
|
||
|
.footer{
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
gap:24rpx;
|
||
|
margin-top: 80rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
.footer_title{
|
||
|
color: #FFFFFF;
|
||
|
width: 400rpx;
|
||
|
height: 90rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
background: #ADCEFF;
|
||
|
border-radius: 10px;
|
||
|
position: absolute;
|
||
|
margin: 0 auto;
|
||
|
top: -45rpx;
|
||
|
left: calc((100% - 400rpx)/2);
|
||
|
}
|
||
|
.iicombody{
|
||
|
width: 120rpx;
|
||
|
height: 120rpx;
|
||
|
border-radius: 50%;
|
||
|
background-color:#F0F0F0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin-bottom: 16rpx;
|
||
|
}
|
||
|
.footer_item{
|
||
|
width: 320rpx;
|
||
|
height: 340rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 20px;
|
||
|
}
|
||
|
.swiper-item_table{
|
||
|
padding: 6rpx 20rpx;
|
||
|
background-color:#F0F0F0 ;
|
||
|
font-size: 20rpx;
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.numberoli{
|
||
|
font-size: 30rpx;
|
||
|
color: #666666;
|
||
|
margin-right: 5rpx;
|
||
|
}
|
||
|
.swiper{
|
||
|
width: 100%;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.chart_scoll{
|
||
|
height: 460rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 10px;
|
||
|
margin-top: 20rpx;
|
||
|
overflow: hidden;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.selechartSeleBar_item{
|
||
|
background: #ADCEFF;
|
||
|
border-radius: 10px;
|
||
|
padding:14rpx 28rpx ;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.chartSeleBar{
|
||
|
display: flex;
|
||
|
gap:20rpx
|
||
|
}
|
||
|
.yuan{
|
||
|
width:20rpx ;
|
||
|
height: 20rpx;
|
||
|
border-radius: 50%;
|
||
|
background-color: #17A00E;
|
||
|
}
|
||
|
.account{
|
||
|
margin-top: 25rpx;
|
||
|
width: 100%;
|
||
|
height: 120rpx;
|
||
|
background: #ADCEFF;
|
||
|
border-radius: 10px;
|
||
|
padding: 24rpx 40rpx;
|
||
|
color: #FFFFFF;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.small_text{
|
||
|
color: #BBBBBB;
|
||
|
font-size: 20rpx;
|
||
|
}
|
||
|
.header_text_top{
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
.ac{
|
||
|
align-items: center;
|
||
|
}
|