|
@@ -26,9 +26,18 @@ page {
|
|
|
padding:50rpx;font-size: 52rpx;color:#6E6A6A;padding-top: 80rpx;
|
|
|
}
|
|
|
.myinfo {
|
|
|
- width: 690rpx;display:flex;flex-direction: column;margin:30rpx 30rpx 60rpx;justify-content: center;
|
|
|
+ width: 690rpx;display:flex;flex-direction: column;margin:0rpx 30rpx 60rpx;justify-content: center;
|
|
|
.imgList {
|
|
|
- display: flex;flex-direction: row;justify-content: space-around;align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 249rpx;
|
|
|
+ display: flex;justify-content: space-around;
|
|
|
+ position: relative;
|
|
|
+ .imgItem{
|
|
|
+ position: absolute;
|
|
|
+ bottom: -60rpx;
|
|
|
+ display: flex;flex-direction: row;justify-content: space-around;align-items: center;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.numlist {
|