123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .lodRuter {
- margin-top: 54rpx;
- }
- .lodRuter text {
- text-align: center;
- width: 100%;
- display: block;
- margin-bottom: 34rpx;
- }
- .suRuter {
- margin-top: 54rpx;
- display: flex;
- justify-content: center;
- }
- .suAIRuter {
- margin-top: 27rpx;
- display: flex;
- justify-content: center;
- color: #D42B2B;
- }
- .suRuter image {
- width: 48rpx;
- }
- .suRuter text {
- color: #353535;
- font-size: 36rpx;
- margin-left: 20rpx;
- }
- .errorPs {
- margin-top: 150rpx;
- }
- .errorPs>text {
- color: #353535;
- font-size: 28rpx;
- font-weight: bold;
- line-height: 40rpx;
- }
- .errorPs>view {
- color: #353535;
- font-size: 28rpx;
- line-height: 40rpx;
- }
|