远程开门
This commit is contained in:
@@ -98,9 +98,9 @@ const openDoor = () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
/* 页面全局样式 */
|
/* 页面全局样式 */
|
||||||
.door-open-page {
|
.door-open-page {
|
||||||
background: linear-gradient(180deg, #4a90e2, #F6FAFF);
|
background: linear-gradient(180deg, #E2F0FF, #F6FAFF);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 30rpx 26rpx;
|
padding: 30rpx 40rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.status_bar {
|
.status_bar {
|
||||||
@@ -191,7 +191,8 @@ const openDoor = () => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 30rpx 20rpx;
|
padding: 30rpx 20rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
border: 2px solid #e5e5e5;
|
border: 2px solid #2F77FD;
|
||||||
|
background-color: #F6F9FE;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
/* 选中状态 */
|
/* 选中状态 */
|
||||||
@@ -229,8 +230,8 @@ const openDoor = () => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
line-height: 88rpx;
|
line-height: 88rpx;
|
||||||
background-color: #ffffff;
|
background-color: #2F77FD;
|
||||||
color: #2c6bc7;
|
color: #fff;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user