475 lines
12 KiB
Plaintext
475 lines
12 KiB
Plaintext
/* pages/projectAllList/projectAllList.wxss */
|
|
view {
|
|
box-sizing: border-box;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
.container {
|
|
min-height: 100vh;
|
|
padding-bottom: 180rpx;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.container .header {
|
|
padding: 36rpx 36rpx 61.5rpx;
|
|
background-color: #fbfbfb;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.container .header .medal {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.container .header .right .name {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 48rpx;
|
|
color: #000000;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.container .header .right .institution {
|
|
border-top: 1rpx solid #ebebeb;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
padding: 24rpx 0 12rpx;
|
|
}
|
|
.container .header .right .institution .text {
|
|
font-size: 21rpx;
|
|
color: #333333;
|
|
margin-bottom: 24rpx;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
.container .header .right .institution .list {
|
|
flex-wrap: wrap;
|
|
}
|
|
.container .header .right .institution .list .item {
|
|
padding: 0 9rpx;
|
|
height: 33rpx;
|
|
line-height: 33rpx;
|
|
border-radius: 9rpx;
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 21rpx;
|
|
color: #FFFFFF;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.container .header .right .institution .list .item:not(:last-of-type) {
|
|
margin-right: 16.5rpx;
|
|
}
|
|
.container .item-header {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
padding-left: 22rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.container .item-header .greenDot {
|
|
width: 9rpx;
|
|
height: 24rpx;
|
|
background-color: #ccd003;
|
|
border: 1rpx solid #9a9d02;
|
|
border-radius: 7.5rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.container .screen {
|
|
height: 132rpx;
|
|
background-color: #ffffff;
|
|
border: 1rpx solid #f2f2f2;
|
|
border-radius: 15rpx;
|
|
margin: 0 22rpx 75rpx;
|
|
}
|
|
.container .screen .item {
|
|
width: 322.5rpx;
|
|
height: 72rpx;
|
|
background-color: #f6f6f6;
|
|
border: 1rpx solid #ebebeb;
|
|
border-radius: 112.5rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.container .screen .item:first-of-type {
|
|
margin-right: 15rpx;
|
|
}
|
|
.container .screen .item .icon {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-left: 12rpx;
|
|
}
|
|
.container .all {
|
|
margin: 0 22rpx 75rpx;
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
}
|
|
.container .all .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);
|
|
}
|
|
.container .all .classify .classify-item {
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
.container .all .classify .classify-item .pitch {
|
|
position: absolute;
|
|
top: -28rpx;
|
|
left: 0;
|
|
width: 375rpx;
|
|
height: 90rpx;
|
|
font-weight: 650;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
overflow: hidden;
|
|
}
|
|
.container .all .classify .classify-item .pitch.right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.container .all .classify .classify-item .pitch.right .text {
|
|
margin-left: 115.5rpx;
|
|
}
|
|
.container .all .classify .classify-item .pitch .icon {
|
|
position: absolute;
|
|
left: -4.5rpx;
|
|
top: -4.5rpx;
|
|
width: 385.5rpx;
|
|
height: 100.5rpx;
|
|
}
|
|
.container .all .classify .classify-item .pitch .text {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-top: 27rpx;
|
|
margin-left: 73.5rpx;
|
|
}
|
|
.container .all .classify .classify-item .pitch .text .text-icon-box {
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
border-radius: 50%;
|
|
background-color: #f95d5d;
|
|
margin-right: 15rpx;
|
|
}
|
|
.container .all .classify .classify-item .pitch .text .text-icon-box .text-icon {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.container .all .total {
|
|
font-size: 21rpx;
|
|
color: #7F7F7F;
|
|
text-align: center;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
.container .all .spot {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background-color: #f6f6bd;
|
|
border: 1rpx solid #ccd003;
|
|
border-radius: 58.5rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
.container .all .end {
|
|
font-size: 19.5rpx;
|
|
color: #D7D7D7;
|
|
padding: 100rpx 0;
|
|
text-align: center;
|
|
}
|
|
.container .all .synthesis {
|
|
background-color: #ffffff;
|
|
margin-top: -28rpx;
|
|
position: relative;
|
|
padding-top: 55.5rpx;
|
|
}
|
|
.container .all .synthesis .list {
|
|
padding: 0 30rpx;
|
|
}
|
|
.container .all .synthesis .list .item:not(:last-of-type) {
|
|
margin-bottom: 76.5rpx;
|
|
}
|
|
.container .all .synthesis .list .item .icon {
|
|
width: 130.5rpx;
|
|
height: 36rpx;
|
|
}
|
|
.container .all .synthesis .list .item .text {
|
|
padding: 33rpx 0;
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
font-size: 25.5rpx;
|
|
color: #000000;
|
|
}
|
|
.container .all .synthesis .list .item .text .title {
|
|
width: max-content;
|
|
}
|
|
.container .all .synthesis .list .item .text .year {
|
|
white-space: nowrap;
|
|
}
|
|
.container .all .major {
|
|
background-color: #ffffff;
|
|
margin-top: -28rpx;
|
|
position: relative;
|
|
padding-top: 55.5rpx;
|
|
}
|
|
.container .all .major .letter {
|
|
right: 22rpx;
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
color: #AAAAAA;
|
|
transition: all 0.3s;
|
|
}
|
|
.container .all .major .letter .item {
|
|
font-size: 21rpx;
|
|
line-height: 33rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
.container .all .major .letter .item.pitch {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
color: #000000;
|
|
}
|
|
.container .all .major .list .mask {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
.container .all .major .list .item:not(:last-of-type) {
|
|
margin-bottom: 76rpx;
|
|
}
|
|
.container .all .major .list .item .title {
|
|
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial', sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
padding-left: 30rpx;
|
|
line-height: 32rpx;
|
|
}
|
|
.container .all .major .list .item .organ {
|
|
flex-direction: column;
|
|
padding-left: 75rpx;
|
|
padding-right: 90rpx;
|
|
}
|
|
.container .all .major .list .item .organ .organ-item {
|
|
height: 106rpx;
|
|
position: relative;
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
}
|
|
.container .all .major .list .item .organ .organ-item .name {
|
|
font-size: 22.5rpx;
|
|
width: 130.5rpx;
|
|
}
|
|
.container .all .major .list .item .organ .select-box {
|
|
width: 394.5rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
right: -15rpx;
|
|
padding-top: 94rpx;
|
|
padding-bottom: 10rpx;
|
|
transition: all 0.3s;
|
|
}
|
|
.container .all .major .list .item .organ .select-box.show {
|
|
background-color: #f2f2f2;
|
|
border-radius: 22.5rpx;
|
|
box-shadow: 0 0 7.5rpx rgba(0, 0, 0, 0.17254902);
|
|
z-index: 1;
|
|
}
|
|
.container .all .major .list .item .organ .select-box.show .year {
|
|
height: auto;
|
|
}
|
|
.container .all .major .list .item .organ .select-box .select {
|
|
position: absolute;
|
|
top: 25.5rpx;
|
|
right: 15rpx;
|
|
width: 364.5rpx;
|
|
height: 54rpx;
|
|
background-color: #f6f6f6;
|
|
border: 1rpx solid #d7d7d7;
|
|
border-radius: 36rpx;
|
|
padding: 0 15rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.container .all .major .list .item .organ .select-box .select .text {
|
|
font-size: 21rpx;
|
|
color: #7F7F7F;
|
|
}
|
|
.container .all .major .list .item .organ .select-box .select .icon {
|
|
width: 10rpx;
|
|
height: 9rpx;
|
|
transform: rotate(-90deg);
|
|
}
|
|
.container .all .major .list .item .organ .select-box .year {
|
|
height: 0;
|
|
overflow: hidden;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
padding-left: 34.5rpx;
|
|
}
|
|
.container .all .major .list .item .organ .select-box .year .year-item {
|
|
padding: 14rpx 0;
|
|
}
|
|
.container .pop {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.70588235);
|
|
z-index: 100;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
}
|
|
.container .pop .pop-box {
|
|
background-color: #ffffff;
|
|
border-radius: 45rpx 45rpx 0 0;
|
|
}
|
|
.container .pop .pop-box.realize-box .name {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
text-align: center;
|
|
padding-top: 60rpx;
|
|
margin-bottom: 14rpx;
|
|
}
|
|
.container .pop .pop-box.realize-box .list {
|
|
padding: 0 45rpx 95rpx;
|
|
}
|
|
.container .pop .pop-box.realize-box .list .item {
|
|
padding: 30rpx 0;
|
|
}
|
|
.container .pop .pop-box.realize-box .list .item:not(:last-of-type) {
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
}
|
|
.container .pop .pop-box.realize-box .list .item .title {
|
|
height: 33rpx;
|
|
border-radius: 9rpx;
|
|
font-weight: 650;
|
|
font-style: normal;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
padding: 0 15rpx;
|
|
width: max-content;
|
|
margin-bottom: 16.5rpx;
|
|
}
|
|
.container .pop .pop-box.realize-box .list .item .text {
|
|
font-size: 22.5rpx;
|
|
color: #555555;
|
|
line-height: 39rpx;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .screen-mask .screen-box {
|
|
width: 100vw;
|
|
background-color: #FFFFFF;
|
|
padding-top: 43.5rpx;
|
|
border-radius: 45rpx 45rpx 0 0;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .screen-mask .screen-box .box .major-box .text.text-no {
|
|
color: #AAAAAA;
|
|
font-weight: 400;
|
|
}
|
|
.container .screen-mask .screen-box .box .major-box .icon {
|
|
width: 10.5rpx;
|
|
height: 18rpx;
|
|
}
|
|
.container .screen-mask .screen-box .box .list {
|
|
flex-wrap: wrap;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .screen-mask .screen-box .box .list .item.pitch {
|
|
border: 1rpx solid #ccd003;
|
|
font-weight: 650;
|
|
color: #9A9D02;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|
|
.container .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;
|
|
}
|