You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
646 B
40 lines
646 B
.check {
|
|
display: inline-block;
|
|
font-size: 20rpx;
|
|
color: #2c6fff !important;
|
|
}
|
|
.nCheck {
|
|
display: inline-block;
|
|
font-size: 20rpx;
|
|
color: #333333 !important;
|
|
}
|
|
page {
|
|
font-size: 0;
|
|
}
|
|
.navBar {
|
|
justify-content: space-between;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 750rpx;
|
|
height: 98rpx;
|
|
background: #ffffff;
|
|
border: 1rpx solid #eeeeee;
|
|
display: flex;
|
|
}
|
|
.navBar > view {
|
|
width: 20%;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.navBar > view > view {
|
|
padding-top: 10rpx;
|
|
margin: auto;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.navBar > view > view > image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
|