141 lines
2.4 KiB
Plaintext
141 lines
2.4 KiB
Plaintext
page{
|
|
background: #ffffff;
|
|
}
|
|
.page{
|
|
padding: 40rpx 30rpx;
|
|
}
|
|
.searchWrap .weui-search-bar__form{
|
|
border-radius: 50rpx;
|
|
}
|
|
.searchWrap .weui-search-bar__cancel-btn{
|
|
color: #ffffff;
|
|
}
|
|
.searchWrap .weui-search-bar__form .weui-search-bar__label{
|
|
border-radius: 40rpx;
|
|
}
|
|
.topItem{
|
|
width: 25%;
|
|
text-align: center;
|
|
color: #414040;
|
|
font-size: 28rpx;
|
|
display: inline-block;
|
|
padding-top: 10rpx;
|
|
|
|
}
|
|
.topItem2{
|
|
width: 25%;
|
|
text-align: center;
|
|
color: #414040;
|
|
font-size: 28rpx;
|
|
display: inline-block;
|
|
padding-top: 30rpx;
|
|
}
|
|
.topItemImg{
|
|
width: 80rpx;
|
|
}
|
|
.topItemText{
|
|
height: 40rpx;
|
|
line-height: 50rpx;
|
|
margin-bottom: 30rpx;
|
|
color: #666666;
|
|
/* font-weight: 600; */
|
|
}
|
|
.topItemTextBlod{
|
|
font-weight: 600;
|
|
}
|
|
.searchWrap .weui-search-bar{
|
|
/* background-color: #7bbd52; */
|
|
background-color: #7bbd52;
|
|
}
|
|
.swiperImgItem{
|
|
height: 300rpx;
|
|
}
|
|
.swiperImg{
|
|
height: 300rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
.swiper_container1 {
|
|
height: 70rpx;
|
|
text-align: center;
|
|
margin: auto;
|
|
border-radius: 15rpx;
|
|
overflow: hidden;
|
|
margin-top: 50rpx;
|
|
}
|
|
.swiperTextItem{
|
|
box-sizing: border-box;
|
|
}
|
|
.swiper_item1 {
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 24rpx;
|
|
color:rgb(54, 52, 52);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
background: #f0eded;
|
|
}
|
|
.iconWrap{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 70rpx;
|
|
background: #7bbd52;
|
|
margin: auto;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.listItemsWrap{
|
|
/* width: 96%; */
|
|
margin: 10rpx auto;
|
|
margin-top: 30rpx;
|
|
padding:15rpx 20rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 20rpx;
|
|
background: #f7f7f7;
|
|
box-shadow: 0 0 15rpx 5rpx #ffffff;
|
|
}
|
|
.listItemsTitle{
|
|
padding: 0 20rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
}
|
|
.weui-grids{
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
.weui-grid {
|
|
border-bottom: 0px;
|
|
width: 33.3%
|
|
}
|
|
.bigCard {
|
|
height: 100%;
|
|
width:100%;
|
|
display: flex;
|
|
box-shadow: 0px 4rpx 16rpx 0px rgba(140, 160, 181, 0.2);
|
|
border-radius: 4rpx;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.examDepTitle{
|
|
padding: 20rpx;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
}
|
|
.iconColor{
|
|
color: #339a03!important;
|
|
}
|
|
.btnsWrap{
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-radius: 10rpx;
|
|
color: #ffffff;
|
|
background-color: #007a46;
|
|
}
|
|
.yuzhiBtn{
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
background-color: greenyellow;
|
|
} |