4 Star 12 Fork 3

Cherry White / ParkingLotApplet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Cherry White 提交于 2021-01-16 17:35 . 初步完工
.toast-box {
width: 100%;
height: 100%;
opacity: 1;
position: fixed;
top: 0;
left: 0;
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.07);
z-index: 9999;
}
.showToast {
position: absolute;
opacity: 1;
width: 80%;
margin-left: 10%;
margin-top: 40%;
border: 1px solid #999;
border-radius: 20rpx;
}
.toast-title {
padding-left: 5%;
background-color: #2196f3;
color: white;
padding-top: 2vh;
padding-bottom: 2vh;
border-top-right-radius: 16rpx;
border-top-left-radius: 16rpx;
}
.toast-main {
padding-top: 3vh;
padding-bottom: 3vh;
background-color: white;
}
.toast-input {
margin-left: 5%;
margin-right: 5%;
margin-bottom: 15rpx;
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.toast-button {
display: flex;
justify-content: center;
align-items: center;
border-top: 2rpx solid #999;
}
.toast-button button {
padding: 25rpx;
background-color: white;
}
.cancelButton {
border-radius: 0 0 0 16rpx;
color: black;
}
.confirmButton {
border-radius: 0 0 16rpx 0;
border-left: 1rpx solid #999;
color: #2196f3;
}
微信
1
https://gitee.com/zj1789139001/parking-lot-applet.git
git@gitee.com:zj1789139001/parking-lot-applet.git
zj1789139001
parking-lot-applet
ParkingLotApplet
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891