.masterBox{ padding-bottom: 140rpx; } .masterItem { display: flex; align-items: center; padding: 30rpx 0; margin: 0 20rpx; border-bottom: 1rpx solid #E6E6E6; } .masterItem_ava image { width: 74rpx; height: 74rpx; z-index: 3; } .masterItem_ava { display: flex; align-items: center; justify-content: center; width: 144rpx; height: 144rpx; background: rgba(77, 154, 255,.5); border-radius: 50%; } .masterItem_avaBox { width: 170rpx; height: 170rpx; background: rgba(77, 154, 255,.2); display: flex; align-items: center; justify-content: center; border-radius: 50%; } .masterItem_right { margin-left: 30rpx; } .masterItem_right_name { font-weight: 400; font-size: 36rpx; color: #000000; margin-bottom: 20rpx; } .masterItem_right_phone { font-weight: 400; font-size: 26rpx; color: #999999; display: flex; align-items: center; margin-bottom: 10rpx; } .masterItem_right_phone view { color: #222222; } .masterItem_right_sex { font-weight: 400; font-size: 26rpx; color: #999999; display: flex; align-items: center; } .masterItem_right_sex view { color: #222222; } .msg { font-weight: 400; font-size: 24rpx; color: #999999; margin: 0 auto; margin-top: 30rpx; text-align: center; } .addBtn { font-weight: 400; font-size: 30rpx; color: #FFFFFF; width: 100rpx; height: 100rpx; background: #2583FF; position: fixed; right: 55rpx; bottom: 160rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .addBtn::after { content: ''; background: rgba(77, 154, 255,.5); filter: blur(10.899999618530273rpx); width: 90rpx; height: 90rpx; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; z-index: -1; }