39 lines
612 B
Plaintext
39 lines
612 B
Plaintext
|
|
.container {
|
|
padding: 15px;
|
|
background-color: #fff;
|
|
}
|
|
.unconn-icon{
|
|
display: flex;
|
|
/* 启用 Flexbox 布局 */
|
|
justify-content: center;
|
|
/* 水平居中 */
|
|
align-items: center;
|
|
/* 垂直居中 */
|
|
}
|
|
.unconn-text{
|
|
width: 100%;
|
|
height: 80rpx;
|
|
display: flex;
|
|
/* 启用 Flexbox 布局 */
|
|
justify-content: center;
|
|
/* 水平居中 */
|
|
align-items: center;
|
|
/* 垂直居中 */
|
|
color: #b4b4b4;
|
|
}
|
|
.lt-title {
|
|
width: 30%;
|
|
padding: 8px 0 0 0;
|
|
font-size: 14px;
|
|
}
|
|
.lt-state {
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.lt-but {
|
|
width: 20%;
|
|
}
|