.my-page{ width:100%; height: 100vh; max-height: 1624rpx; background: #F7FAFF; .my-top{ padding-top:8rpx; width: 100%; height: 505rpx; background: url('http://ddh.yyhock.com/ddhMall/my-bg.png') 0 0 no-repeat; background-size: 100% 505rpx; .my-header{ display: flex; .header-img{ margin-top:128rpx; margin-left: 28rpx; width: 122rpx; height: 122rpx; background-size: 100% ; } .header-des{ padding-left: 15rpx; margin-top:128rpx; font-family: PingFangSC, PingFang SC; text-align: left; font-style: normal; .des-name{ padding:17rpx 0 10rpx; height: 50rpx; font-weight: 500; font-size: 36rpx; color: #333333; line-height: 50rpx; } .des-text{ height: 28rpx; font-weight: 400; font-size: 24rpx; color: #999999; line-height: 28rpx; } } } .my-contain{ margin:97rpx 30rpx 34rpx; .con-top{ display: inline-block; width:136rpx; height: 48rpx; background: url('http://ddh.yyhock.com/ddhMall/my-text.png') 0 0 no-repeat; background-size: 136rpx 48rpx; } .con-box{ margin-top: 24rpx; background: #FFFFFF; .box-line{ margin:0 13rpx 0 27rpx; height: 110rpx; background: #FFFFFF; border-bottom: 2rpx solid #E9E9E9; .line-item{ display: flex; align-items: center; justify-content: space-between; .item-l{ // margin-left:27rpx; display: flex; align-items: center; .l-img{ width: 40rpx; height: 40rpx; background-size: 100%; } .l-text{ margin-left: 30rpx; font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 32rpx; color: #333333; line-height: 110rpx; text-align: left; font-style: normal; } } .item-r{ // margin-right:13rpx; width: 30rpx; height: 30rpx; background: url('http://ddh.yyhock.com/ddhMall/my-back.png') 0 0 no-repeat; background-size: 100%; } } } .box-line:last-child{ border-bottom:none; } } // .con-main{ // background: #FFFFFF; // border-radius: 10rpx; // .mian-box{ // height: 111rpx; // .main-line{ // margin-left: 27rpx; // margin-right: 13rpx; // border-bottom:1rpx solid #E9E9E9; // display: flex; // align-items: center; // justify-content: space-between; // .line-l{ // display: flex; // align-items: center; // .l-img{ // width: 40rpx; // height: 40rpx; // background-size: 100%; // } // .l-text{ // margin-left: 30rpx; // font-family: PingFangSC, PingFang SC; // font-weight: 400; // font-size: 32rpx; // color: #333333; // line-height: 110rpx; // text-align: left; // font-style: normal; // } // } // .line-r{ // width: 30rpx; // height: 30rpx; // background: url('http://ddh.yyhock.com/ddhMall/my-back.png') 0 0 no-repeat; // background-size: 100%; // } // } // .main-line:nth-last-child(1){ // border-bottom:none; // // background: red; // } // } // } } } }