| | |
| | | /* pages/resourceDetails/document/index.wxss */ |
| | | /* pages/resourceDetails/document/index.wxss */ |
| | | .nacigationBar { |
| | | background-color: #fff; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .navbar-title { |
| | | white-space: nowrap; |
| | | /* overflow: hidden; */ |
| | | text-overflow: ellipsis; |
| | | color: #0F1214; |
| | | font-size: 40rpx; |
| | | font-weight: bold; |
| | | margin-bottom: 5rpx; |
| | | } |
| | | |
| | | .button-example { |
| | | margin: 0 70rpx; |
| | | background-color: #ff6c00; |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .button-example .text { |
| | | background-color: #ff6c00; |
| | | } |
| | | |
| | | .t-button--default { |
| | | background-color: #ff6c00 !important; |
| | | } |
| | | |
| | | .t-button { |
| | | --td-button-default-border-color: #ff6c00 !important; |
| | | } |
| | | |
| | | .zipImageBox { |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .divider { |
| | | text-align: center; |
| | | margin: 20px 0; |
| | | } |
| | | |
| | | .titleNameBox { |
| | | height: 77rpx; |
| | | background: #FFFFFF; |
| | | box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06); |
| | | padding: 20rpx 50rpx; |
| | | margin-bottom: 100rpx; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 400; |
| | | font-size: 29rpx; |
| | | color: #333333; |
| | | } |
| | | |
| | | .pictureBox { |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .pictureBox image { |
| | | /* width: 520rpx; |
| | | height: 800rpx; */ |
| | | } |