266 lines
5.4 KiB
Plaintext
266 lines
5.4 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.content.data-v-57280228 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 0;
|
||
}
|
||
.box.data-v-57280228 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 0 10px;
|
||
}
|
||
.head.data-v-57280228 {
|
||
height: 35px;
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
padding: 0 10px 10px;
|
||
z-index: 9;
|
||
background-color: #345A9B;
|
||
}
|
||
.login.data-v-57280228 {
|
||
width: 100%;
|
||
text-align: center;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
border-radius: 5px;
|
||
}
|
||
.login text.data-v-57280228 {
|
||
color: #345A9B;
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
margin-left: 5px;
|
||
padding: 0 3px;
|
||
border-bottom: 1px solid #345A9B;
|
||
}
|
||
.fangke.data-v-57280228 {
|
||
position: fixed;
|
||
z-index: 9;
|
||
color: #fff;
|
||
right: 10px;
|
||
top: 0px;
|
||
font-size: 12px;
|
||
line-height: 35px;
|
||
display: flex;
|
||
}
|
||
.fangke icon.data-v-57280228 {
|
||
color: red;
|
||
}
|
||
.f_banner.data-v-57280228 {
|
||
width: 100%;
|
||
height: 360rpx;
|
||
}
|
||
.f_banner.data-v-57280228 swiper {
|
||
height: 360rpx;
|
||
}
|
||
.f_banner image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
background-size: 100%;
|
||
}
|
||
.centerList.data-v-57280228 {
|
||
height: 399.4rpx;
|
||
}
|
||
.centerList.data-v-57280228 swiper {
|
||
height: 399.4rpx;
|
||
}
|
||
.centerList.data-v-57280228 video {
|
||
width: 100%;
|
||
height: 399.4rpx;
|
||
}
|
||
.notice.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
background-color: #fff;
|
||
margin-top: 10px;
|
||
border-radius: 10px;
|
||
}
|
||
.notice text.data-v-57280228 {
|
||
width: 60px;
|
||
font-size: 18px;
|
||
color: #E52E27;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
border-right: 1px solid #dfdfdf;
|
||
}
|
||
.notice.data-v-57280228 swiper {
|
||
width: calc(100% - 15px);
|
||
height: 40px;
|
||
line-height: 40px;
|
||
margin-left: 15px;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.tools.data-v-57280228 {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin-top: 10px;
|
||
padding-top: 10px;
|
||
border-radius: 10px;
|
||
background-color: #fff;
|
||
}
|
||
.tools .item.data-v-57280228 {
|
||
width: 25%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: center;
|
||
padding-bottom: 10px;
|
||
}
|
||
.tools .item text.data-v-57280228 {
|
||
width: 100%;
|
||
display: block;
|
||
text-align: center;
|
||
margin-top: 5px;
|
||
}
|
||
.tools image.data-v-57280228 {
|
||
width: 45px;
|
||
height: 45px;
|
||
}
|
||
.jianjie.data-v-57280228 {
|
||
width: 100%;
|
||
margin-top: 10px;
|
||
height: 100px;
|
||
}
|
||
.jianjie image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
background-size: 100%;
|
||
}
|
||
.title.data-v-57280228 {
|
||
width: 100%;
|
||
font-size: 32rpx;
|
||
font-weight: bold;
|
||
display: flex;
|
||
color: #000;
|
||
justify-content: space-between;
|
||
}
|
||
.fengcai.data-v-57280228 {
|
||
padding-bottom: 5px;
|
||
}
|
||
.fengcai.data-v-57280228 swiper {
|
||
width: 100%;
|
||
height: 240rpx;
|
||
}
|
||
.fengcai .item.data-v-57280228 {
|
||
width: 100%;
|
||
}
|
||
.fengcai .item image.data-v-57280228 {
|
||
width: 50px;
|
||
height: 50px;
|
||
border-radius: 50%;
|
||
}
|
||
.fengcai .item .name.data-v-57280228,
|
||
.fengcai .item .post.data-v-57280228 {
|
||
width: 90%;
|
||
margin-top: 5px;
|
||
text-align: center;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.fengcai .item .post.data-v-57280228 {
|
||
background-color: #F7B133;
|
||
text-align: center;
|
||
font-size: 12px;
|
||
padding: 2px 0;
|
||
border-radius: 5px;
|
||
color: #fff;
|
||
}
|
||
.zixun.data-v-57280228 {
|
||
width: calc(100% - 20px);
|
||
background: #fff;
|
||
margin-top: 10px;
|
||
margin-bottom: 15px;
|
||
padding: 0 10px;
|
||
}
|
||
.zixun .item.data-v-57280228 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin: 15px 10px 0;
|
||
padding-bottom: 10px;
|
||
border-bottom: 1px solid #f7f7f7;
|
||
}
|
||
.zixun .item .left.data-v-57280228 {
|
||
width: calc(100% - 115px);
|
||
height: 70px;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
flex-flow: column;
|
||
justify-content: space-between;
|
||
}
|
||
.zixun .item .left .title.data-v-57280228 {
|
||
width: 100%;
|
||
font-size: 14px;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
-webkit-line-clamp: 2;
|
||
}
|
||
.zixun .item .left .time.data-v-57280228 {
|
||
width: 100%;
|
||
margin-top: 10px;
|
||
}
|
||
.zixun .item .left .time view.data-v-57280228 {
|
||
display: flex;
|
||
font-size: 12px;
|
||
align-items: center;
|
||
float: left;
|
||
}
|
||
.zixun .item .right.data-v-57280228 {
|
||
width: 105px;
|
||
height: 70px;
|
||
}
|
||
.zixun .item .right image.data-v-57280228 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.tips.data-v-57280228 {
|
||
width: 100%;
|
||
}
|
||
.tips text.data-v-57280228 {
|
||
width: 100%;
|
||
color: #f5222d;
|
||
background: #fff1f0;
|
||
border: 1px solid #ffa39e;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
text-align: center;
|
||
border-radius: 5px;
|
||
display: block;
|
||
}
|
||
|