examtest_mp/pages/main/main.wxss

113 lines
1.9 KiB
Plaintext

page{
background: #ffffff;
}
.page{
padding: 20rpx 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: 20rpx;
}
.topItemImg{
width: 80rpx;
}
.topItemText{
height: 40rpx;
line-height: 40rpx;
margin-bottom: 10rpx;
color: #666666;
/* font-weight: 600; */
}
.topItemTextBlod{
font-weight: 600;
}
.searchWrap .weui-search-bar{
/* background-color: #438af4; */
background-color: #438af4;
}
.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: 20rpx;
}
.swiperTextItem{
box-sizing: border-box;
}
.swiper_item1 {
height: 70rpx;
line-height: 70rpx;
font-size: 28rpx;
color:red;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background: #f7f7f7;
}
.iconWrap{
width: 120rpx;
height: 120rpx;
border-radius: 70rpx;
background: #49c9e0;
margin: auto;
margin-bottom: 8rpx;
}
.listItemsWrap{
/* width: 96%; */
margin: 10rpx auto;
margin-top: 20rpx;
padding:10rpx 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;
}