examtest_mp/pages/main/main.wxss

33 lines
550 B
Plaintext

.swiper_container1 {
margin-top:12rpx;
height: 50rpx;
width: 100%;
text-align: center
}
.swiper_item1 {
font-size: 30rpx;
font-weight: bold;
color:darkblue;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.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;
}