475 lines
14 KiB
Plaintext
475 lines
14 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: 100rpx;
|
|
background-color: rgba(245, 245, 245, 1);
|
|
|
|
.header {
|
|
padding: 36rpx 36rpx 61.5rpx;
|
|
background-color: #fbfbfb;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
margin-bottom: 60rpx;
|
|
|
|
.medal {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.institution {
|
|
border-top: 1rpx solid #ebebeb;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
padding: 24rpx 0 12rpx;
|
|
|
|
.text {
|
|
font-size: 21rpx;
|
|
color: #333333;
|
|
margin-bottom: 24rpx;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
|
|
.list {
|
|
flex-wrap: wrap;
|
|
|
|
.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;
|
|
|
|
&:not(:last-of-type) {
|
|
margin-right: 16.5rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-header {
|
|
.greenDot {
|
|
width: 9rpx;
|
|
height: 24rpx;
|
|
background-color: rgba(204, 208, 3, 1);
|
|
border: 1rpx solid rgba(154, 157, 2, 1);
|
|
border-radius: 7.5rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.screen {
|
|
height: 132rpx;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
border: 1rpx solid rgba(242, 242, 242, 1);
|
|
border-radius: 15rpx;
|
|
margin: 0 22rpx 75rpx;
|
|
|
|
.item {
|
|
width: 322.5rpx;
|
|
height: 72rpx;
|
|
background-color: rgba(246, 246, 246, 1);
|
|
border: 1rpx solid rgba(235, 235, 235, 1);
|
|
border-radius: 112.5rpx;
|
|
font-size: 24rpx;
|
|
|
|
&:first-of-type {
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.icon {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-left: 12rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.all {
|
|
margin: 0 22rpx;
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
|
|
.classify {
|
|
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;
|
|
padding-top: 21rpx;
|
|
|
|
.extension {
|
|
position: absolute;
|
|
top: -25rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pitch {
|
|
position: absolute;
|
|
top: -7rpx;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.total {
|
|
font-size: 21rpx;
|
|
color: #7F7F7F;
|
|
text-align: center;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
|
|
.spot {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background-color: rgba(246, 246, 189, 1);
|
|
border: 1rpx solid rgba(204, 208, 3, 1);
|
|
border-radius: 58.5rpx;
|
|
margin-right: 18rpx;
|
|
}
|
|
|
|
.end {
|
|
font-size: 19.5rpx;
|
|
color: #D7D7D7;
|
|
padding: 60rpx 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.synthesis {
|
|
background-color: #ffffff;
|
|
margin-top: -28rpx;
|
|
position: relative;
|
|
padding-top: 55.5rpx;
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
|
|
.list {
|
|
padding: 0 30rpx;
|
|
|
|
.item {
|
|
&:not(:last-of-type) {
|
|
margin-bottom: 76.5rpx;
|
|
}
|
|
|
|
.icon {
|
|
width: 130.5rpx;
|
|
height: 36rpx;
|
|
}
|
|
|
|
.text {
|
|
padding: 33rpx 0;
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
|
|
.title {
|
|
width: max-content;
|
|
}
|
|
|
|
.year {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
font-size: 25.5rpx;
|
|
color: #000000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.major {
|
|
background-color: #ffffff;
|
|
margin-top: -28rpx;
|
|
position: relative;
|
|
padding-top: 55.5rpx;
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
|
|
.letter {
|
|
// position: absolute;
|
|
// top: 50%;
|
|
// top: 0;
|
|
right: 22rpx;
|
|
// transform: translateY(-50%);
|
|
position: fixed;
|
|
// top: 50%;
|
|
// transform: translateY(-50%);
|
|
bottom: 80rpx;
|
|
color: #AAAAAA;
|
|
transition: all 0.3s;
|
|
|
|
// &.fixed {
|
|
// position: fixed;
|
|
// top: 50%;
|
|
// transform: translateY(-50%);
|
|
// }
|
|
|
|
.item {
|
|
font-size: 21rpx;
|
|
line-height: 33rpx;
|
|
padding: 0 20rpx;
|
|
text-align: center;
|
|
|
|
&.pitch {
|
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
|
font-weight: 650;
|
|
color: #000000;
|
|
}
|
|
}
|
|
}
|
|
|
|
.list {
|
|
.mask {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.node-item {
|
|
padding-bottom: 76rpx;
|
|
}
|
|
|
|
.item {
|
|
&:not(:last-of-type) {
|
|
margin-bottom: 76rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.organ {
|
|
flex-direction: column;
|
|
padding-left: 75rpx;
|
|
padding-right: 90rpx;
|
|
|
|
.organ-item {
|
|
height: 106rpx;
|
|
position: relative;
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
|
|
.name {
|
|
font-size: 22.5rpx;
|
|
width: 130.5rpx;
|
|
}
|
|
}
|
|
|
|
.select-box {
|
|
width: 394.5rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
right: -15rpx;
|
|
padding-top: 94rpx;
|
|
padding-bottom: 10rpx;
|
|
transition: all .3s;
|
|
|
|
&.show {
|
|
background-color: rgba(242, 242, 242, 1);
|
|
border-radius: 22.5rpx;
|
|
box-shadow: 0 0 7.5rpx rgba(0, 0, 0, 0.172549019607843);
|
|
z-index: 1;
|
|
|
|
.select {
|
|
.icon {
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
|
|
.year {
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
.select {
|
|
position: absolute;
|
|
top: 25.5rpx;
|
|
right: 15rpx;
|
|
width: 364.5rpx;
|
|
height: 54rpx;
|
|
background-color: rgba(246, 246, 246, 1);
|
|
border: 1rpx solid rgba(215, 215, 215, 1);
|
|
border-radius: 36rpx;
|
|
padding: 0 15rpx;
|
|
justify-content: space-between;
|
|
|
|
.text {
|
|
font-size: 21rpx;
|
|
color: #7F7F7F;
|
|
}
|
|
|
|
.icon {
|
|
width: 10rpx;
|
|
height: 9rpx;
|
|
transform: rotate(-90deg);
|
|
transition: all .3s;
|
|
}
|
|
}
|
|
|
|
.year {
|
|
height: 0;
|
|
overflow: hidden;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
padding-left: 34.5rpx;
|
|
|
|
.year-item {
|
|
padding: 14rpx 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.pop {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.705882352941177);
|
|
z-index: 100;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
|
|
.pop-box {
|
|
background-color: rgba(255, 255, 255, 1);
|
|
border-radius: 45rpx 45rpx 0 0;
|
|
|
|
&.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;
|
|
}
|
|
|
|
.list {
|
|
padding: 0 45rpx 150rpx;
|
|
|
|
.item {
|
|
padding: 30rpx 0;
|
|
|
|
&:not(:last-of-type) {
|
|
border-bottom: 1rpx dotted #ebebeb;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.text {
|
|
font-size: 22.5rpx;
|
|
color: #555555;
|
|
line-height: 39rpx;
|
|
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |