/* pages/personalcenter/index.wxss */ .time_information { position:relative; top:-155rpx; } .image { width: 100%; height: 370rpx; } .image image { width: 100%; height: 100%; } .portrait image { width: 150rpx; height: 150rpx; } .portrait { width: 100%; height: 210rpx; background: #fff; border-radius: 15rpx; margin: 0rpx 0rpx 30rpx; } .portrait_image { float: left; margin-left: 25px; margin-top: 15px; } .portrait_text { float: left; font-size: 30rpx; margin-left: 15px; margin-top: 35px; } .li { font-size: 30rpx; padding: 30rpx; border-bottom: 3rpx solid #EFEFF7; display: block; } .li image { width: 40rpx; height: 40rpx; position: relative; top: 10rpx; } .li text{ position: relative; left: 10rpx; } .ul{ width: 100%; height: 320rpx; background: #fff; border-radius: 15rpx; }