78 lines
1.2 KiB
Plaintext
78 lines
1.2 KiB
Plaintext
/* subpackage/teacher/resource-detail/resource-detail.wxss */
|
|
.pad{
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.card{
|
|
padding: 60rpx 30rpx;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 10rpx 10rpx rgba(226, 222, 222,.4);
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
margin-top: 30rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.title{
|
|
font-weight: bold;
|
|
font-size: 48rpx;
|
|
}
|
|
|
|
.time{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #636363;
|
|
font-size: 32rpx;
|
|
margin-top: 100rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.progress{
|
|
width: 100%;
|
|
height: 24rpx;
|
|
border-radius: 24rpx;
|
|
background-color: #e4e4e4;
|
|
}
|
|
.active{
|
|
background-color: #FBB716;
|
|
border-radius: 24rpx;
|
|
height: 24rpx;
|
|
width: 10%;
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.btn{
|
|
background-color: #FBB716;
|
|
border-radius: 50%;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
margin: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btnlist{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.img{
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.none{
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.weui-half-screen-dialog__ft{
|
|
padding: 0;
|
|
} |