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.
33 lines
483 B
33 lines
483 B
|
|
page {
|
|
font-size: 36rpx;
|
|
}
|
|
.month-list {
|
|
border: 1px solid #eee;
|
|
width: 95%;
|
|
margin: 20rpx auto;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
}
|
|
.title {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1px solid #eee;
|
|
padding-left: 10px;
|
|
font-weight: bold;
|
|
}
|
|
.text {
|
|
line-height: 40px;
|
|
height: 80rpx;
|
|
padding-left: 10px;
|
|
}
|
|
.btn {
|
|
flex: 1;
|
|
text-align: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border: 1px solid #eee;
|
|
text-decoration: underline;
|
|
color: #3c9cff
|
|
}
|
|
|
|
|