451 lines
13 KiB
Plaintext
451 lines
13 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.fertilizer_machine.data-v-04917a06 {
|
||
width: 100%;
|
||
min-height: 100vh;
|
||
background-color: #F5F6FA;
|
||
}
|
||
.fertilizer_machine .content.data-v-04917a06 {
|
||
box-sizing: border-box;
|
||
padding: 20rpx 30rpx;
|
||
}
|
||
.fertilizer_machine .content .output_valve.data-v-04917a06 {
|
||
width: 690rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||
border-radius: 20rpx;
|
||
box-sizing: border-box;
|
||
padding: 20rpx;
|
||
}
|
||
.fertilizer_machine .content .output_valve .title.data-v-04917a06 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .output_valve .title > image.data-v-04917a06 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
margin-right: 16rpx;
|
||
}
|
||
.fertilizer_machine .content .output_valve .title > text.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.fertilizer_machine .content .output_valve .detail.data-v-04917a06 {
|
||
margin-top: 16rpx;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.fertilizer_machine .content .output_valve .detail .item.data-v-04917a06 {
|
||
flex-shrink: 0;
|
||
width: 90rpx;
|
||
height: 54rpx;
|
||
background: #EFFCF7;
|
||
border: 2px solid rgba(58, 187, 144, 0.25);
|
||
border-radius: 10rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #24B383;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin: 5rpx 8rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1.data-v-04917a06 {
|
||
width: 690rpx;
|
||
height: 180rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||
border-radius: 20rpx;
|
||
margin-top: 15rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-around;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item.data-v-04917a06,
|
||
.fertilizer_machine .content .dataInfo1 .item1.data-v-04917a06 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item > text.data-v-04917a06:nth-child(2),
|
||
.fertilizer_machine .content .dataInfo1 .item1 > text.data-v-04917a06:nth-child(2) {
|
||
font-size: 24rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
margin: 6rpx 0 8rpx 0;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item > text.data-v-04917a06:nth-child(3),
|
||
.fertilizer_machine .content .dataInfo1 .item1 > text.data-v-04917a06:nth-child(3) {
|
||
font-size: 38rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item .img.data-v-04917a06 {
|
||
height: 59rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item .img > image.data-v-04917a06 {
|
||
width: 45rpx;
|
||
height: 59rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item > text.data-v-04917a06:nth-child(3) {
|
||
color: #1EA6F5;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item1 .img.data-v-04917a06 {
|
||
height: 59rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item1 .img > image.data-v-04917a06 {
|
||
width: 52rpx;
|
||
height: 42rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo1 .item1 > text.data-v-04917a06:nth-child(3) {
|
||
color: #3EC195;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2.data-v-04917a06 {
|
||
width: 690rpx;
|
||
height: 480rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||
border-radius: 20rpx;
|
||
margin-top: 15rpx;
|
||
box-sizing: border-box;
|
||
padding: 9rpx 0rpx 19rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .top.data-v-04917a06 {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-evenly;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .top .item.data-v-04917a06 {
|
||
width: 33%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .top .item > image.data-v-04917a06 {
|
||
width: 108rpx;
|
||
height: 108rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .top .item > text.data-v-04917a06:nth-child(2) {
|
||
font-size: 24rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .top .item > text.data-v-04917a06:nth-child(3) {
|
||
font-size: 30rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: bold;
|
||
color: #1EA6F5;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom.data-v-04917a06 {
|
||
box-sizing: border-box;
|
||
padding: 8rpx 30rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .btn-1 > image.data-v-04917a06 {
|
||
width: 39rpx;
|
||
height: 28rpx;
|
||
margin-right: 10rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .btn-2 > image.data-v-04917a06 {
|
||
width: 27rpx;
|
||
height: 33rpx;
|
||
margin-right: 10rpx;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .in.data-v-04917a06 {
|
||
width: 300rpx;
|
||
height: 80rpx;
|
||
background: linear-gradient(0deg, #54CDA4, #27B584);
|
||
border-radius: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .in text.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .out.data-v-04917a06 {
|
||
width: 300rpx;
|
||
height: 80rpx;
|
||
background: #EFFCF7;
|
||
border: 2px solid rgba(58, 187, 144, 0.25);
|
||
border-radius: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .dataInfo2 .bottom .out text.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #24B383;
|
||
}
|
||
.fertilizer_machine .content .signal.data-v-04917a06 {
|
||
width: 690rpx;
|
||
height: 180rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||
border-radius: 20rpx;
|
||
margin-top: 15rpx;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-content: space-between;
|
||
justify-content: space-between;
|
||
box-sizing: border-box;
|
||
padding: 20rpx 30rpx;
|
||
}
|
||
.fertilizer_machine .content .signal .item.data-v-04917a06 {
|
||
width: 140rpx;
|
||
height: 60rpx;
|
||
background: #EFFCF7;
|
||
border: 2px solid rgba(58, 187, 144, 0.25);
|
||
border-radius: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 24rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #24B383;
|
||
}
|
||
.fertilizer_machine .content .signal .item_act.data-v-04917a06 {
|
||
width: 140rpx;
|
||
height: 60rpx;
|
||
background: linear-gradient(0deg, #54CDA4, #27B584);
|
||
border-radius: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 24rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.fertilizer_machine .content .set.data-v-04917a06 {
|
||
width: 690rpx;
|
||
background-color: #F5F6FA;
|
||
margin-top: 15rpx;
|
||
}
|
||
.fertilizer_machine .content .set .item.data-v-04917a06 {
|
||
height: 80rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
||
border-radius: 15rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
box-sizing: border-box;
|
||
padding: 0 30rpx 0 33rpx;
|
||
margin-bottom: 15rpx;
|
||
}
|
||
.fertilizer_machine .content .set .item .left.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.fertilizer_machine .content .set .item .right.data-v-04917a06 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.fertilizer_machine .content .set .item .right > text.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #999999;
|
||
margin-right: 20rpx;
|
||
}
|
||
.fertilizer_machine .content .set .item .right > image.data-v-04917a06 {
|
||
width: 16rpx;
|
||
height: 8rpx;
|
||
}
|
||
.fertilizer_machine .content.data-v-04917a06 .u-mode-center-box {
|
||
background-color: transparent;
|
||
}
|
||
.fertilizer_machine .content .contentPop.data-v-04917a06 {
|
||
width: 100%;
|
||
min-height: calc(100% - 70rpx);
|
||
position: relative;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box.data-v-04917a06 {
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: #fff;
|
||
border-radius: 20rpx;
|
||
padding-bottom: 30rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .title.data-v-04917a06 {
|
||
width: 100%;
|
||
height: 91rpx;
|
||
font-size: 34rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
border-bottom: 1rpx solid #DDDDDD;
|
||
text-align: center;
|
||
line-height: 91rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model.data-v-04917a06 {
|
||
height: 172rpx;
|
||
border-bottom: 1rpx solid #DDDDDD;
|
||
box-sizing: border-box;
|
||
padding: 30rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .control.data-v-04917a06 {
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model.data-v-04917a06 {
|
||
width: 100%;
|
||
margin-top: 12rpx;
|
||
display: flex;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .auto.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .stop.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .hand.data-v-04917a06 {
|
||
width: 120rpx;
|
||
height: 66rpx;
|
||
background: #EFFCF7;
|
||
border: 2px solid rgba(58, 187, 144, 0.25);
|
||
border-radius: 10rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #24B383;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 20rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .auto_act.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .stop_act.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .hand_act.data-v-04917a06 {
|
||
width: 120rpx;
|
||
height: 66rpx;
|
||
background: linear-gradient(0deg, #54CDA4, #27B584);
|
||
border-radius: 10rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #EFFCF7;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin-right: 20rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .control_model .model .two_min.data-v-04917a06 {
|
||
width: 140rpx;
|
||
height: 66rpx;
|
||
background: #F5F6FA;
|
||
border: 2px solid #E1E2E6;
|
||
border-radius: 10rpx;
|
||
font-size: 34rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time1.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time2.data-v-04917a06 {
|
||
height: 126rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
border-bottom: 1rpx solid #DDDDDD;
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
box-sizing: border-box;
|
||
padding-left: 30rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time1 .irrigate_input.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time2 .irrigate_input.data-v-04917a06 {
|
||
width: 90rpx;
|
||
height: 66rpx;
|
||
background: #F5F6FA;
|
||
border: 2px solid #E1E2E6;
|
||
border-radius: 10rpx;
|
||
margin: 0 15rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time1 .irrigate_input > input.data-v-04917a06,
|
||
.fertilizer_machine .content .contentPop .contentPop_box .irrigate_time2 .irrigate_input > input.data-v-04917a06 {
|
||
width: 100%;
|
||
height: 100%;
|
||
text-align: center;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .changeMoreBtn.data-v-04917a06 {
|
||
width: 340rpx;
|
||
height: 80rpx;
|
||
background: linear-gradient(0deg, #57CFA6, #25B383);
|
||
box-shadow: 0rpx 3rpx 15rpx 0rpx rgba(36, 179, 131, 0.35);
|
||
border-radius: 15rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
margin: 30rpx auto;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .changeMoreBtn > image.data-v-04917a06 {
|
||
width: 30rpx;
|
||
height: 30rpx;
|
||
margin-right: 16rpx;
|
||
}
|
||
.fertilizer_machine .content .contentPop .contentPop_box .changeMoreBtn > text.data-v-04917a06 {
|
||
font-size: 30rpx;
|
||
font-family: PingFang-SC-Bold;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
}
|
||
.fertilizer_machine .content .contentPop > image.data-v-04917a06 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
position: absolute;
|
||
bottom: -70rpx;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%);
|
||
transform: translate(-50%);
|
||
}
|
||
|