109 lines
1.9 KiB
SCSS
109 lines
1.9 KiB
SCSS
page{
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-color: rgb(240, 239, 239);
|
|
}
|
|
|
|
// 打印机图标
|
|
.title-root{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
p{
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
color: #8a8a8a;
|
|
}
|
|
|
|
.icon-zaixian{
|
|
background-color: #fff;
|
|
font-size: 150rpx;
|
|
border-radius: 50%;
|
|
padding: 30rpx;
|
|
color: $zsw-prinmary-color;
|
|
border: 8rpx solid $zsw-prinmary-color;
|
|
margin-top: 60rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 路由器信息
|
|
.center-root{
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
padding: 0 40rpx;
|
|
margin-top: 60rpx;
|
|
|
|
.item-1, .item-2{
|
|
display: flex;
|
|
padding: 20rpx 0;
|
|
|
|
input{
|
|
width: 100%;
|
|
}
|
|
|
|
text{
|
|
margin-right: 30rpx;
|
|
width: 80rpx;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.item-2>.ipt-2{
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
|
|
.icon-chahao{
|
|
background-color: #979797;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
padding: 7rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// 确定按钮
|
|
.ok-btn{
|
|
padding: 0 20rpx;
|
|
margin-top: 50rpx;
|
|
|
|
.weui-btn{
|
|
background-color: $zsw-prinmary-color;
|
|
text-align: center;
|
|
padding: 25rpx 0;
|
|
border-radius: 15rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
button{
|
|
margin-top: 25rpx;
|
|
color: $zsw-prinmary-color;
|
|
border: 1rpx solid $zsw-prinmary-color;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
}
|
|
|
|
// 版权信息
|
|
.Copyright-root{
|
|
position: fixed;
|
|
bottom: 100rpx;
|
|
left: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #57b93c;
|
|
width: 100%;
|
|
|
|
img{
|
|
height: 60rpx;
|
|
width: 212rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
} |