index.wxss 2.0 KB

1
  1. page{background:#f6f6f6;padding-bottom:148rpx}.background{height:300rpx;width:100%;display:flex;justify-content:center;align-items:center}.background image{width:350rpx;height:203rpx;transform:translateY(20rpx)}.person{margin-top:150rpx;width:100%;height:200rpx}.person .image{margin:auto;width:120rpx;height:120rpx}.person .image image{width:100%;height:100%;border-radius:50%}.person .name{width:100%;display:flex;justify-content:center;align-items:end;font-weight:bold}.person .name .my-home{margin-left:10rpx;font-size:20rpx}.my{display:flex;justify-content:space-between;margin:0rpx 30rpx}.my .my-title{display:flex;margin:0rpx 20rpx}.my .my-title .my-image{width:120rpx;height:120rpx}.my .my-title .my-name{margin:auto 20rpx}.my .my-title .my-name .name{font-size:36rpx;font-weight:bold}.my .my-title .my-name .id{font-size:25rpx}.my .my-home{margin:auto 20rpx}.box_box{background:white;border-radius:20rpx;margin:auto;width:90%}.box_box .box{display:flex;flex-wrap:wrap;background:#ffffff;margin:20rpx;padding:30rpx 0 0 0;border-bottom:1rpx solid #bdbcbc}.box_box .box .box-title{flex:1;text-align:center;margin-bottom:30rpx}.box_box .box .box-title .box-icon{width:45rpx;height:45rpx}.box_box .box .box-title .box-icon image{width:100%;height:100%}.box_box .box .box-title .box-name{font-size:24rpx;font-weight:800}.box_box .box2{padding:0 30rpx}.box_box .box2 button::after{border:none}.box_box .box2 button{background-color:#fff;padding-left:0;padding-right:0;line-height:inherit}.box_box .box2 .box-title{height:120rpx;width:100%;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.box_box .box2 .box-title .box-icon{margin-left:10rpx;width:600rpx;height:60rpx;display:flex;align-items:center}.box_box .box2 .box-title .box-icon image{width:60rpx;height:60rpx}.box_box .box2 .box-title .box-icon .box-name{word-wrap:break-word;margin-left:10rpx;font-size:30rpx;font-weight:800}.box_box .box2 .box-title .van-icon{text-align:right;color:red}.box_box .box2 .a{border-bottom:3rpx solid #f6f6f6}