12345678910111213141516171819202122232425262728293031323334353637 |
- /* pages/deviceRoter3/deviceRoter3.wxss */
- .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;
- }
- .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;
- }
|