@charset "UTF-8"; /* 需要放到文件最上面 */ /* 水平间距 */ /* 水平间距 */ /* 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值 */ /* 水平间距 */ .environment-index { padding: 30rpx; } .environment-index .environment-box { background: #fff; padding: 30rpx; border-radius: 16rpx; box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08); } .environment-index .air-item { display: flex; align-items: center; margin: 10rpx 0; } .environment-index .test-item { flex: 1; width: 0; overflow: hidden; text-align: center; padding: 2px 0; position: relative; } .environment-index .test-item .name { font-size: 24rpx; margin-bottom: 8rpx; line-height: 36rpx; color: #8c8c8c; } .environment-index .test-item .number { font-size: 36rpx; color: #389e0d; } .environment-index .environment-box-title { padding-bottom: 30rpx; font-size: 32rpx; font-weight: 500; }