@import "/css/form.wxss"; /* 滑动区域 */ scroll-view{ height: 330rpx; } /* 盒子 */ .input_text_box { width: 510rpx; height: 100rpx; border-radius: 70px; opacity: 0.7; } /* 头像 */ .input_text_img { width: 76rpx; height: 76rpx; border: 50%; margin-left: -6rpx; } /* 用户名 */ .user_name { flex: 1; font-size: 28rpx; color: #333333; margin-left: 14rpx; } /* 职位 */ .user_identity { font-size: 28rpx; color: #000000; } /* 选中后样式 */ .optfor { background-color: #4BBECF; } .optfor .user_identity { color: #ffffff; }