/* parents/pages/borrow_success/borrow_success.wxss */ .header { text-align: center; } .header-icon { width: 160rpx; height: 160rpx; margin-top: 48rpx; } .header-text-black { margin-top: 30rpx; font-size: 36rpx; color: #000; } .header-text-gray { margin-top: 8rpx; font-size: 32rpx; color: #999; } .list { padding: 10rpx 20rpx; } .li { margin: 20rpx auto; background: #fff; border-radius: 18rpx; padding: 30rpx; } .li-label { font-size: 28rpx; color: #666; margin: 40rpx auto 20rpx auto; }