119 lines
2.1 KiB
Plaintext
119 lines
2.1 KiB
Plaintext
.connectedWifi {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-flow: column;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.setWifi {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 60rpx 40rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.setWifi-title {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 48rpx;
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
line-height: 48rpx;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
|
|
.setWifi-form {
|
|
width: 100%;
|
|
margin-bottom: 64rpx;
|
|
}
|
|
|
|
.setWifi-form>view {
|
|
width: 100%;
|
|
height: 96rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
padding: 0 24rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 16rpx;
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.setWifi-form>view:first-of-type {
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.setWifi-form>view>view:nth-of-type(1) {
|
|
color: #252535;
|
|
width: 100rpx;
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.setWifi-form>view:first-of-type>view:nth-of-type(1) {
|
|
padding: 24rpx 45rpx 24rpx 7rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.setWifi-form>view>view:nth-of-type(2) {
|
|
color: #252535;
|
|
flex: 1;
|
|
width: 0;
|
|
height: 96rpx;
|
|
font-size: 32rpx;
|
|
line-height: 96rpx;
|
|
}
|
|
|
|
.setWifi-form>view>view:nth-of-type(2) input {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 96rpx;
|
|
font-size: 32rpx;
|
|
line-height: 96rpx;
|
|
}
|
|
|
|
.placeholderClass {
|
|
color: #B6B6B6;
|
|
height: 96rpx;
|
|
font-size: 32rpx;
|
|
line-height: 96rpx;
|
|
}
|
|
|
|
.setWifi-form>view>view:nth-of-type(3) {
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.setWifi-btn {
|
|
width: 100%;
|
|
height: 88rpx;
|
|
padding: 0 15rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.setWifi-btn>view {
|
|
color: #FFFFFF;
|
|
width: 300rpx;
|
|
height: 88rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border-radius: 44rpx;
|
|
line-height: 84rpx;
|
|
box-sizing: border-box;
|
|
background-color: #1385FA;
|
|
border: 2rpx solid #1385FA;
|
|
|
|
&:first-of-type {
|
|
color: #1385FA;
|
|
background-color: #FFFFFF;
|
|
}
|
|
} |