| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-eea72321 {
- padding: 0 20rpx;
- min-height: 100vh;
- background-color: #f1f6fe;
- }
- .container .header.data-v-eea72321 {
- position: relative;
- width: 710rpx;
- height: 260rpx;
- text-align: end;
- overflow: hidden;
- }
- .container .header .header_img.data-v-eea72321 {
- margin-top: -24rpx;
- margin-right: -45rpx;
- width: 589rpx;
- height: 320rpx;
- }
- .container .header .user_photo.data-v-eea72321 {
- position: absolute;
- top: 80rpx;
- left: 20rpx;
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- }
- .container .header .user_name.data-v-eea72321 {
- position: absolute;
- top: 90rpx;
- left: 167rpx;
- font-size: 40rpx;
- font-weight: bold;
- }
- .container .header .user_grade.data-v-eea72321 {
- position: absolute;
- top: 160rpx;
- left: 167rpx;
- font-size: 24rpx;
- color: #666666;
- }
- .container .body.data-v-eea72321 {
- padding: 0 30rpx;
- background-color: #fff;
- }
- .container .body .body_box.data-v-eea72321 {
- display: flex;
- align-items: center;
- height: 110rpx;
- }
- .container .body .body_box .box_img.data-v-eea72321 {
- width: 50rpx;
- height: 50rpx;
- border-radius: 50%;
- }
- .container .body .body_box .box_title.data-v-eea72321 {
- flex: 1;
- margin-left: 18rpx;
- font-size: 32rpx;
- }
- .container .body .body_box .box_icon.data-v-eea72321 {
- width: 31rpx;
- height: 31rpx;
- }
|