diff --git a/src/pages/Detail/index.module.scss b/src/pages/Detail/index.module.scss index 8fa8dfa..a848102 100644 --- a/src/pages/Detail/index.module.scss +++ b/src/pages/Detail/index.module.scss @@ -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; }