.header { position: relative; z-index: 999; width: 670rpx; margin: 40rpx auto 48rpx; height: 170rpx; 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; } .addr { font-size: 26rpx; color: #888888; } } .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 40rpx; background-color: #fff; padding-top: 80rpx; .title { font-weight: 600; font-size: 36rpx; margin-bottom: 38rpx; } .list { .item { width: 670rpx; 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; margin-bottom: 30rpx; .content { flex: 1; .name { font-size: 30rpx; margin-bottom: 12rpx; } .desc { font-size: 24rpx; color: #999999; } } .avatar { width: 88rpx; height: 88rpx; border-radius: 50%; border: 1rpx solid #cccccc; 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); } } } } .footer{ display: flex; align-items: center; height: 100rpx; position: fixed; 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; } } }