/* pages/mine/mine.wxss */ .mine_container { box-sizing: border-box; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: rgba(240, 242, 245, 1); } .mine_head { position: relative; box-sizing: border-box; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; color: #333333; position: absolute; top: 0; left: 0; } .background_img { width: 100%; height: 400rpx; } .user_box { box-sizing: border-box; width: 100%; padding: 40rpx; display: flex; justify-content: flex-start; align-items: flex-start; } .company_box { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; font-size: 32rpx; color: #ffffff; } .label_list { width: 100%; margin-top: 30rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .label_item { box-sizing: border-box; width: 100%; height: 80rpx; padding: 0 50rpx; margin-bottom: 30rpx; background-color: #ffffff; display: flex; justify-content: space-between; align-items: center; color: rgba(0, 0, 0, 0.8); font-size: 28rpx; } .img_box { width: 52rpx; height: 52rpx; margin-right: 30rpx; border-radius: 50%; background-color: rgba(65, 136, 242, 0.35); display: flex; justify-content: center; align-items: center; } .img_icon { width: 26rpx; height: 26rpx; } .label_left { display: flex; justify-content: flex-start; align-items: center; }