123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- page {
- background-color: #f1f2f3;
- }
- .type {
- padding: 5px;
- font-size: 22rpx;
- color: #fff;
- letter-spacing: 3px;
- writing-mode: vertical-lr;
- background: #4F7BFD;
- border-radius: 3px;
- margin-right: 5px;
- }
- .flex-column-between {
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .small {
- font-size: 26rpx;
- color: #333;
- line-height: 25px;
- }
- .mr-5 {
- margin-right: 5px;
- }
- .mt-5 {
- margin-bottom: 5px;
- }
- .textIndentNodeChild {
- padding-left: 10px;
- }
- .smallChild {
- font-size: 24rpx;
- color: #666
- }
- .footer {
- width: 100vw;
- position: fixed;
- bottom: 0;
- background-color: #fff;
- }
- /* 非工序 */
- .panel {
- padding: 10px;
- background-color: #fff;
- }
|