118 lines
2.3 KiB
Plaintext
118 lines
2.3 KiB
Plaintext
.team {
|
|
background: linear-gradient( 359deg, rgba(255,255,255,0) 0%, rgba(37,131,255,0.15) 100%);
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.team_tit {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
width: 710rpx;
|
|
height: 200rpx;
|
|
margin: 0 auto;
|
|
padding: 0 44rpx;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.team_tit_item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 0 80rpx;
|
|
}
|
|
|
|
.team_tit_item_num {
|
|
font-weight: 400;
|
|
font-size: 40rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.team_tit_item_text {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.teamMsg_List {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-left: 20rpx;
|
|
margin-top: 26rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.teamMsg_item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 345rpx;
|
|
height: 150rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 30rpx 30rpx 30rpx 30rpx;
|
|
box-sizing: border-box;
|
|
padding-left: 30rpx;
|
|
padding-right: 25rpx;
|
|
|
|
}
|
|
|
|
.teamMsg_item_left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.teamMsg_item_right {
|
|
width: 108.89rpx;
|
|
height: 108.89rpx;
|
|
}
|
|
|
|
.teamMsg_item_right image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.teamMsg_item_left_text1 {
|
|
font-weight: 400;
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.teamMsg_item_left_text2 {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.team_form {
|
|
width: 710rpx;
|
|
height: 160rpx;
|
|
margin: 0 auto;
|
|
margin-top: 34rpx;
|
|
margin-bottom: 30rpx;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
text-align: right;
|
|
padding-right: 103rpx;
|
|
justify-content: flex-end;
|
|
}
|
|
.mr10{
|
|
padding-right: 113rpx;
|
|
}
|
|
|
|
.team_form image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-left: 20rpx;
|
|
} |