238 lines
3.9 KiB
Plaintext
Raw Permalink Normal View History

2025-06-06 15:17:30 +08:00
/* subpackage/team/detail/detail.wxss */
.page-content{
display: flex;
flex-direction: column;
height: 100vh;
}
page{
background: linear-gradient(190deg, #359cfd 0%, #f7f7f7 45%, #f7f7f7 100%);
}
.content{
background: linear-gradient(190deg, #fff 0%, #f7f7f7 45%, #f7f7f7 100%);
background-color: #fff;
margin-top: 80rpx;
border-radius: 20rpx 20rpx 0 0;
position: relative;
/* height: 400rpx; */
flex-grow: 1;
}
.share{
position: fixed;
top: 450rpx;
right: 0;
background-color: #FA901F1A;
width: 180rpx !important;
padding: 0rpx !important;
height: 60rpx;
border-radius: 30rpx 0 0 30rpx;
color: #FA901F;
font-size: 22rpx;
display: flex;
align-items: center;
box-sizing: border-box;
justify-content: center;
}
.tab{
width: 100%;
display: flex;
position: absolute;
padding:0 140rpx;
box-sizing: border-box;
align-items: flex-end;
justify-content: space-between;
top: -100rpx;
font-size: 26rpx;
font-weight: bold;
color: #359cfd;
}
.left-img{
width: 124rpx;
height: 150rpx;
margin-bottom: -20rpx;
}
.right-img{
width: 130rpx;
height: 150rpx;
/* margin-bottom: 20rpx; */
}
.tab-item{
display: flex;
flex-direction: column;
/* justify-content: space-between; */
align-items: center;
height: 180rpx;
}
.tab-item:last-child{
height:200rpx;
color: #ff9c32;
}
.tab-active{
transform: scale(0.85);
}
.box{
margin-top: 120rpx;
padding: 0 40rpx;
box-sizing: border-box;
}
.btn{
background-color: #26A5F61A;
color: #359cfd;
height: 80rpx;
border-radius: 80rpx;
display: flex;
align-items: center;
justify-content: center;
width: 90%;
margin: 0 5%;
margin-top: 80rpx;
margin-bottom: 80rpx;
}
.nothing{
margin-top: 50rpx;
text-align: center;
}
.user{
margin-bottom: 30rpx;
/* width: 670rpx; */
/* height: 176rpx; */
border-radius: 10rpx;
box-shadow: 0 0 8.4928rpx rgba(223, 220, 220,.4);
display: flex;
align-items: center;
padding: 20rpx 0 ;
padding-left: 40rpx;
}
.avater{
width: 96rpx;
height: 96rpx;
border-radius: 50%;
border: 4rpx solid #359cfd;
margin-right: 20rpx;
}
.info{
color: #7A869A;
font-size: 24rpx;
}
.name{
font-size: 30rpx;
color: #359cfd;
margin-right: 20rpx;
}
.task-tab{
display: flex;
justify-content: space-between;
padding: 0 40rpx;
box-sizing: border-box;
padding-top: 100rpx;
}
.task-tab-item{
width: 210rpx;
height: 50rpx;
border-radius: 50rpx;
background-color: #F4F6F8;
font-size: 24rpx;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.task-item{
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 40rpx 62rpx 40rpx 80rpx;
margin-bottom: 20rpx;
}
.right{
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 34rpx;
height: 34rpx;
background-color: #26A5F61A;
}
.icoon{
margin-top: -2rpx;
}
.left{
display: flex;
}
.type{
display: flex;
align-items: center;
justify-content: center;
color: #359cfd;
background-color: #26A5F61A;
width: 90rpx;
height: 90rpx;
box-sizing: border-box;
padding: 16rpx;
border-radius: 30rpx;
font-size: 24rpx;
margin-right: 20rpx;
border: none !important;
word-break: break-all;
text-align: center;
/* overflow-wrap: break-word; */
}
.active-1{
border: #5BADF5 solid 2rpx ;
color: #5BADF5;
background-color: rgba(38, 165, 246, 0.1);
}
.active-3{
border: rgb(248, 33, 33) solid 2rpx ;
background-color: rgba(248, 33, 33,0.1);
color: rgb(248, 33, 33);
}
.active-2{
border: rgb(255, 156, 50) solid 2rpx ;
color: rgb(255, 156, 50);
background-color: rgba(255, 156, 50, 0.1);
}
.desc{
font-size: 28rpx;
font-weight: bold;
}
.time{
font-size: 20rpx;
color: #7A869A;
margin-top: 8rpx;
font-weight: normal;
}
.right-d{
width: 50rpx;
height: 50rpx;
background-color: #F821211A;
}