32 lines
546 B
Plaintext
32 lines
546 B
Plaintext
.replaceNetwork3 {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 90rpx 62rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.replaceNetwork3>view:nth-of-type(1) {
|
|
width: 565rpx;
|
|
height: 500rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.replaceNetwork3>view:nth-of-type(2) {
|
|
color: #1385FA;
|
|
width: 100%;
|
|
height: 36rpx;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
line-height: 36rpx;
|
|
text-align: center;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
|
|
.replaceNetwork3>view:nth-of-type(3) {
|
|
color: #808080;
|
|
width: 100%;
|
|
height: 30rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
line-height: 30rpx;
|
|
} |