177 lines
4.3 KiB
Plaintext
177 lines
4.3 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.flex_data.data-v-57280228 {
|
||
display: flex;
|
||
}
|
||
.flex_data .f_left.data-v-57280228 {
|
||
margin-right: 10rpx;
|
||
}
|
||
.flex_data .f_right.data-v-57280228 {
|
||
padding-top: 16rpx;
|
||
}
|
||
.content.data-v-57280228 {
|
||
padding: 20rpx 30rpx;
|
||
margin-top: 20rpx;
|
||
}
|
||
.content .content-header.data-v-57280228 {
|
||
margin-bottom: 30rpx;
|
||
padding: 30rpx;
|
||
height: 600rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
margin: 0rpx 0rpx 30rpx 0rpx;
|
||
background-image: url("https://img.agrimedia.cn/watch-app/header-bg.png");
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
position: relative;
|
||
}
|
||
.content .content-header .sha-dow.data-v-57280228 {
|
||
width: 100%;
|
||
height: 640rpx;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
background-color: #fff;
|
||
opacity: .4;
|
||
}
|
||
.content .content-header .text.data-v-57280228 {
|
||
width: 500rpx;
|
||
left: 0px;
|
||
top: 0px;
|
||
right: 0px;
|
||
bottom: 0px;
|
||
margin: auto;
|
||
margin: 0 auto;
|
||
z-index: 999;
|
||
-webkit-backdrop-filter: blur(6rpx);
|
||
backdrop-filter: blur(6rpx);
|
||
border-radius: 20rpx;
|
||
padding: 20rpx;
|
||
margin-top: 60rpx;
|
||
}
|
||
.content .content-header .left .title.data-v-57280228 {
|
||
font-size: 80rpx;
|
||
text-align: center;
|
||
font-weight: 900;
|
||
margin-bottom: 20rpx;
|
||
text-stroke: 10rpx white;
|
||
}
|
||
.content .content-header .left .desc.data-v-57280228 {
|
||
text-align: center;
|
||
font-size: 34rpx;
|
||
}
|
||
.content .row.data-v-57280228 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-around;
|
||
}
|
||
.content .content-item.data-v-57280228 {
|
||
margin: 30rpx;
|
||
padding: 30rpx;
|
||
border: none;
|
||
border-radius: 30rpx;
|
||
box-shadow: 0 0 60rpx 0 rgba(43, 86, 112, 0.1);
|
||
position: relative;
|
||
height: 200rpx;
|
||
overflow: hidden;
|
||
}
|
||
.content .content-item .title.data-v-57280228 {
|
||
font-size: 38rpx;
|
||
font-weight: 800;
|
||
margin-bottom: 14rpx;
|
||
}
|
||
.content .content-item .row-time.data-v-57280228 {
|
||
position: absolute;
|
||
bottom: 30rpx;
|
||
right: 30rpx;
|
||
font-size: 28rpx;
|
||
color: grey;
|
||
}
|
||
.content .content-item .bg.data-v-57280228 {
|
||
position: absolute;
|
||
bottom: 0rpx;
|
||
right: 50rpx;
|
||
opacity: .4;
|
||
z-index: -1;
|
||
}
|
||
.content .content-item .bg image.data-v-57280228 {
|
||
width: 250rpx;
|
||
}
|
||
.content .content-item .time.data-v-57280228 {
|
||
font-size: 28rpx;
|
||
color: grey;
|
||
padding: 20rpx 0rpx 20rpx 0rpx;
|
||
}
|
||
.content .content-item .row-date.data-v-57280228 {
|
||
font-size: 46rpx;
|
||
font-weight: 800;
|
||
display: flex;
|
||
align-items: baseline;
|
||
justify-content: center;
|
||
}
|
||
.content .content-item .row-date text.data-v-57280228 {
|
||
opacity: .5;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
padding-left: 10rpx;
|
||
}
|
||
.content .content-item .date.data-v-57280228 {
|
||
font-size: 46rpx;
|
||
font-weight: 800;
|
||
display: flex;
|
||
align-items: baseline;
|
||
}
|
||
.content .content-item .date .icon.data-v-57280228 {
|
||
font-weight: 100rpx;
|
||
font-size: 28rpx;
|
||
color: grey;
|
||
display: flex;
|
||
flex-direction: column-reverse;
|
||
}
|
||
.content .content-item .gap-content.data-v-57280228 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.content .content-item .gap-content .gap-item.data-v-57280228 {
|
||
margin-top: 20rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
text-align: center;
|
||
width: 50%;
|
||
}
|
||
.content .content-item .gap-content .gap-item .title.data-v-57280228 {
|
||
font-size: 36rpx;
|
||
padding-bottom: 10rpx;
|
||
}
|
||
.content .content-item .gap-content .gap-item .num.data-v-57280228 {
|
||
font-size: 28rpx;
|
||
font-weight: 600;
|
||
}
|
||
|