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