324 lines
7.2 KiB
Plaintext
324 lines
7.2 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, #f6f6bd 0%, #f5f5f5 100%);
|
|
background: -moz-linear-gradient(180deg, #f6f6bd 0%, #f5f5f5 100%);
|
|
background: linear-gradient(180deg, #f6f6bd 0%, #f5f5f5 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: #edf0f4;
|
|
border-radius: 15rpx 15rpx 0 0;
|
|
-moz-box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.04705882);
|
|
-webkit-box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.04705882);
|
|
box-shadow: 0 -1.5rpx 4.5rpx rgba(0, 0, 0, 0.04705882);
|
|
}
|
|
.classify .classify-item {
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
.classify .classify-item .pitch {
|
|
position: absolute;
|
|
top: -28rpx;
|
|
left: 0;
|
|
width: 375rpx;
|
|
height: 90rpx;
|
|
font-weight: 650;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
overflow: hidden;
|
|
}
|
|
.classify .classify-item .pitch.right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.classify .classify-item .pitch.right .text {
|
|
margin-left: 115.5rpx;
|
|
}
|
|
.classify .classify-item .pitch .icon {
|
|
position: absolute;
|
|
left: -4.5rpx;
|
|
top: -4.5rpx;
|
|
width: 385.5rpx;
|
|
height: 100.5rpx;
|
|
}
|
|
.classify .classify-item .pitch .text {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-top: 27rpx;
|
|
margin-left: 73.5rpx;
|
|
}
|
|
.classify .classify-item .pitch .text .text-icon-box {
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
border-radius: 50%;
|
|
background-color: #f95d5d;
|
|
margin-right: 15rpx;
|
|
}
|
|
.classify .classify-item .pitch .text .text-icon-box .text-icon {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.chunk {
|
|
background-color: #ffffff;
|
|
margin-top: -28rpx;
|
|
position: relative;
|
|
padding-top: 55.5rpx;
|
|
}
|
|
.chunk .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;
|
|
}
|
|
.chunk .pitch-on.major-pitch {
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
}
|
|
.chunk .pitch-on.major-pitch .major-pitch-text {
|
|
max-width: 80vw;
|
|
}
|
|
.chunk .pitch-on.major-pitch::after {
|
|
content: "";
|
|
height: 7.5rpx;
|
|
top: 43.5rpx;
|
|
}
|
|
.chunk .pitch-on .pitch-icon {
|
|
width: 21rpx;
|
|
height: 12rpx;
|
|
margin-left: 18rpx;
|
|
}
|
|
.chunk .pitch-on::after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 12rpx;
|
|
position: absolute;
|
|
top: 48rpx;
|
|
background-color: #cff7ff;
|
|
border-radius: 58.5rpx;
|
|
}
|
|
.chunk .message {
|
|
justify-content: space-between;
|
|
font-size: 24rpx;
|
|
color: #7F7F7F;
|
|
margin: 0 22.5rpx 30rpx;
|
|
}
|
|
.chunk .message .total {
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
.chunk .message .only .icon {
|
|
width: 27rpx;
|
|
height: 27rpx;
|
|
margin-right: 13.5rpx;
|
|
}
|
|
.chunk .list .item {
|
|
margin: 0 22.5rpx 15rpx;
|
|
background-color: #fbfbfb;
|
|
border: 1rpx solid #f2f2f2;
|
|
border-radius: 18rpx;
|
|
padding-top: 34.5rpx;
|
|
padding-left: 37.5rpx;
|
|
padding-right: 22.5rpx;
|
|
padding-bottom: 30rpx;
|
|
position: relative;
|
|
}
|
|
.chunk .list .item .angle {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 75rpx;
|
|
height: 76.5rpx;
|
|
}
|
|
.chunk .list .item .ranking {
|
|
font-family: 'Arial', 'Arial-Black', 'Arial Black', sans-serif;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
width: 76.5rpx;
|
|
}
|
|
.chunk .list .item .head {
|
|
align-items: flex-start;
|
|
}
|
|
.chunk .list .item .head .name {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
.chunk .list .item .head .mark {
|
|
font-size: 27rpx;
|
|
color: #333333;
|
|
}
|
|
.chunk .list .item .head .mark .text {
|
|
font-size: 21rpx;
|
|
color: #AAAAAA;
|
|
}
|
|
.chunk .list .item .english {
|
|
font-size: 21rpx;
|
|
line-height: 42rpx;
|
|
color: #333333;
|
|
margin-bottom: 3rpx;
|
|
}
|
|
.chunk .list .item .bottom {
|
|
justify-content: space-between;
|
|
}
|
|
.chunk .list .item .bottom .site {
|
|
font-size: 22.5rpx;
|
|
line-height: 42rpx;
|
|
color: #7F7F7F;
|
|
}
|
|
.chunk .list .item .bottom .btn {
|
|
width: 162rpx;
|
|
height: 54rpx;
|
|
line-height: 54rpx;
|
|
background-color: #f95d5d;
|
|
border-radius: 142.5rpx;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
padding: 0 15rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.chunk .list .item .bottom .btn .icon {
|
|
width: 27rpx;
|
|
height: 27rpx;
|
|
}
|
|
.chunk .end {
|
|
padding-top: 60rpx;
|
|
text-align: center;
|
|
font-size: 19.5rpx;
|
|
color: #D7D7D7;
|
|
}
|
|
.screen-mask {
|
|
background-color: rgba(0, 0, 0, 0.70588235);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
z-index: 100;
|
|
}
|
|
.screen-mask .screen-box {
|
|
width: 100vw;
|
|
background-color: #FFFFFF;
|
|
padding-top: 43.5rpx;
|
|
border-radius: 45rpx 45rpx 0 0;
|
|
}
|
|
.screen-mask .screen-box .head {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
margin-bottom: 45rpx;
|
|
text-align: center;
|
|
}
|
|
.screen-mask .screen-box .box {
|
|
margin: 0 22.5rpx 30rpx;
|
|
background-color: #fbfbfb;
|
|
border: 1rpx solid #f2f2f2;
|
|
border-radius: 15rpx;
|
|
padding: 16.5rpx 18rpx 30rpx 18rpx;
|
|
}
|
|
.screen-mask .screen-box .box .title {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
.screen-mask .screen-box .box .major-box {
|
|
height: 72rpx;
|
|
line-height: 72rpx;
|
|
background-color: #ffffff;
|
|
border: 1rpx solid #ccd003;
|
|
border-radius: 112.5rpx;
|
|
padding-left: 30rpx;
|
|
padding-right: 22.5rpx;
|
|
}
|
|
.screen-mask .screen-box .box .major-box .text {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-size: 24rpx;
|
|
color: #9A9D02;
|
|
}
|
|
.screen-mask .screen-box .box .major-box .text.text-no {
|
|
color: #AAAAAA;
|
|
font-weight: 400;
|
|
}
|
|
.screen-mask .screen-box .box .major-box .icon {
|
|
width: 10.5rpx;
|
|
height: 18rpx;
|
|
}
|
|
.screen-mask .screen-box .box .list {
|
|
flex-wrap: wrap;
|
|
}
|
|
.screen-mask .screen-box .box .list .item {
|
|
min-width: 150rpx;
|
|
height: 72rpx;
|
|
line-height: 72rpx;
|
|
background-color: #f6f6f6;
|
|
border-radius: 112.5rpx;
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
margin-right: 15rpx;
|
|
padding: 0 15rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.screen-mask .screen-box .box .list .item.pitch {
|
|
border: 1rpx solid #ccd003;
|
|
font-weight: 650;
|
|
color: #9A9D02;
|
|
}
|
|
.screen-mask .screen-box .footer {
|
|
margin-top: 45rpx;
|
|
height: 201rpx;
|
|
border-top: 1rpx solid #ebebeb;
|
|
justify-content: space-between;
|
|
font-size: 30rpx;
|
|
padding: 45rpx 30rpx 0 30rpx;
|
|
}
|
|
.screen-mask .screen-box .footer .cancel {
|
|
width: 225rpx;
|
|
height: 96rpx;
|
|
background-color: rgba(207, 247, 255, 0);
|
|
border: 1rpx solid #d7d7d7;
|
|
border-radius: 112.5rpx;
|
|
color: #555555;
|
|
}
|
|
.screen-mask .screen-box .footer .confirm {
|
|
width: 435rpx;
|
|
height: 96rpx;
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
color: #026277;
|
|
background-color: #cff7ff;
|
|
border: 1rpx solid #badee6;
|
|
border-radius: 112.5rpx;
|
|
}
|
|
.index-sidebar {
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|