Files
zsw-jx-store/src/subPages/merchantChild/setBusinessStatus/setBusinessStatus.scss
2025-12-29 11:47:34 +08:00

149 lines
2.9 KiB
SCSS

.info{
text-align: center;
.logo {
width: 300rpx;
height: 300rpx;
margin-top: 40rpx;
}
.storeStatus{
margin: 20rpx;
height: 220rpx;
// background:linear-gradient(180deg, #a4e8f5, #fff);
border-top-right-radius: 20rpx;
border-top-left-radius: 20rpx;
padding: 20rpx;
.status,.timeInfo{
display: flex;
justify-content: center;
margin-top: 10rpx;
}
.status,.timeInfo{
font-size: 28rpx;
}
.title1,.title2{
font-weight: bold;
}
.title2{
margin-top: 20rpx;
}
.timeInfo{
.timRange2{
margin-left: 20rpx;
}
}
}
.time{
background: #fff;
height: 220rpx;
margin:-40rpx 20rpx 20rpx 20rpx;
border-radius: 20rpx;
border: 1rpx solid #eee;
padding: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.timeItem{
background-color: #cccccc;
border-radius: 20rpx;
padding: 10rpx;
color:#fff;
}
.disabledColor{
opacity: 0.6;
background-color: #ffad49;
}
.notice{
border: 1rpx solid #eee;
text-align: left;
margin:20rpx;
padding: 20rpx;
color:rgb(241, 167, 114);
font-size: 28rpx;
border-radius: 20rpx;
}
}
.jx-popup-update {
box-sizing: border-box;
padding: 20rpx;
background-color: #fff;
border-radius: 0 0 15rpx 15rpx;
width: 94vw;
.text {
display: block;
width: 100%;
text-align: center;
margin-bottom: 25rpx;
padding-bottom: 10rpx;
border-bottom: 2rpx solid rgb(209, 209, 209);
}
.ipt {
border: 2rpx solid rgb(209, 209, 209);
text-align: center;
height: 140rpx;
border-radius: 5rpx;
padding-bottom: 20rpx;
}
.item{
margin-top: 20rpx;
}
.btn-root {
display: flex;
justify-content: space-between;
margin: 40rpx 0 0rpx 0;
.btn-esc,
.btn-ok {
text-align: center;
width: 100%;
padding: 15rpx 0;
border-radius: 10rpx;
border: 2rpx solid $jx-primary;
color: $jx-primary;
}
.btn-ok {
background-color: $jx-primary;
color: #fff;
margin-left: 10rpx;
}
.btn-esc {
margin-right: 10rpx;
}
}
}
@media (prefers-color-scheme: light) {
.storeStatus{
background:linear-gradient(180deg, #a4e8f5, #fff);
}
.time{
background-color: #fff;
}
}
@media (prefers-color-scheme: dark) {
.storeStatus{
background:linear-gradient(180deg, #7b7878, #bdbdbd);
}
.time{
background-color: #888;
}
}