no message
parent
79a50c010d
commit
e1480a2304
@ -1,55 +0,0 @@
|
||||
.ok-btn {
|
||||
color: #fff;
|
||||
background-color: rgb(20, 146, 209);
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: calc(50% - 25vw);
|
||||
width: 50vw;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.ok-btn-mp {
|
||||
color: #fff;
|
||||
background-color: rgb(20, 146, 209);
|
||||
padding: 10px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: calc(50% - 25vw);
|
||||
width: 50vw;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.button-box,.button-box-mp {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 120px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.button-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.button-box,
|
||||
.button-box-mp .button-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.button-box{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
bottom: 70px;
|
||||
right: 30px;
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
{
|
||||
"uni-popup.cancel": "cancel",
|
||||
"uni-popup.ok": "ok",
|
||||
"uni-popup.placeholder": "pleace enter",
|
||||
"uni-popup.title": "Hint",
|
||||
"uni-popup.shareTitle": "Share to"
|
||||
}
|
||||
Loading…
Reference in New Issue