page { height: 100%; width: 100%; background: #f4f4f4; } .myqr{ position: absolute; z-index: 999; width: 100%; text-align: center; height: auto; } .myqr .cancel{ width: 60rpx; height: 60rpx; margin-top: 30rpx; margin-left: 480rpx; } .myqr .img{ width: 480rpx; /* margin-top: 150rpx; */ } .myqr .btn{ width: 120rpx; height: 120rpx; line-height: 120rpx; margin-top: 40rpx; padding: 30rpx; background: #ffffff; border-radius:60rpx; } .container { background: #f4f4f4; height: auto; overflow: hidden; width: 100%; } .question{ width: 20rpx; height: 20rpx; margin-top: 5rpx; } .user{ height: 480rpx; padding: 15rpx; width: auto; display: relative; background-color: #ffffff; } .profile-info-backimg{ height:450rpx; width: 100%; z-index: -1; border-radius: 10rpx; } .profile{ margin-top: -450rpx; z-index: 100; } .profile-info { color: #242a48; /*padding: 30rpx;*/ font-size: 28rpx; display: block; margin-left: 30rpx; /*border-top-left-radius: 10rpx; border-top-right-radius: 10rpx; */ } .profile-info .info { height: 85rpx; margin-top: -50rpx; } .profile-info .info .txt { flex: 3; } .profile-info .info .level { height: 30rpx; line-height: 30rpx; font-size: 30rpx; font-weight: 600; margin-top:20rpx; } .profile-info .qr{ margin-top: 10rxp; } .profile-info .qr image { width: 80rpx; height: 80rpx; margin-left: 600rpx; } .profile-info .stars { height: 55rpx; } .profile-info .stars .star{ height: 40rpx; line-height: 40rpx; font-size: 40rpx; font-weight: 600; } .profile-info .process { height: 25rpx; width: 250rpx; } .profile-info .process .cert{ height: 20rpx; line-height: 20rpx; font-size: 20rpx; } .profile-info .name { display: block; height: 45rpx; line-height: 45rpx; font-size: 37.5rpx; margin-bottom: 10rpx; } .user_area { height: 130rpx; margin-top: 200rpx; z-index: 999; } .user_column { /* border: 1px solid black; */ height: 120rpx; display: flex; justify-content: center; align-items: center; } .user_column_item { width: 25%; height: 120rpx; text-align: center; position: relative; margin-top: 5rpx; /* background: #fff; border-right: 1rpx #e0e3da solid;*/ } .user_column_item_image { width: 50rpx; height: 50rpx; margin-top: 30rpx; } .user_column_item_value { margin-top: 20rpx; font-size: 32rpx; font-weight: 600; } .user_column_item_text { /* border: 1px solid black; */ margin-top: 10rpx; font-size: 26rpx; color: #555; } .user_tool{ height: 180rpx; background: #fff; border-radius: 16rpx; margin: 20rpx; padding:20rpx; } .user_tool_row { /* border: 1px solid black; border-bottom: 1px solid #fafafa;*/ height: 86rpx; line-height: 86rpx; } .user_tool_row_title{ height: 86rpx; font-weight: 550; line-height: 86rpx; margin-left: 35rpx; font-size: 32rpx; } .user_tool_column{ height: 140rpx; display: flex; justify-content: left; align-items: center; } .user_tool_column_left{ float: left; } .user_tool_column_item { width: 25%; height: 100rpx; background: #fff; text-align: center; position: relative; margin-top: 5rpx; } .user_tool_column_item_text { /* border: 1px solid black; */ margin-top: 8rpx; font-size: 26rpx; color: #000; } .user_tool_column_item_image { width: 50rpx; height: 50rpx; margin-top: 5rpx; } .separate { background: #e0e3da; width: 100%; height: 1rpx; } .user_column_item_phone { width: 30%; height: 140rpx; text-align: center; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; float: left; background: #fff; border-radius: 0; } .user_column_item_phone::after { border: none; border-radius: 0; } .logout { margin-top: 30rpx; height: 100rpx; width: 100%; line-height: 100rpx; text-align: center; background: #fff; color: red; font-size: 30rpx; }