146 lines
2.0 KiB
Plaintext
Raw Normal View History

2025-06-06 15:17:30 +08:00
/* subpackage/teacher/new-work/new-work.wxss */
.pad{
padding: 0 30rpx;
box-sizing: border-box;
padding-top: 30rpx;
padding-bottom: 100rpx;
}
.title{
font-size: 30rpx;
font-weight: bold;
margin-bottom: 26rpx;
}
.card{
padding: 30rpx;
box-sizing: border-box;
border-radius: 20rpx;
margin-bottom: 30rpx;
background-color: #fff;
}
.cell{
display: flex;
justify-content: space-between;
margin-top: 50rpx;
}
.cell:first-child{
margin-top: 0;
}
.picker{
min-width: 300rpx;
text-align: right;
}
.right{
color: #888;
display: flex;
align-items: center;
}
.all-icon{
border: 2rpx solid #0082ff;
border-radius: 50%;
height: 30rpx;
width: 30rpx;
margin-right: 6rpx;
background-color: #0082ff;
display: flex;
align-items: center;
justify-content: center;
}
.nooo{
background-color: #fff;
}
.iconn{
margin-bottom: 2rpx;
}
.iccon{
margin-left: 10rpx;
margin-bottom: 4rpx;
}
.sub{
margin-left: 10rpx;
}
.ccc{
color: #000;
}
.all{
margin-right: 10rpx;
}
.tittle{
text-align: center;
margin-top: 20rpx;
/* border-bottom: 2rpx solid #e8ecf0; */
}
.weui-half-screen-dialog__hd{
min-height: 80rpx;
}
.time{
display: flex;
justify-content: space-between;
padding-bottom: 14rpx;
padding-top: 14rpx;
margin-top: 14rpx;
border-bottom: 2rpx solid #e8ecf0;
font-size: 30rpx;
}
.btn{
display: flex;
align-items: center;
/* width: 90%; */
margin: 0 auto;
height: 80rpx;
border-radius: 80rpx;
color: #26A5F6;
font-size: 30rpx;
background-color: #26A5F61A;
justify-content: center;
margin-top: 80rpx;
}
.btnl{
display: flex;
align-items: center;
justify-content: space-evenly;
padding-top: 20rpx;
}
.suu{
width: 43% !important;
}
.su{
background-color: #c9eaffa8;
color: #26A5F6;
}
.sureBtn{
background-color: #26A5F6;
border-radius: 20rpx;
height: 80rpx;
width: 80%;
color: #fff;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50rpx;
}
.ipt{
text-align: right;
}