195 lines
5.3 KiB
Plaintext
195 lines
5.3 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-7881794f {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
background: #f8faff;
|
||
height: 100vh;
|
||
padding: 70rpx 0;
|
||
margin-top: 90rpx;
|
||
}
|
||
.container .contnet.data-v-7881794f {
|
||
width: 90%;
|
||
margin: 0 auto;
|
||
border-radius: 20rpx;
|
||
}
|
||
.container .contnet .content_swiper.data-v-7881794f {
|
||
width: 100%;
|
||
height: 220rpx;
|
||
}
|
||
.container .contnet .content_swiper image.data-v-7881794f {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.container .content_wapper.data-v-7881794f {
|
||
width: 100%;
|
||
background-color: #fff;
|
||
margin-top: 30rpx;
|
||
padding-bottom: 30rpx;
|
||
}
|
||
.container .content_wapper .text-with-block.data-v-7881794f {
|
||
position: relative;
|
||
height: 260rpx;
|
||
background-color: #fff;
|
||
padding: 20rpx;
|
||
}
|
||
.container .content_wapper .text-with-block .text.data-v-7881794f {
|
||
font-size: 34rpx;
|
||
font-weight: bold;
|
||
color: #333;
|
||
position: relative;
|
||
z-index: 2;
|
||
padding-left: 30rpx;
|
||
}
|
||
.container .content_wapper .text-with-block .slanted-block.data-v-7881794f {
|
||
position: absolute;
|
||
left: 120rpx;
|
||
top: 46rpx;
|
||
-webkit-transform: translateX(-50%) skewX(-40deg);
|
||
transform: translateX(-50%) skewX(-40deg);
|
||
width: 166rpx;
|
||
height: 24rpx;
|
||
background-color: #80B3FF;
|
||
z-index: 1;
|
||
}
|
||
.container .content_wapper .text-with-block .function-area.data-v-7881794f {
|
||
display: flex;
|
||
justify-content: center;
|
||
gap: 70rpx;
|
||
width: 100%;
|
||
padding: 0 20rpx;
|
||
box-sizing: border-box;
|
||
margin-top: 30px;
|
||
}
|
||
.container .content_wapper .text-with-block .function-area .function-item.data-v-7881794f {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
flex: 0 0 auto;
|
||
}
|
||
.container .content_wapper .text-with-block .function-area .function-item .icon.data-v-7881794f {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
border-radius: 50%;
|
||
background-color: #f0f8ff;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.container .content_wapper .text-with-block .function-area .function-item .icon image.data-v-7881794f {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
}
|
||
.container .content_wapper .text-with-block .function-area .function-item .label.data-v-7881794f {
|
||
margin-top: 10rpx;
|
||
color: #333;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
}
|
||
.container .content_wapper .text-with-block.notice.data-v-7881794f {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 20rpx 0;
|
||
height: 50rpx;
|
||
}
|
||
.container .content_wapper .text-with-block.notice .left .text.data-v-7881794f {
|
||
font-size: 34rpx;
|
||
font-weight: bold;
|
||
color: #333;
|
||
position: relative;
|
||
z-index: 2;
|
||
padding-left: 50rpx;
|
||
}
|
||
.container .content_wapper .text-with-block.notice .left .slanted-block.data-v-7881794f {
|
||
position: absolute;
|
||
left: 120rpx;
|
||
top: 46rpx;
|
||
-webkit-transform: translateX(-50%) skewX(-40deg);
|
||
transform: translateX(-50%) skewX(-40deg);
|
||
width: 166rpx;
|
||
height: 24rpx;
|
||
background-color: #80B3FF;
|
||
z-index: 1;
|
||
}
|
||
.container .content_wapper .text-with-block.notice .right.data-v-7881794f {
|
||
font-size: 26rpx;
|
||
color: #3B8CFF;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
margin-top: 20rpx;
|
||
margin-right: 20rpx;
|
||
}
|
||
.container .content_wapper .notice-list.data-v-7881794f {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 20rpx;
|
||
}
|
||
.container .content_wapper .notice-list .notice_item.data-v-7881794f {
|
||
width: 90%;
|
||
margin: 0 auto;
|
||
display: flex;
|
||
border-radius: 10rpx;
|
||
overflow: hidden;
|
||
background: white;
|
||
border: 1rpx solid #3b8cff;
|
||
box-shadow: 2rpx 2rpx 4rpx rgba(59, 140, 255, 0.25);
|
||
}
|
||
.container .content_wapper .notice-list .notice_item .notice-image.data-v-7881794f {
|
||
width: 180rpx;
|
||
height: 178rpx;
|
||
object-fit: cover;
|
||
}
|
||
.container .content_wapper .notice-list .notice_item .notice-content.data-v-7881794f {
|
||
flex: 1;
|
||
padding: 20rpx;
|
||
background-color: #fff;
|
||
}
|
||
.container .content_wapper .notice-list .notice_item .notice-content .notice-title.data-v-7881794f {
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
color: #4a90e2;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.container .content_wapper .notice-list .notice_item .notice-content .notice-description.data-v-7881794f {
|
||
font-size: 24rpx;
|
||
color: #7D7D7D;
|
||
margin-bottom: 10rpx;
|
||
height: 80rpx;
|
||
line-height: 40rpx;
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
-webkit-line-clamp: 2;
|
||
}
|
||
.container .content_wapper .notice-list .notice_item .notice-content .notice-date.data-v-7881794f {
|
||
font-size: 24rpx;
|
||
color: #7D7D7D;
|
||
text-align: right;
|
||
}
|