.header {
|
position: relative;
|
z-index: 999;
|
width: 670rpx;
|
margin: 40rpx auto 48rpx;
|
background: #FFFFFF;
|
box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.2);
|
border-radius: 8rpx;
|
padding: 30rpx;
|
|
.name {
|
font-weight: 500;
|
font-size: 36rpx;
|
margin-bottom: 16rpx;
|
}
|
|
.desc {
|
font-size: 26rpx;
|
color: #666666;
|
margin-bottom: 24rpx;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 2;
|
overflow: hidden;
|
}
|
|
.addr {
|
font-size: 26rpx;
|
color: #888888;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
}
|
.navback{
|
padding-left: 30rpx;
|
font-weight: 600;
|
font-size: 38rpx;
|
color: #FFFFFF;
|
}
|
.bg_wrap{
|
width: 750rpx;
|
height: 400rpx;
|
background-color: #333333;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: -1;
|
}
|
.main_content {
|
position: relative;
|
bottom: 80rpx;
|
padding: 0 40rpx 0rpx;
|
height: calc( 100% - 480rpx );
|
overflow: hidden;
|
background-color: #fff;
|
padding-top: 80rpx;
|
.title {
|
font-weight: 600;
|
font-size: 36rpx;
|
margin-bottom: 38rpx;
|
}
|
.list {
|
height: calc( 100% - 92rpx );
|
padding: 20rpx;
|
margin: 0 -40rpx;
|
padding-bottom: 12rpx;
|
width: 750rpx;
|
.item {
|
width: 670rpx;
|
margin: 10rpx auto 30rpx;
|
height: 148rpx;
|
background: rgba(176, 135, 113, 0.05) #FFFFFF;
|
box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0,0,0,0.12);
|
border-radius: 8rpx;
|
padding: 0 30rpx;
|
display: flex;
|
align-items: center;
|
.content {
|
flex: 1;
|
|
.name {
|
font-size: 30rpx;
|
margin-bottom: 12rpx;
|
}
|
|
.desc {
|
font-size: 24rpx;
|
color: #999999;
|
}
|
}
|
|
.avatar {
|
width: 88rpx;
|
height: 88rpx;
|
border-radius: 50%;
|
margin-right: 24rpx;
|
}
|
|
.btn {
|
width: 118rpx;
|
height: 56rpx;
|
line-height: 52rpx;
|
text-align: center;
|
background: #FFFFFF;
|
border-radius: 8rpx;
|
font-weight: 500;
|
font-size: 26rpx;
|
color: var(--themeColor);
|
border: 1rpx solid var(--themeColor);
|
}
|
}
|
.empty{
|
height: 80rpx;
|
}
|
}
|
}
|
.empty_wrap{
|
padding-top: 100rpx;
|
}
|
.container{
|
overflow: hidden;
|
height: 100%;
|
}
|
.app{
|
overflow: hidden;
|
height: 100vh;
|
}
|
.footer{
|
display: flex;
|
align-items: center;
|
position: fixed;
|
background-color: #fff;
|
z-index: 999;
|
bottom: 0;
|
left: 0rpx;
|
width: 750rpx;
|
padding: 20rpx 40rpx 0;
|
box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.14);
|
.btn {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-weight: 500;
|
background-color: #fff;
|
font-size: 32rpx;
|
height: 88rpx;
|
border-radius: 8rpx;
|
color: var(--themeColor);
|
border: 1rpx solid var(--themeColor);
|
flex: 1;
|
image{
|
width: 28rpx;
|
margin-right: 12rpx;
|
}
|
}
|
.phone{
|
background-color: var(--themeColor);
|
color: #fff;
|
margin-left: 20rpx;
|
image{
|
width: 32rpx;
|
}
|
}
|
}
|