2025-06-06 15:07:26 +08:00

147 lines
2.7 KiB
Plaintext

.partner {
background: linear-gradient( 359deg, rgba(255,255,255,0) 0%, rgba(77,154,255,0.15) 100%);
height: calc( 100vh - 120rpx);
}
.UserInfo {
display: flex;
align-items: center;
justify-content: space-between;
margin-left: 25rpx;
margin-right: 20rpx;
padding-top: 160rpx;
margin-bottom: 40rpx;
}
.UserInfo_msg {
display: flex;
}
.UserInfo_ava {
width: 120rpx;
height: 120rpx;
background: linear-gradient( 150deg, #E4EFFF 0%, #2583FF 100%);
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
overflow: hidden;
margin-right: 30rpx;
}
.UserInfo_ava image {
width: 73rpx;
height: 68.5rpx;
}
.UserInfo_Info_name {
font-weight: 400;
font-size: 36rpx;
color: #222222;
}
.UserInfo_Info_company {
font-weight: 400;
font-size: 24rpx;
color: #999999;
margin-top: 10rpx;
}
.UserInfo_level {
display: flex;
flex-direction: column;
align-items: center;
}
.UserInfo_level image {
width: 90.92rpx;
height: 95.29rpx;
margin-left: -18rpx;
margin-bottom: 10rpx;
}
.UserInfo_level view {
font-weight: 400;
font-size: 22rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
width: 139rpx;
height: 32rpx;
background: #D5AC66;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.text1 {
font-weight: 400;
font-size: 22rpx;
color: #222222;
margin-bottom: 10rpx;
margin-left: 30rpx;
}
.orderList {
width: 710rpx;
height: 150rpx;
background: #FFFFFF;
border-radius: 30rpx 30rpx 30rpx 30rpx;
margin: 0 auto;
margin-top: 10rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0 56rpx;
}
.orderItem {
display: flex;
flex-direction: column;
align-items: center;
}
.orderNum {
font-weight: 400;
font-size: 40rpx;
color: #222222;
}
.orderText {
font-weight: 400;
font-size: 26rpx;
color: #999999;
}
.Tit {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-left: 30rpx;
margin-top: 75rpx;
}
.func {
display: flex;
flex-wrap: wrap;
padding: 0 50rpx;
margin-top: 46rpx;
}
.funcItem {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 400;
font-size: 26rpx;
color: #222222;
width: 25%;
margin-bottom: 50rpx;
}
.funcItem image {
height: 54rpx;
margin-bottom: 15rpx;
}