@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.editSite.data-v-682db5a6 {
  width: 100%;
  min-height: 100vh;
  background-color: #F5F6FA;
}
.editSite .content.data-v-682db5a6 {
  box-sizing: border-box;
  padding: 21rpx 30rpx 0 30rpx;
}
.editSite .content .siteInfo.data-v-682db5a6 {
  width: 690rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
  border-radius: 20rpx;
  box-sizing: border-box;
  padding-left: 30rpx;
}
.editSite .content .greenhouse_controller.data-v-682db5a6 {
  width: 690rpx;
  height: 280rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
  border-radius: 20rpx;
  box-sizing: border-box;
  padding: 20rpx 30rpx;
  margin-top: 30rpx;
}
.editSite .content .greenhouse_controller .title.data-v-682db5a6 {
  font-size: 30rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #333333;
}
.editSite .content .greenhouse_controller .input.data-v-682db5a6 {
  width: 630rpx;
  height: 80rpx;
  background: #F5F6FA;
  border: 2px solid #E1E2E6;
  border-radius: 10rpx;
  margin: 20rpx 0 30rpx;
}
.editSite .content .greenhouse_controller .btn.data-v-682db5a6 {
  display: flex;
}
.editSite .content .greenhouse_controller .btn .edit.data-v-682db5a6 {
  width: 140rpx;
  height: 60rpx;
  background: linear-gradient(0deg, #57CFA6, #25B383);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20rpx;
}
.editSite .content .greenhouse_controller .btn .edit > image.data-v-682db5a6 {
  width: 25rpx;
  height: 26rpx;
  margin-right: 10rpx;
}
.editSite .content .greenhouse_controller .btn .edit > text.data-v-682db5a6 {
  font-size: 24rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
.editSite .content .greenhouse_controller .btn .delete.data-v-682db5a6 {
  width: 140rpx;
  height: 60rpx;
  background: #FFEFEF;
  border: 2px solid rgba(255, 99, 99, 0.3);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FF6363;
}
.editSite .content .camera.data-v-682db5a6 {
  width: 690rpx;
  height: 100rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
  border-radius: 20rpx;
  margin-top: 30rpx;
  box-sizing: border-box;
  padding: 0rpx 30rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editSite .content .camera .left.data-v-682db5a6 {
  font-size: 30rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #333333;
}
.editSite .content .camera .right.data-v-682db5a6 {
  width: 140rpx;
  height: 60rpx;
  background: linear-gradient(0deg, #57CFA6, #25B383);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editSite .content .camera .right > image.data-v-682db5a6 {
  width: 30rpx;
  height: 30rpx;
  margin-right: 10rpx;
}
.editSite .content .camera .right > text.data-v-682db5a6 {
  font-size: 24rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
.editSite .content .deviceInfo.data-v-682db5a6 {
  width: 690rpx;
  height: 200rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
  border-radius: 20rpx;
  margin-top: 30rpx;
  box-sizing: border-box;
  padding: 30rpx;
}
.editSite .content .deviceInfo .title.data-v-682db5a6 {
  width: 630rpx;
  height: 60rpx;
  background: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.editSite .content .deviceInfo .title > text.data-v-682db5a6 {
  width: 25%;
  text-align: center;
}
.editSite .content .deviceInfo .detail.data-v-682db5a6 {
  width: 630rpx;
  display: flex;
  align-items: center;
  padding: 20rpx 0;
}
.editSite .content .deviceInfo .detail > text.data-v-682db5a6 {
  width: 25%;
  text-align: center;
}
.editSite .content .deviceInfo .detail .controlBtn.data-v-682db5a6 {
  width: 25%;
  display: flex;
  text-align: center;
}
.editSite .content .deviceInfo .detail .controlBtn .editBtn.data-v-682db5a6 {
  width: 80rpx;
  height: 54rpx;
  background: linear-gradient(0deg, #57CFA6, #25B383);
  border-radius: 10rpx;
  font-size: 24rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20rpx;
}
.editSite .content .deviceInfo .detail .controlBtn .deleteBtn.data-v-682db5a6 {
  width: 80rpx;
  height: 54rpx;
  background: #FFEFEF;
  border: 2px solid rgba(255, 99, 99, 0.3);
  border-radius: 10rpx;
  font-size: 24rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FF6363;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editSite .content .main_camera.data-v-682db5a6 {
  width: 690rpx;
  height: 100rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
  border-radius: 20rpx;
  box-sizing: border-box;
  padding: 0 30rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30rpx;
}
.editSite .content .main_camera .left.data-v-682db5a6, .editSite .content .main_camera .right.data-v-682db5a6 {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.editSite .content .main_camera .right.data-v-682db5a6 {
  display: flex;
  align-items: center;
}
.editSite .content .main_camera .right > image.data-v-682db5a6 {
  width: 16rpx;
  height: 8rpx;
  margin-left: 20rpx;
}
.editSite .save.data-v-682db5a6 {
  width: 750rpx;
  height: 180rpx;
  background: #FFFFFF;
  box-shadow: 0rpx 0rpx 32rpx 4rpx rgba(216, 221, 230, 0.75);
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editSite .save .save_btn.data-v-682db5a6 {
  width: 660rpx;
  height: 110rpx;
  background: linear-gradient(0deg, #57CFA6, #25B383);
  box-shadow: 0rpx 3rpx 15rpx 0rpx rgba(36, 179, 131, 0.35);
  border-radius: 15rpx;
  font-size: 38rpx;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editSite .save .save_btn > image.data-v-682db5a6 {
  width: 38rpx;
  height: 40rpx;
  margin-right: 16rpx;
}