@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .info { width: 100%; position: absolute; top: 44px; } .info .info_item { width: 90%; margin: 0 auto; padding: 26rpx 50rpx; position: relative; box-sizing: border-box; } .info .info_item .bgi { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; } .info .info_item ._p { font-size: 24rpx; color: #FFFFFF; margin-bottom: 10rpx; } .info .info_item ._p .tishi { width: 30rpx; height: 30rpx; margin: 0rpx 0 0 20rpx; } .modalbox { display: flex; padding: 20rpx 10rpx; font-size: 14px; } .modalbox .uinput { width: 50%; border-radius: 22px; background-color: #f4f4f4; margin: 0 10px; text-indent: 1rem; font-size: 28rpx; } .newdatas { width: 100%; position: absolute; top: 195px; } .newdatas .newdatas_title { width: 90%; margin: 0 auto; display: flex; justify-content: space-between; height: 50rpx; line-height: 50rpx; } .newdatas .newdatas_title ._span, .newdatas .newdatas_title ._p { font-size: 13px; } .newdatas .newdatas_title ._span:first-child { font-size: 16px; font-weight: 700; } .newdatas .newdatas_air { width: 90%; margin: 0 auto 20rpx; display: flex; justify-content: space-between; flex-wrap: wrap; } .newdatas .newdatas_air .newdatas_air_box { width: 48%; padding: 20rpx; box-sizing: border-box; box-shadow: 0 0 10rpx #bcb9ca; margin-top: 20rpx; display: flex; } .newdatas .newdatas_air .newdatas_air_box .imgbox { width: 60rpx; height: 60rpx; margin: 16rpx 30rpx 0rpx 20rpx; } .newdatas .newdatas_air .newdatas_air_box .imgbox .img { width: 60rpx; height: 60rpx; } .newdatas .newdatas_air .newdatas_air_box .infobox { font-size: 28rpx; } .newdatas .newdatas_air .newdatas_air_box .infobox ._p { margin-bottom: 10rpx; } .newdatas .newdatas_land { width: 90%; margin: 0 auto 20rpx; } .newdatas .newdatas_land .newdatas_land_title { font-size: 28rpx; } .newdatas .newdatas_land .newdatas_land_info { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; } .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box { width: 48%; padding: 20rpx; box-sizing: border-box; box-shadow: 0 0 10rpx #bcb9ca; margin-top: 20rpx; display: flex; } .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .imgbox { width: 60rpx; height: 60rpx; margin: 16rpx 30rpx 0rpx 20rpx; } .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .imgbox .img { width: 60rpx; height: 60rpx; } .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .infobox { font-size: 28rpx; } .newdatas .newdatas_land .newdatas_land_info .newdatas_land_box .infobox ._p { margin-bottom: 10rpx; }