yuminge-app/yun-min-program-plugin-master/packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.wxss

214 lines
3.9 KiB
Plaintext

/* packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.wxss */
#case-rangking-mobile .bg {
height: 400rpx;
width: 100%;
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/images/case-ranking.png");
background-size: 100%;
position: relative;
}
#case-rangking-mobile .bg .list {
background: #fff;
display: flex;
justify-content: space-between;
height: 249.6rpx;
margin: 0 32rpx;
position: absolute;
bottom: 48rpx;
width: calc(100% - 64rpx);
border-radius: 10rpx;
}
#case-rangking-mobile .bg .list .li {
width: 216rpx;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 16rpx;
}
#case-rangking-mobile .bg .list .li .img1 {
width: 50rpx;
height: 50rpx;
}
#case-rangking-mobile .bg .list .li .img1 image {
width: 100%;
height: 100%;
}
#case-rangking-mobile .bg .list .li .title {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 16rpx 0;
}
#case-rangking-mobile .bg .list .li .img2 {
width: 44.8rpx;
height: 44.8rpx;
border-radius: 50%;
}
#case-rangking-mobile .bg .list .li .img2 image {
width: 100%;
height: 100%;
border-radius: 50%;
}
#case-rangking-mobile .bg .list .li .button {
display: inline-block;
color: #ff5c00;
border: 0.0313rem solid #ff5c00;
border-radius: 40rpx;
margin-top: 4rpx;
padding: 4rpx 24rpx;
font-size: 24rpx;
}
#case-rangking-mobile .bg .list .li-one {
background: #fff;
/* position: absolute; */
height: 306rpx;
width: 292rpx;
/* top: -54.4rpx;
right: 216rpx; */
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: -57rpx;
/* padding: 16px; */
/* border-top-left-radius: 0.1563rem; */
/* border-top-right-radius: 0.1563rem; */
/* box-shadow: 0rem -0.0625rem 0.0938rem #ffedea; */
}
#case-rangking-mobile .bg .list .li-one .img1 {
width: 50rpx;
height: 50rpx;
}
#case-rangking-mobile .bg .list .li-one .img1 image {
width: 100%;
height: 100%;
}
#case-rangking-mobile .bg .list .li-one .title {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 16rpx 0;
}
#case-rangking-mobile .bg .list .li-one .img2 {
width: 44.8rpx;
height: 44.8rpx;
border-radius: 50%;
}
#case-rangking-mobile .bg .list .li-one .img2 image {
width: 100%;
height: 100%;
border-radius: 50%;
}
#case-rangking-mobile .bg .list .li-one .button {
display: inline-block;
color: #ff5c00;
border: 0.0313rem solid #ff5c00;
border-radius: 40rpx;
margin-top: 4rpx;
padding: 4rpx 24rpx;
font-size: 24rpx;
}
#case-rangking-mobile .ul {
margin: 0 20rpx;
margin-bottom: 32rpx;
text-align: left;
}
#case-rangking-mobile .ul .li {
margin-top: 20rpx;
line-height: 90rpx;
border-radius: 20rpx;
padding: 0 20rpx;
background: #fff;
display: flex;
align-items: center;
}
#case-rangking-mobile .ul .li .one {
width: 80rpx;
height: 50rpx;
}
#case-rangking-mobile .ul .li .one image {
width: 50rpx;
height: 100%;
}
#case-rangking-mobile .ul .li .one-1 {
width: 80rpx;
}
#case-rangking-mobile .ul .li .two {
width: 50rpx;
height: 50rpx;
margin: 0 32rpx;
border-radius: 50%;
}
#case-rangking-mobile .ul .li .two image {
width: 100%;
height: 100%;
border-radius: 50%;
}
#case-rangking-mobile .ul .li .three {
width: 400rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#case-rangking-mobile .ul .li .four {
color: #ff5c00;
}
.li_two::before {
content: "";
position: absolute;
top: -1rpx;
left: 198rpx;
width: 0rpx;
height: 0rpx;
margin: 0rpx auto;
border-left: 20rpx solid transparent;
border-top: 140rpx solid #ffedea;
}
.li_thr::before {
content: "";
position: absolute;
top: -1rpx;
right: 198rpx;
width: 0rpx;
height: 0rpx;
margin: 0rpx auto;
border-right: 20rpx solid transparent;
border-top: 140rpx solid #ffedea;
}