/* packageH/circleCommunity/circleIntroduce/circleIntroduce.wxss */ view, text { box-sizing: border-box; } .header { width: 100%; height: 210rpx; display: flex; padding-top: 44rpx; padding-left: 31rpx; background-image: linear-gradient( 0deg, #709cf6 0%, #3175fe 100% ); } .header .face image { width: 120rpx; height: 120rpx; border-radius: 50%; background-color: #03a3a3; } .header .desc { padding-left: 22rpx; color: #fff; } .header .desc .name { font-size: 30rpx; } .header .desc .label { height: 42rpx; padding: 0 20rpx; background-color: #8fb2f8; border-radius: 21rpx; display: flex; align-items: center; justify-content: center; margin-top: 20rpx; } .tabs { margin-top: 0.625rem; background: #fff; display: flex; padding: 0.863rem 0.969rem 0.5rem; } .tabs .tabItem { font-size: 0.813rem; font-weight: bold; color: #666; display: flex; align-items: flex-end; } .tabs .tabItem.active { font-size: 1rem; color: #3175fe; position: relative; } .tabs .tabItem.active::after { content: ''; display: block; width: 1.25rem; height: 0.188rem; background-color: #3175fe; border-radius: 0.094rem; position: absolute; bottom: -0.4rem; left: 50%; transform: translateX(-50%); } .introduce { background: #fff; font-size: 26rpx; font-weight: bold; color: #575757; padding: 30rpx 29rpx 32rpx 29rpx; } .userList { padding-top: 20rpx; background: #fff; } .userList .userItem { height: 136rpx; display: flex; align-items: center; padding: 0 30rpx; } .userList .userItem .face image { width: 70rpx; height: 70rpx; border-radius: 50%; background-color: #cfcfcf; } .userList .userItem .desc { padding-left: 19rpx; display: flex; align-items: center; flex: 1; } .userList .userItem .desc .name { font-size: 30rpx; font-weight: bold; color: #202020; } .userList .userItem .desc .label { margin-left: 12rpx; width: 63rpx; height: 32rpx; background-color: #fac337; border-radius: 4rpx; display: flex; color: #fff; align-items: center; justify-content: center; font-size: 20rpx; font-weight: bold; } .userList .userItem .btns .btn { width: 120rpx; height: 50rpx; font-size: 22rpx; font-weight: bold; border-radius: 25rpx; display: flex; align-items: center; justify-content: center; } .userList .userItem .btns .btn.status1 { background-color: #3175fe; color: #fff; border: none; } .userList .userItem .btns .btn.status2 { color: #3175fe; background: #fff; border: 1rpx solid #3175fe; } .addCircle { position: fixed; bottom: 1.031rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; width: 19.125rem; height: 2.5rem; color: #fff; background-color: #3175fe; border-radius: 1.25rem; }