| 1234567891011121314151617 |
- .form_select_to_page{
- width: 100%;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 28rpx;
- font-weight: 600;
- gap: 14rpx;
- &.bottom{
- padding-bottom: 10rpx;
- border-bottom: 2rpx solid #dadbde;
- }
- .none{
- padding-bottom: 0rpx;
- border-bottom: none;
- }
- }
|