2023-09-28 10:07:02 +00:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
/**
|
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
|
*
|
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
|
*
|
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
|
*/
|
|
|
|
|
/* 颜色变量 */
|
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
|
/* 背景颜色 */
|
|
|
|
|
/* 边框颜色 */
|
|
|
|
|
/* 尺寸变量 */
|
|
|
|
|
/* 文字尺寸 */
|
|
|
|
|
/* 图片尺寸 */
|
|
|
|
|
/* Border Radius */
|
|
|
|
|
/* 水平间距 */
|
|
|
|
|
/* 垂直间距 */
|
|
|
|
|
/* 透明度 */
|
|
|
|
|
/* 文章场景相关 */
|
|
|
|
|
.timeEnvironment.data-v-34c343d8 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
|
|
|
|
background-color: #F5F6FA;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .navbar.data-v-34c343d8 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .navbar > image.data-v-34c343d8 {
|
|
|
|
|
width: 750rpx;
|
|
|
|
|
height: 500rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content.data-v-34c343d8 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 0rpx 30rpx 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .title.data-v-34c343d8 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .title > image.data-v-34c343d8 {
|
|
|
|
|
width: 71rpx;
|
|
|
|
|
height: 65rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .title .right.data-v-34c343d8 {
|
|
|
|
|
margin-left: 14rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .title .right > view.data-v-34c343d8:nth-child(1) {
|
|
|
|
|
font-size: 44rpx;
|
|
|
|
|
font-family: AlibabaPuHuiTiB;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .title .right > view.data-v-34c343d8:nth-child(2) {
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
font-family: Arial-BoldMT;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
line-height: 20rpx;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .subtitle.data-v-34c343d8 {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
margin-top: 26rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams.data-v-34c343d8 {
|
|
|
|
|
width: 690rpx;
|
|
|
|
|
height: auto;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
margin-top: 69rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .nav.data-v-34c343d8 {
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1rpx solid #DDDDDD;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .nav > image.data-v-34c343d8 {
|
|
|
|
|
width: 50rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
margin-right: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .nav > text.data-v-34c343d8 {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .detail.data-v-34c343d8 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: calc(100% - 90rpx);
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 10rpx 0rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .detail .item.data-v-34c343d8 {
|
|
|
|
|
width: 50%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding-left: 20rpx;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .detail .item > image.data-v-34c343d8 {
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
margin-right: 19rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .detail .item .info > view.data-v-34c343d8:nth-child(1) {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .detail .item .info > view.data-v-34c343d8:nth-child(2) {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
2023-10-12 09:15:37 +00:00
|
|
|
|
.timeEnvironment .content .waterAndFertilizerParams .updateTime.data-v-34c343d8 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
}
|
2023-09-28 10:07:02 +00:00
|
|
|
|
.timeEnvironment .content .testBase.data-v-34c343d8 {
|
|
|
|
|
width: 690rpx;
|
|
|
|
|
height: auto;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(153, 153, 153, 0.1);
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .nav.data-v-34c343d8 {
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .nav > image.data-v-34c343d8 {
|
|
|
|
|
width: 50rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
margin-right: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .nav > text.data-v-34c343d8 {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail.data-v-34c343d8 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: calc(100% - 90rpx);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
padding-bottom: 46rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail .item.data-v-34c343d8 {
|
|
|
|
|
width: 33%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin-top: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail .item > image.data-v-34c343d8 {
|
|
|
|
|
width: 60rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail .item .info.data-v-34c343d8 {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail .item .info > view.data-v-34c343d8:nth-child(1) {
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase .detail .item .info > view.data-v-34c343d8:nth-child(2) {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1.data-v-34c343d8 {
|
|
|
|
|
width: 690rpx;
|
|
|
|
|
height: auto;
|
|
|
|
|
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: 0 20rpx 1rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .nav.data-v-34c343d8 {
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .nav > image.data-v-34c343d8 {
|
|
|
|
|
width: 50rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
margin-right: 16rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .nav > text.data-v-34c343d8:nth-child(2) {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .nav > text.data-v-34c343d8:nth-child(3) {
|
|
|
|
|
width: 90rpx;
|
|
|
|
|
height: 44rpx;
|
|
|
|
|
background: #EFFCF7;
|
|
|
|
|
border: 2px solid rgba(58, 187, 144, 0.25);
|
|
|
|
|
border-radius: 22rpx;
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #37BA8E;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-left: 15rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .item.data-v-34c343d8 {
|
|
|
|
|
width: 650rpx;
|
|
|
|
|
height: 90rpx;
|
|
|
|
|
background: #F5F6FA;
|
|
|
|
|
border: 2px solid #E7E9F1;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 0 30rpx 0 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .item > image.data-v-34c343d8 {
|
|
|
|
|
width: 40rpx;
|
|
|
|
|
height: 39rpx;
|
|
|
|
|
margin-right: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .item > text.data-v-34c343d8:nth-child(2) {
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.timeEnvironment .content .testBase1 .item > text.data-v-34c343d8:nth-child(3) {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-family: PingFang SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|