min-project/pages/projectList/projectList.less
DESKTOP-RQ919RC\Pc 808efb9bb4 排行榜上线
2025-03-06 17:41:21 +08:00

264 lines
6.5 KiB
Plaintext

/* pages/projectList/projectList.wxss */
view {
box-sizing: border-box;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
}
.header-box {
width: 100vw;
height: 219rpx;
background: -webkit-linear-gradient(270deg, rgba(246, 246, 189, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(246, 246, 189, 1) 0%, rgba(245, 245, 245, 1) 100%);
background: linear-gradient(180deg, rgba(246, 246, 189, 1) 0%, rgba(245, 245, 245, 1) 100%);
position: relative;
}
.header-nav {
position: absolute;
top: 0;
}
.classify {
padding-top: 21rpx;
font-size: 30rpx;
color: #555555;
height: 109.5rpx;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
background-color: rgba(237, 240, 244, 1);
border-radius: 15rpx 15rpx 0 0;
-moz-box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.0470588235294118);
-webkit-box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.0470588235294118);
box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.0470588235294118);
.classify-item {
justify-content: center;
position: relative;
.pitch {
position: absolute;
top: -28rpx;
left: 0;
width: 375rpx;
height: 90rpx;
font-weight: 650;
font-size: 30rpx;
color: #000000;
overflow: hidden;
&.right {
left: auto;
right: 0;
.text {
margin-left: 115.5rpx;
}
}
.icon {
position: absolute;
left: -4.5rpx;
top: -4.5rpx;
width: 385.5rpx;
height: 100.5rpx;
}
.text {
position: relative;
z-index: 1;
margin-top: 27rpx;
margin-left: 73.5rpx;
.text-icon-box {
width: 42rpx;
height: 42rpx;
border-radius: 50%;
background-color: #f95d5d;
margin-right: 15rpx;
.text-icon {
width: 30rpx;
height: 30rpx;
}
}
}
}
}
}
.chunk {
background-color: rgba(255, 255, 255, 1);
margin-top: -28rpx;
position: relative;
padding-top: 55.5rpx;
.pitch-on {
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
font-size: 33rpx;
color: #000000;
margin: 0 auto;
width: fit-content;
margin-bottom: 73.5rpx;
position: relative;
&.major-pitch {
font-weight: 650;
font-style: normal;
font-size: 27rpx;
color: #000000;
.major-pitch-text {
max-width: 75vw;
}
&::after {
content: "";
height: 7.5rpx;
top: 43.5rpx;
}
}
.pitch-icon {
width: 21rpx;
height: 12rpx;
margin-left: 18rpx;
}
&::after {
content: "";
width: 100%;
height: 12rpx;
position: absolute;
top: 48rpx;
background-color: rgba(207, 247, 255, 1);
border-radius: 58.5rpx;
}
}
.message {
justify-content: space-between;
font-size: 24rpx;
color: #7F7F7F;
margin: 0 22.5rpx 30rpx;
.total {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
}
.only {
.icon {
width: 27rpx;
height: 27rpx;
margin-right: 13.5rpx;
}
}
}
.list {
.item {
margin: 0 22.5rpx 15rpx;
background-color: rgba(251, 251, 251, 1);
border: 1rpx solid rgba(242, 242, 242, 1);
border-radius: 18rpx;
padding-top: 34.5rpx;
padding-left: 37.5rpx;
padding-right: 22.5rpx;
padding-bottom: 30rpx;
position: relative;
.angle {
position: absolute;
top: 0;
left: 0;
width: 75rpx;
height: 76.5rpx;
}
.ranking {
font-family: 'Arial', 'Arial-Black', 'Arial Black', sans-serif;
font-weight: 900;
font-style: normal;
font-size: 24rpx;
color: #000000;
width: 76.5rpx;
}
.head {
align-items: flex-start;
.name {
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
font-size: 30rpx;
color: #000000;
}
.mark {
font-size: 27rpx;
color: #333333;
.text {
font-size: 21rpx;
color: #AAAAAA;
margin-left: 5rpx;
}
}
}
.english {
font-size: 21rpx;
line-height: 42rpx;
color: #333333;
margin-bottom: 3rpx;
}
.bottom {
justify-content: space-between;
.site {
font-size: 22.5rpx;
line-height: 42rpx;
color: #7F7F7F;
}
.btn {
width: 162rpx;
height: 54rpx;
line-height: 54rpx;
background-color: rgba(249, 93, 93, 1);
border-radius: 142.5rpx;
font-size: 24rpx;
color: #FFFFFF;
padding: 0 15rpx;
justify-content: space-between;
.icon {
width: 27rpx;
height: 27rpx;
}
}
}
}
}
.end {
padding-top: 60rpx;
text-align: center;
font-size: 19.5rpx;
color: #D7D7D7;
}
}
.index-sidebar {
position: relative;
z-index: 99;
}
.empty {
flex-direction: column;
height: 50vh;
}