28 lines
319 B
Plaintext
28 lines
319 B
Plaintext
.box-row{
|
|
display: flex;
|
|
line-height: 60rpx;
|
|
}
|
|
.box-title{
|
|
width:30%;
|
|
min-width: 30%;
|
|
text-align: right;
|
|
padding-right:20rpx;
|
|
color:#728ce3;
|
|
}
|
|
.dept-name{
|
|
color:#ff711e;
|
|
}
|
|
|
|
.box-content{
|
|
width:70%;
|
|
min-width: 70%;
|
|
}
|
|
|
|
|
|
.problem_submit_to_btn{
|
|
width:180rpx;
|
|
}
|
|
|
|
.group-item{
|
|
padding-right: 20rpx;
|
|
} |