Skip to content

Commit

Permalink
style: 作业详情
Browse files Browse the repository at this point in the history
  • Loading branch information
John-rong committed Jun 6, 2024
1 parent 6a40057 commit 3600750
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/pages/Detail/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,31 +56,20 @@

&__deadline {
margin: 25rpx 0;
border-style: none;
border-top-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-top-color: rgba(0, 0, 0, 0.4);
border-bottom-color: rgba(0, 0, 0, 0.4);
border-right-color: rgba(0, 0, 0, 0.4);
// width: auto;
// height: auto;
// box-shadow: rgb(132, 168, 132) 0px 5px 15px;
// overflow: auto;
border: 4rpx dashed #c6c6c6;
border-left-width: initial;
border-left-color: initial;
padding: 10rpx 30rpx;
line-height: 1.8;
border-radius: 0px 20rpx 20rpx 20rpx;
color: rgb(0, 0, 0);
// background: rgb(0, 0, 0);
visibility: visible;
color: gray;
font-size: 27rpx;
}

.font-line {
font-size: 26rpx;
color: #000000;
font-size: 27rpx;
color: gray;
margin: 5rpx 0 5rpx 0;
}

Expand Down

0 comments on commit 3600750

Please sign in to comment.