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

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