70 lines
837 B
Plaintext
70 lines
837 B
Plaintext
.page {
|
|
padding: 32rpx;
|
|
min-height: 100vh;
|
|
background: #f5f6f8;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 24rpx;
|
|
font-size: 40rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.notice {
|
|
margin-top: 32rpx;
|
|
color: #777777;
|
|
}
|
|
|
|
.store-head,
|
|
.room-card,
|
|
.wifi-box {
|
|
margin-bottom: 24rpx;
|
|
padding: 28rpx;
|
|
border-radius: 16rpx;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.room-card:active {
|
|
background: #eef4ff;
|
|
}
|
|
|
|
.section-title {
|
|
margin: 32rpx 0 16rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.room-name {
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.muted {
|
|
margin-top: 8rpx;
|
|
color: #667085;
|
|
}
|
|
|
|
.price {
|
|
margin-top: 12rpx;
|
|
color: #b42318;
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.open {
|
|
margin-top: 8rpx;
|
|
color: #17823b;
|
|
}
|
|
|
|
.closed,
|
|
.error {
|
|
margin-top: 8rpx;
|
|
color: #c73535;
|
|
}
|
|
|
|
.empty {
|
|
padding: 64rpx 0;
|
|
color: #888888;
|
|
text-align: center;
|
|
}
|