62 lines
1.0 KiB
Plaintext
62 lines
1.0 KiB
Plaintext
.co {
|
|
min-height: 100vh;
|
|
}
|
|
.my-studies-main {
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
}
|
|
.studies_wrap-top {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0;
|
|
}
|
|
.studies_wrap {
|
|
width: 100%;
|
|
padding: 0 20rpx;
|
|
background: #ffffff;
|
|
border-radius: 10rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.studies_wrap_title {
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
}
|
|
.studies_wrap_state {
|
|
font-size: 30rpx;
|
|
flex-basis: 130rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.studies_wrap-main {
|
|
border-top: 1px solid #eee;
|
|
line-height: 50rpx;
|
|
margin-top: 10rpx;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.fcb {
|
|
margin-top: 2rpx;
|
|
margin-left: 15rpx;
|
|
color: #3377ff;
|
|
}
|
|
.fcd {
|
|
margin-top: 2rpx;
|
|
margin-left: 15rpx;
|
|
color: #666;
|
|
}
|
|
.studies_wrap-bottom {
|
|
width: 100%;
|
|
display: flex;
|
|
border-top: 1px solid #eee;
|
|
padding: 20rpx 0;
|
|
margin-top: 10rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
} |