GSExamProj/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

201 lines
4.3 KiB
Plaintext
Raw Normal View History

2024-04-18 11:01:57 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.hole-page {
width: 100%;
background-color: #f7fbfe;
}
.nav-bar {
width: 100%;
height: 25px;
padding-top: 25px;
}
.user-area {
width: 90%;
margin: 20rpx auto;
margin-bottom: 50rpx;
box-sizing: border-box;
padding: 15rpx;
display: flex;
}
.user-area .user-lef {
width: 20%;
height: 120rpx;
border-radius: 50%;
overflow: hidden;
}
.user-area .user-lef image {
width: 100%;
height: 100%;
}
.user-area .user-rig {
flex: 1;
box-sizing: border-box;
padding-left: 15rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.upper-bgd {
width: 95%;
height: 300rpx;
margin: 20rpx auto;
}
.upper-bgd image {
width: 100%;
height: 100%;
}
.select-area {
width: 90%;
margin: 20rpx auto;
box-sizing: border-box;
padding: 20rpx 0 0 20rpx;
display: flex;
background-color: #fff;
border-radius: 20rpx;
flex-wrap: wrap;
align-items: center;
}
.select-area view {
width: 21%;
height: 160rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-right: 4%;
margin-bottom: 45rpx;
}
.select-area view ._h4 {
width: 65%;
height: 55%;
border-radius: 50%;
}
.select-area view ._h4 image {
width: 100%;
height: 100%;
overflow: hidden;
}
.select-area view ._span {
font-size: 16px;
}
.tit {
width: 90%;
margin: 20rpx auto;
margin-top: 40rpx;
font-size: 24px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
}
.kwd-ipt {
width: 95%;
margin: 20rpx auto;
}
.kwd-ipt .is-input-border[data-v-abe12412] {
border-radius: 30rpx;
}
.lower-cont {
width: 90%;
margin: 20rpx auto;
overflow-y: auto;
font-size: 12px;
}
.lower-cont .single-notice {
width: 100%;
box-sizing: border-box;
padding: 12rpx;
background-color: #fff;
margin-bottom: 20rpx;
}
.lower-cont .single-notice .single-exam, .lower-cont .single-notice .single-edu {
width: 100%;
height: 100rpx;
box-sizing: border-box;
padding: 8rpx;
display: flex;
/* .lef{
width: 12%;
height: 100%;
image{
width: 100%;
height: 100%;
overflow: hidden;
}
} */
}
.lower-cont .single-notice .single-exam .rig, .lower-cont .single-notice .single-edu .rig {
width: 100%;
height: 100%;
box-sizing: border-box;
padding-left: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.lower-cont .single-notice .single-exam .top-rig, .lower-cont .single-notice .single-edu .top-rig {
flex: 1;
display: flex;
}
.lower-cont .single-notice .single-exam .top-rig .greenDot, .lower-cont .single-notice .single-edu .top-rig .greenDot {
width: 40%;
height: 40%;
border-radius: 50%;
margin: auto;
background-color: green;
}
.lower-cont .single-notice .single-exam .top-rig .redDot, .lower-cont .single-notice .single-edu .top-rig .redDot {
width: 40%;
height: 40%;
border-radius: 50%;
margin: auto;
background-color: red;
}
.lower-cont .no-notice {
width: 100%;
height: 40vh;
background-color: #fff;
display: flex;
}
.lower-cont .no-notice .img {
margin: auto;
width: 25%;
height: 12vh;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.lower-cont .no-notice .img image {
width: 100%;
height: 80%;
}
.lower-cont .no-notice .img ._span {
font-size: 14px;
}