193 lines
3.8 KiB
Plaintext
Raw Normal View History

2025-10-22 20:28:50 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
page {
background: #eee;
}
.pinlei {
background-color: #fff;
padding: 15px 0px 1px 5px;
}
.pinlei-title {
border-left: solid 3px #46b45d;
padding-left: 4px;
font-size: 30rpx;
color: #333;
font-weight: bold;
}
.imgnavbar {
width: 100%;
background-color: #fff;
margin-bottom: 8px;
}
.imgnavbar-list {
overflow: hidden;
padding: 24rpx 0 0;
width: 96%;
margin: 0 auto;
}
.imgnavbar-list .imgnavbar-item {
height: auto;
float: left;
padding: 0rpx 10rpx;
margin-bottom: 30rpx;
margin-top: 12rpx;
text-align: center;
}
.imgnavbar-list .imgnavbar-item image {
width: 86rpx;
height: 86rpx;
margin-bottom: 6rpx;
}
.imgnavbar-item-text {
font-size: 26rpx;
color: #666;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.imgnavbar-list.row3 .imgnavbar-item {
width: 33.3%;
}
.imgnavbar-list.row4 .imgnavbar-item {
width: 25%;
}
.imgnavbar-list.row5 .imgnavbar-item {
width: 20%;
}
.imgnavbar-list.row5 .imgnavbar-item .imgnavbar-item-text {
font-size: 30rpx;
}
.notice {
padding: 15rpx 26rpx 15rpx 60rpx;
margin-top: 16rpx;
position: relative;
overflow: hidden;
background-color: #fff;
color: #333;
margin-bottom: 16rpx;
}
.notice-icon {
display: inline-block;
height: 40rpx;
position: absolute;
top: 59%;
left: 26rpx;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
}
.notice-icon image {
width: 30rpx;
height: 30rpx;
float: left;
}
.notice-row {
margin-left: 10rpx;
height: 50rpx;
line-height: 50rpx;
width: 672rpx;
display: inline-block;
font-size: 28rpx;
float: left;
}
.nav {
height: 300rpx;
width: 100%;
}
.nav .swiper {
height: 300rpx;
width: 100%;
overflow: hidden;
}
.nav .swiper image {
height: 300rpx;
width: 100%;
}
.lc {
margin-bottom: 6px;
}
.lc image {
height: 248rpx;
width: 100%;
}
.problem_header {
background-color: #fff;
padding: -2px 0px 1px 5px;
justify-content: space-between;
display: flex;
}
.problem_header .left {
border-left: solid 3px #46b45d;
padding-left: 4px;
font-size: 30rpx;
color: #333;
font-weight: bold;
margin-left: 4px;
margin-top: 15px;
}
.problem_header .right {
float: right;
margin-right: 25px;
font-size: 12px;
margin-top: 15px;
}
.problem {
background-color: #fff;
}
.problem .problem_main {
width: 92%;
margin: 0 auto;
padding-bottom: 10px;
}
.problem .problem_main .li {
padding-top: 20rpx;
border-bottom: 1px solid #eee;
}
.problem .problem_main .li .left {
overflow: hidden;
margin-bottom: 20rpx;
}
.problem .problem_main .li .left .left_1 {
float: left;
height: 4vh;
width: 4vh;
}
.problem .problem_main .li .left .left_2 {
font-size: 30rpx;
float: left;
width: 90%;
}
.problem .problem_main .li .left .left_3 {
font-size: 24rpx;
float: left;
width: 92%;
color: #676767;
padding-left: 12px;
}
.problem .problem_main .li:last-child {
border: none;
}