You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
2 years ago
|
|
||
|
.suspensionWindow_time.data-v-7dbe1400{
|
||
|
/* flex: 1; */
|
||
|
min-width: 140rpx;
|
||
|
text-align: right;
|
||
|
}
|
||
|
.suspensionWindow_code_text.data-v-7dbe1400{
|
||
|
color: #FFFFFF;
|
||
|
font-size: 44rpx;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
.suspensionWindow_code.data-v-7dbe1400{
|
||
|
/* height: 140rpx; */
|
||
|
position: relative;
|
||
|
transition: all .3s;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.suspensionWindow_title.data-v-7dbe1400{
|
||
|
color: #FFFFFF;
|
||
|
font-size: 28rpx;
|
||
|
/* flex: 1; */
|
||
|
}
|
||
|
.suspensionWindow_content.data-v-7dbe1400{
|
||
|
display: flex;
|
||
|
/* justify-content: space-around; */
|
||
|
width: 100%;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.icon-conter.data-v-7dbe1400{
|
||
|
width: 90rpx;
|
||
|
height:100% ;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.suspensionWindow.data-v-7dbe1400{
|
||
|
position: fixed;
|
||
|
width: 100vw;
|
||
|
height: 110rpx;
|
||
|
bottom: env(safe-area-inset-bottom);
|
||
|
background-color: #FF4A4A;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
/* transform: translateX(calc(100vw - 90rpx)); */
|
||
|
transition: all .3s;
|
||
|
border-radius: 20rpx 0 0 20rpx ;
|
||
|
/* padding: 0 60rpx; */
|
||
|
/* justify-content: center; */
|
||
|
padding-right: 90rpx;
|
||
|
padding-left: 90rpx;
|
||
|
}
|
||
|
|