413 lines
11 KiB
Plaintext
413 lines
11 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.container.data-v-57280228 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
background: #f8faff;
|
||
height: 100%;
|
||
padding: 70rpx 0;
|
||
margin-top: 90rpx;
|
||
}
|
||
.container .contnet.data-v-57280228 {
|
||
width: 90%;
|
||
margin: 0 auto;
|
||
border-radius: 20rpx;
|
||
}
|
||
.container .contnet .content_swiper.data-v-57280228 {
|
||
width: 100%;
|
||
height: 360rpx;
|
||
}
|
||
.container .contnet .content_swiper image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .content_news.data-v-57280228 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 20rpx;
|
||
width: 100%;
|
||
margin: 50rpx 0;
|
||
}
|
||
.container .contnet .content_news .weather.data-v-57280228 {
|
||
flex: 1;
|
||
text-align: center;
|
||
border-radius: 10rpx;
|
||
color: #fff;
|
||
font-size: 28rpx;
|
||
height: 240rpx;
|
||
}
|
||
.container .contnet .content_news .weather image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .content_news .weather.data-v-57280228 {
|
||
width: 60%;
|
||
padding: 0 30rpx;
|
||
height: 180rpx;
|
||
position: relative;
|
||
margin-bottom: -30rpx;
|
||
background: rgba(141, 186, 252, 0.55);
|
||
box-shadow: 2rpx 2rpx 15rpx rgba(0, 0, 0, 0.25);
|
||
}
|
||
.container .contnet .content_news .weather .img_weather.data-v-57280228 {
|
||
position: absolute;
|
||
height: 200rpx;
|
||
bottom: 10rpx;
|
||
left: 0;
|
||
right: 0;
|
||
}
|
||
.container .contnet .content_news .weather .img_color.data-v-57280228 {
|
||
position: absolute;
|
||
height: 200rpx;
|
||
bottom: 10rpx;
|
||
top: -56rpx;
|
||
right: 0;
|
||
z-index: 99;
|
||
width: 120rpx;
|
||
height: 120rpx;
|
||
}
|
||
.container .contnet .content_news .weather .weather_date.data-v-57280228 {
|
||
padding-top: 10rpx;
|
||
opacity: 1;
|
||
font-size: 26rpx;
|
||
font-weight: 600;
|
||
letter-spacing: 0rpx;
|
||
line-height: 46rpx;
|
||
color: white;
|
||
text-align: left;
|
||
vertical-align: middle;
|
||
}
|
||
.container .contnet .content_news .weather .weather_number.data-v-57280228 {
|
||
text-align: left;
|
||
opacity: 1;
|
||
font-size: 44rpx;
|
||
font-weight: 600;
|
||
letter-spacing: 0rpx;
|
||
line-height: 70rpx;
|
||
color: #fff;
|
||
opacity: 0.8;
|
||
}
|
||
.container .contnet .content_news .weather .weather_info.data-v-57280228 {
|
||
display: flex;
|
||
align-items: center;
|
||
opacity: 1;
|
||
font-size: 44rpx;
|
||
font-weight: 600;
|
||
letter-spacing: 0rpx;
|
||
line-height: 70rpx;
|
||
color: #fff;
|
||
opacity: 0.8;
|
||
}
|
||
.container .contnet .content_news .weather .weather_info .weather_number.data-v-57280228 {
|
||
margin-right: 20rpx;
|
||
}
|
||
.container .contnet .content_news .weather .weather_info .weather_font.data-v-57280228 {
|
||
font-size: 32rpx;
|
||
text-align: right;
|
||
width: 56%;
|
||
}
|
||
.container .contnet .content_news .content_tips.data-v-57280228 {
|
||
width: 42%;
|
||
border-radius: 20rpx;
|
||
opacity: 1;
|
||
padding: 20rpx;
|
||
position: relative;
|
||
height: 176rpx;
|
||
background: rgba(148, 196, 255, 0.29);
|
||
box-shadow: 0px 0px 20rpx rgba(128, 179, 255, 0.33);
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title.data-v-57280228 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .tips_item.data-v-57280228 {
|
||
position: absolute;
|
||
top: -34rpx;
|
||
right: 20rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .tips_item .title_img_h.data-v-57280228 {
|
||
margin-right: 10rpx;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .tips_item .title_img_h image.data-v-57280228 {
|
||
margin-top: 10rpx;
|
||
width: 38rpx;
|
||
height: 38rpx;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .tips_item .title_font_h.data-v-57280228 {
|
||
font-size: 34rpx;
|
||
color: #333;
|
||
font-weight: bold;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .title_font_b.data-v-57280228 {
|
||
width: 65%;
|
||
font-size: 28rpx;
|
||
color: #333;
|
||
margin-top: 6rpx;
|
||
height: 46rpx;
|
||
line-height: 46rpx;
|
||
text-align: left;
|
||
padding-left: 16rpx;
|
||
}
|
||
.container .contnet .content_news .content_tips .tips_title .title_img image.data-v-57280228 {
|
||
margin-top: 2rpx;
|
||
width: 44rpx;
|
||
height: 44rpx;
|
||
}
|
||
.container .contnet .news_content.data-v-57280228 {
|
||
margin: 50rpx 0;
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
.container .contnet .news_content .news_img.data-v-57280228 {
|
||
height: 220rpx;
|
||
background-color: #744037;
|
||
border-radius: 20rpx;
|
||
position: relative;
|
||
}
|
||
.container .contnet .news_content .news_img image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .news_content .news_img.data-v-57280228::after {
|
||
content: "";
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
background-color: rgba(255, 255, 255, 0.15);
|
||
pointer-events: none;
|
||
}
|
||
.container .contnet .news_content .news_font.data-v-57280228 {
|
||
position: absolute;
|
||
z-index: 99;
|
||
top: 0;
|
||
left: 0;
|
||
color: #fff;
|
||
padding: 20rpx;
|
||
}
|
||
.container .contnet .news_content .news_font .logo.data-v-57280228 {
|
||
font-weight: 900;
|
||
font-size: 34rpx;
|
||
}
|
||
.container .contnet .news_content .news_font .title.data-v-57280228 {
|
||
margin-top: 12rpx;
|
||
font-size: 30rpx;
|
||
}
|
||
.container .contnet .news_content .news_font .content.data-v-57280228 {
|
||
font-size: 22rpx;
|
||
margin-top: 16rpx;
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
-webkit-line-clamp: 2;
|
||
line-height: 1.5;
|
||
max-height: 3em;
|
||
}
|
||
.container .contnet .content_ai.data-v-57280228 {
|
||
width: 100%;
|
||
padding: 20rpx;
|
||
margin: 50rpx 0;
|
||
background: #fff;
|
||
border-radius: 20rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.container .contnet .content_ai .ai_title.data-v-57280228 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_title .ai.data-v-57280228 {
|
||
width: 110rpx;
|
||
height: 40rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_title .ai image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .content_ai .ai_title .interact.data-v-57280228 {
|
||
width: 140rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_title .more.data-v-57280228 {
|
||
width: 28rpx;
|
||
height: 28rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_title .more image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .content_ai .ai_body.data-v-57280228 {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
grid-gap: 26rpx;
|
||
width: 100%;
|
||
margin-top: 36rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_body .body_item.data-v-57280228 {
|
||
width: 100%;
|
||
height: 450rpx;
|
||
border-radius: 26rpx;
|
||
opacity: 1;
|
||
box-shadow: 8rpx 8rpx 8rpx rgba(0, 0, 0, 0.25);
|
||
position: relative;
|
||
}
|
||
.container .contnet .content_ai .ai_body .body_item image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .contnet .content_ai .ai_body .body_item view.data-v-57280228 {
|
||
width: 70%;
|
||
position: absolute;
|
||
bottom: 40rpx;
|
||
left: 46%;
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
z-index: 99;
|
||
color: #fff;
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
text-align: left;
|
||
padding: 10rpx 20rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.container .contnet .content_ai .ai_body .body_item .more_font.data-v-57280228 {
|
||
position: absolute;
|
||
top: 64%;
|
||
left: 50%;
|
||
-webkit-transform: translate(-50%, -50%);
|
||
transform: translate(-50%, -50%);
|
||
z-index: 99;
|
||
color: #2E2E2E;
|
||
font-size: 36rpx;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
padding: 10rpx 20rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body.data-v-57280228 {
|
||
grid-template-columns: repeat(2, 1fr);
|
||
grid-gap: 26rpx;
|
||
width: 100%;
|
||
margin-top: 36rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item.data-v-57280228 {
|
||
margin: 40rpx auto;
|
||
background: #E8F3FF;
|
||
border-radius: 20rpx;
|
||
display: flex;
|
||
align-items: flex-start;
|
||
padding: 20rpx 30rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_left.data-v-57280228 {
|
||
width: 70%;
|
||
margin-right: 10%;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_left .left_title.data-v-57280228 {
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
color: #333;
|
||
line-height: 80rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_left .left_font.data-v-57280228 {
|
||
font-size: 22rpx;
|
||
color: #3D3D3D;
|
||
line-height: 1.5;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_left .left_botton.data-v-57280228 {
|
||
width: 134rpx;
|
||
height: 30rpx;
|
||
opacity: 1;
|
||
line-height: 30rpx;
|
||
padding: 10rpx 20rpx;
|
||
background-color: #3881FF;
|
||
color: #fff;
|
||
font-size: 24rpx;
|
||
text-align: center;
|
||
border-radius: 10rpx;
|
||
cursor: pointer;
|
||
margin: 20rpx 0;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_left .end.data-v-57280228 {
|
||
background: #9FA3AB;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right.data-v-57280228 {
|
||
width: 100rpx;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
gap: 10rpx;
|
||
margin-top: 14rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right .right_nav.data-v-57280228 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
background-color: #ccc;
|
||
border-radius: 50%;
|
||
/* 圆形头像 */
|
||
text-align: center;
|
||
line-height: 100rpx;
|
||
font-size: 24rpx;
|
||
color: #fff;
|
||
position: relative;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right .right_nav .nav.data-v-57280228 {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
z-index: 2;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right .right_nav .bg.data-v-57280228 {
|
||
position: absolute;
|
||
z-index: 1;
|
||
top: 20rpx;
|
||
left: -118rpx;
|
||
width: 260rpx;
|
||
height: 260rpx;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right .right_name.data-v-57280228 {
|
||
width: 200rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 900;
|
||
color: #333;
|
||
text-align: center;
|
||
}
|
||
.container .contnet .content_ai .interact_body .body_item .item_right .right_date.data-v-57280228 {
|
||
font-size: 24rpx;
|
||
color: #999;
|
||
width: 270rpx;
|
||
text-align: left;
|
||
padding-left: 62rpx;
|
||
margin-top: 12rpx;
|
||
}
|