119 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2024-02-21 17:43:11 +08:00
.page {
width: 100%;
height: 100%;
padding: 0 24rpx;
box-sizing: border-box;
}
.listBox {
padding: 4% 0;
background: white;
display: flex;
border-bottom: 1rpx solid #E5E5E5;
line-height: 66rpx;
font-size: 28rpx;
}
.exitBtn{
width: 100% !important;
line-height: 100rpx !important;
padding: 0 !important;
background: #4C84FF !important;
color: white !important;
margin-top: 60rpx;
}
picker{
width: 100%;
text-align: right;
color: #888888;
}
.toast-box {
width: 100%;
height: 100%;
opacity: 1;
position: fixed;
top: 0px;
left: 0px;
}
.toastbg {
opacity: 0.2;
background-color: black;
position: absolute;
width: 100%;
min-height: 100vh;
}
.showToast {
position: absolute;
opacity: 1;
width: 70%;
margin-left: 15%;
margin-top: 40%;
}
.toast-title {
padding-left: 5%;
background-color: white;
padding-top: 2vh;
padding-bottom: 2vh;
border-top-right-radius: 16rpx;
border-top-left-radius: 16rpx;
}
.toast-main {
padding-top: 2vh;
padding-bottom: 2vh;
background-color: white;
text-align: center;
}
.toast-input {
margin-left: 5%;
margin-right: 5%;
border: 1px solid #ddd;
padding-left: 2vh;
padding-right: 2vh;
padding-top: 1vh;
padding-bottom: 1vh;
}
.toast-button {
display: flex;
}
.button1 {
width: 50%;
}
.button2 {
width: 50%;
}
.button1 button {
width: 100% !important;
background-color: white;
color: red;
border-radius: 0px;
border-bottom-left-radius: 16rpx;
}
.button2 button {
width: 100% !important;
background-color: white;
color: black;
border-radius: 0px;
border-bottom-right-radius: 16rpx;
}
.picker {
padding-top: 1vh;
padding-bottom: 1vh;
}