min-project/pages/projectMy/projectMy.less
2024-12-12 12:14:09 +08:00

775 lines
20 KiB
Plaintext

/* pages/projectMy/projectMy.wxss */
view {
box-sizing: border-box;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
}
.container {
min-height: 80vh;
padding-bottom: 180rpx;
&.no-data-bj {
background-color: rgba(245, 245, 245, 1);
}
}
.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;
// width: 100vh;
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: -26rpx;
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;
margin-right: 15rpx;
}
}
}
}
}
.manage-box {
.state-scroll {
margin-top: -27rpx;
background-color: #ffffff;
position: relative;
width: 100vw;
white-space: nowrap;
box-sizing: border-box;
&.state-list {
display: flex;
padding-top: 48rpx;
padding-left: 22.5rpx;
padding-bottom: 30rpx;
width: 100vw;
.item {
font-weight: 400;
font-size: 24rpx;
color: #555555;
margin-right: 45rpx;
display: flex;
display: inline-block;
&.pitch {
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
color: #000000;
position: relative;
z-index: 1;
&::after {
content: "";
width: 100%;
height: 12rpx;
background-color: rgba(207, 247, 255, 1);
border-radius: 58.5rpx;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
}
}
}
}
}
.list {
padding: 0 22.5rpx;
position: relative;
min-height: 65vh;
// width: auto;
// height: auto;
box-sizing: border-box;
.item {
background-color: rgba(251, 251, 251, 1);
border: 1rpx solid rgba(242, 242, 242, 1);
border-radius: 18rpx;
padding-top: 22.5rpx;
width: calc(100vw - 45rpx);
&:not(:last-of-type) {
margin-bottom: 30rpx;
}
&.itemTransition {
transition: all .3s;
}
&.zIndex {
z-index: 10;
box-shadow: 0 0 18rpx rgba(0, 0, 0, .1);
}
&.cur {
transition: initial;
}
&.fixed {
z-index: 0 !important;
}
&.delete {
padding: 0;
margin: 0;
border: none;
}
.top {
padding-bottom: 18rpx;
border-bottom: 1rpx solid #ebebeb;
padding-left: 22.5rpx;
.info {
.name {
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
font-size: 27rpx;
color: #000000;
margin-bottom: 6rpx;
}
.english {
font-size: 21rpx;
color: #7F7F7F;
margin-bottom: 19.5rpx;
}
.school {
color: #333333;
font-size: 24rpx;
.icon {
width: 24rpx;
height: 27rpx;
margin-right: 12rpx;
}
}
}
.state {
width: 150rpx;
height: 105rpx;
position: relative;
.state-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.state-box {
border-radius: 12rpx;
position: absolute;
z-index: 2;
&.show {
background-color: rgba(245, 252, 253, 1);
box-shadow: 0 0 7.5rpx rgba(0, 0, 0, 0.2),
0 0 0 1rpx rgba(242, 242, 242, 1);
z-index: 3;
.state-list {
display: block;
}
.delete {
display: flex;
}
}
&.undetermined {
.state-pitch {
background-color: rgba(249, 93, 93, 1);
}
.state-list {
.state-item {
&.pitch {
color: #F95D5D;
}
}
}
}
.state-pitch {
width: 105rpx;
height: 60rpx;
background-color: rgba(4, 176, 213, 1);
border-radius: 12rpx;
font-size: 24rpx;
color: #FFFFFF;
margin: 22.5rpx 22.5rpx 18rpx;
.icon {
width: 16.5rpx;
height: 9rpx;
margin-left: 8rpx;
}
}
.state-list {
padding: 0 0 13.5rpx;
border-bottom: 1rpx dotted #d7d7d7;
display: none;
.state-item {
height: 75rpx;
font-size: 24rpx;
color: #555555;
&.pitch {
color: #04B0D5;
}
}
}
.delete {
display: none;
padding: 31.5rpx 0;
.btn {
width: 48rpx;
height: 48rpx;
background-color: #f2f2f2;
border-radius: 50%;
.icon {
width: 21rpx;
height: 22.5rpx;
}
}
}
}
}
}
.bottom {
align-items: flex-start;
.edit {
width: 36rpx;
height: 36rpx;
border-radius: 50%;
background-color: #f2f2f2;
margin-top: 33rpx;
margin-left: 22.5rpx;
.icon {
width: 24rpx;
height: 24rpx;
}
}
.input {
font-size: 24rpx;
line-height: 36rpx;
padding-top: 33rpx;
padding-left: 22.5rpx;
padding-bottom: 33rpx;
word-break: break-all;
white-space: pre-line;
&.text {
min-height: 102rpx;
}
&.placeholder {
color: #aaaaaa;
}
}
.drag-box {
padding: 34.5rpx 22rpx 0;
.icon {
width: 30rpx;
height: 30rpx;
}
}
}
}
}
.end {
padding-top: 45rpx;
padding-bottom: 45rpx;
text-align: center;
font-size: 19.5rpx;
color: #D7D7D7;
position: absolute;
bottom: 120px;
width: 100%;
}
.manage-hint {
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
height: 150rpx;
background-color: rgba(246, 246, 246, 1);
border: 1rpx solid rgba(235, 235, 235, 1);
padding-left: 22.5rpx;
z-index: 2;
.icon {
width: 24rpx;
height: 24rpx;
margin-right: 15rpx;
margin-top: 46.5rpx;
}
.hint-text {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
color: #555555;
font-size: 24rpx;
padding-right: 30rpx;
margin-top: 42rpx;
text {
font-weight: 650;
color: #000000;
}
}
.close {
width: 118.5rpx;
height: 150rpx;
border-left: 1rpx solid #ebebeb;
.close-icon {
width: 18rpx;
height: 18rpx;
}
}
}
}
.vs-box {
margin-top: -27rpx;
background-color: #ffffff;
position: relative;
.head-box {
.dot {
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: 15rpx;
}
font-weight: 400;
font-size: 27rpx;
color: #000000;
padding-left: 30rpx;
height: 112.5rpx;
}
.select-box {
.list {
.item {
width: calc(100vw - 60rpx);
height: initial;
position: relative;
overflow: hidden;
margin: 0 30rpx;
border-top: 1rpx dotted #ebebeb;
.movable-view {
width: calc(100vw + 180rpx);
height: initial;
margin: 0 30rpx;
position: relative;
display: flex;
}
.content {
width: calc(100vw - 60rpx);
margin-right: 30rpx;
}
.left {
padding-top: 31.5rpx;
// width: 643.5rpx;
// width: 628.5rpx;
padding-right: 15rpx;
flex: 1;
.name {
font-weight: 650;
font-size: 27rpx;
color: #000000;
margin-bottom: 6rpx;
}
.english {
font-size: 21rpx;
color: #7F7F7F;
margin-bottom: 15rpx;
}
.message {
color: #333333;
font-size: 24rpx;
margin-bottom: 30rpx;
.icon {
width: 24rpx;
height: 27rpx;
margin-right: 15rpx;
}
.line {
color: #d7d7d7;
margin: 0 20rpx;
}
.state-text {
height: 33rpx;
background-color: rgba(240, 241, 236, 1);
border: 1rpx solid rgba(235, 235, 235, 1);
border-radius: 9rpx;
font-size: 22.5rpx;
color: #7F7F7F;
padding: 0 7.5rpx;
}
}
}
.btn {
.icon {
width: 45rpx;
height: 45rpx;
}
}
.delete {
width: 150rpx;
background-color: rgba(249, 93, 93, 1);
font-size: 27rpx;
color: #FFFFFF;
}
}
}
}
.quick-box {
.list {
transition: all .3s;
overflow: hidden;
&.hide {
height: 735rpx;
overflow: hidden;
}
}
.movable-area {
width: calc(100vw - 60rpx);
height: initial;
margin: 0 30rpx;
overflow: hidden;
border-radius: 18rpx;
margin-bottom: 30rpx;
.item {
width: calc(100vw + 180rpx);
height: initial;
margin: 0 30rpx;
position: relative;
display: flex;
.content {
width: calc(100vw - 60rpx);
background-color: rgba(246, 246, 246, 1);
border: 1rpx solid rgba(242, 242, 242, 1);
border-radius: 18rpx;
padding: 34.5rpx 22.5rpx;
justify-content: space-between;
.project-list {
.project-item {
font-size: 24rpx;
color: #333333;
line-height: 33.75rpx;
&:not(:last-of-type) {
margin-bottom: 19.5rpx;
}
.icon {
width: 24rpx;
height: 27rpx;
margin-right: 7.5rpx;
}
.arrows {
width: 18rpx;
height: 18rpx;
margin: 0 13.5rpx;
}
.text {
width: 313.5rpx;
}
}
}
.btn {
width: 150rpx;
height: 60rpx;
background-color: rgba(207, 247, 255, 1);
border: 1rpx solid rgba(186, 222, 230, 1);
border-radius: 172.5rpx;
font-weight: 650;
font-size: 24rpx;
color: #026277;
}
}
z-index: 1;
.delete {
width: 150rpx;
border-radius: 0 18rpx 18rpx 0;
position: relative;
font-size: 27rpx;
color: #FFFFFF;
&::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 120%;
height: 100%;
z-index: -1;
background-color: rgba(249, 93, 93, 1);
border-radius: 18rpx;
width: 150rpx;
}
}
}
}
.more-btn {
height: 123rpx;
font-size: 24rpx;
color: #555555;
position: relative;
z-index: 1;
margin-top: -30rpx;
background: #ffff;
&.pack {
.icon {
transform: rotate(180deg);
}
.mengcheng {
display: none;
}
}
.icon {
width: 27rpx;
height: 27rpx;
margin-left: 16rpx;
transition: all .3s;
}
.mengcheng {
width: calc(100vw - 60rpx);
height: 48rpx;
position: absolute;
top: -48rpx;
}
}
}
.quick-border {
height: 9rpx;
background-color: rgba(242, 242, 242, 1);
}
.vs-bottom {
width: 100vw;
height: 150rpx;
background-color: rgba(246, 246, 246, 1);
border: 1rpx solid rgba(235, 235, 235, 1);
position: fixed;
bottom: 0;
left: 0;
padding: 0 22.5rpx;
z-index: 10;
.begin-btn {
height: 96rpx;
background-color: rgba(207, 247, 255, 1);
border: 1rpx solid rgba(186, 222, 230, 1);
border-radius: 172.5rpx;
font-weight: 650;
font-size: 36rpx;
color: #026277;
}
}
.lack-hint {
position: fixed;
left: 30rpx;
bottom: 30rpx;
width: 690rpx;
height: 84rpx;
background-color: rgba(246, 246, 246, 1);
border-radius: 9rpx;
font-size: 24rpx;
color: #333333;
padding: 0 15rpx;
.icon {
width: 24rpx;
height: 24rpx;
margin-right: 15rpx;
}
}
}
.no-data {
margin: 0 30rpx 30rpx;
background-color: rgba(255, 255, 255, 1);
border: 1rpx solid rgba(242, 242, 242, 1);
border-radius: 18rpx;
flex-direction: column;
height: 80vh;
.icon {
width: 120rpx;
height: 141rpx;
margin-bottom: 40.5rpx;
}
.text {
font-size: 24rpx;
color: #7F7F7F;
line-height: 45rpx;
}
}
.empty {
background-color: #fff;
color: #7F7F7F;
font-size: 23rpx;
margin: 36rpx 0rpx 0;
flex-direction: column;
height: 60vh;
.dot-box {
.dot {
width: 12rpx;
height: 12rpx;
&:not(:last-of-type) {
margin-right: 8rpx;
}
}
}
.empty-icom {
width: 153rpx;
height: 180rpx;
margin-top: 12rpx;
margin-bottom: 30rpx;
}
}
.index-sidebar {
position: relative;
z-index: 99;
}