examtest_mp/pages/main/main.wxss

104 lines
1.8 KiB
Plaintext

.page{
padding-top: 111rpx;
background: #f1f1f1;
}
.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: 20rpx;
}
.topItemImg{
width: 50rpx;
}
.topItemText{
height: 40rpx;
line-height: 40rpx;
margin-bottom: 10rpx;
color: #666666;
}
.searchWrap .weui-search-bar{
/* background-color: #438af4; */
background-color: #438af4;
}
.swiperImgItem{
padding: 1% 2% ;
height: 300rpx;
box-sizing: border-box;
background: #ffffff;
}
.swiperImg{
height: 300rpx;
border-radius: 30rpx;
}
.swiper_container1 {
height: 50rpx;
width: 96%;
text-align: center;
margin: auto;
border-radius: 20rpx;
overflow: hidden;
margin-top: 7rpx;
}
.swiperTextItem{
box-sizing: border-box;
background: #ffffff;
}
.swiper_item1 {
height: 50rpx;
font-size: 30rpx;
font-weight: bold;
color:#79797e;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: #ffffff;
}
.listItemsWrap{
width: 96%;
margin-top: 20rpx;
margin: 10rpx auto;
padding: 20rpx;
box-sizing: border-box;
background: #ffffff;
border-radius: 20rpx;
}
.listItemsTitle{
padding: 20rpx;
font-size: 30rpx;
font-weight: 600;
}
.weui-grids{
border-top: 0px;
border-bottom: 0px;
}
.weui-grid {
border-bottom: 0px;
width: 33.3%
}
.bigCard {
background-color: white;
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;
}