'创建鸿蒙应用'
This commit is contained in:
@@ -0,0 +1,129 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user