page { background: #f3f3f3; } .infobox1 { background: #fff; border-radius: 30rpx; margin: 20rpx 30rpx 0; padding: 20rpx 34rpx 48rpx; box-sizing: border-box; .info1 { .left { .icon { width: 80rpx; height: 80rpx; overflow: hidden; border-radius: 50%; } .tip1 { font-weight: bold; margin-left: 28rpx; font-size: 28rpx; color: #000000; } } .right { font-size: 24rpx; font-weight: 400; color: #999999; } } .info2 { margin-top: 40rpx; .content { line-height: 50rpx; font-size: 26rpx; font-family: PingFang SC; font-weight: 400; color: #666666; } } } .no_message { text-align: center; margin-top: 200rpx; & > .icon { width: 200rpx; margin: auto; } & > .tip { text-align: center; color: #666666; font-size: 28rpx; margin-top: 20rpx; } } // 上拉加载 .upDragBox { margin-top: 10rpx; text-align: center; }