29 lines
485 B
Plaintext
29 lines
485 B
Plaintext
|
|
.uni-btn-v {
|
|
padding: 10rpx 0;
|
|
}
|
|
.uni-btn-v button {
|
|
margin: 20rpx 0;
|
|
}
|
|
.websocket-room {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
border-bottom: solid 1px #DDDDDD;
|
|
margin-bottom: 20px;
|
|
}
|
|
.websocket-msg {
|
|
padding: 40px 0px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
color: #666666;
|
|
}
|
|
.websocket-tips{
|
|
padding: 40px 0px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #666666;
|
|
}
|