60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
/* packageC/o2o/groupDataStatistics/groupDataStatistics.wxss */
|
|
#groupDataStatistics .list {
|
|
display: flex;
|
|
width: 100%;
|
|
background: #fff;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-25 {
|
|
width: 25%;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-18 {
|
|
width: 18%;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-17 {
|
|
width: 17%;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-40 {
|
|
width: 40%;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-40 .list-child {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: right;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
#groupDataStatistics .list .list-40 .list-child .list-child-margin {
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
#groupDataStatistics .line {
|
|
position: relative;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
#groupDataStatistics .line::after {
|
|
height: 1rpx;
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
content: "";
|
|
width: 100%;
|
|
background-image: linear-gradient(0deg, #ececec 50%, transparent 0);
|
|
}
|
|
|
|
#groupDataStatistics .list-main .list {
|
|
padding: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|