| 1234567891011121314151617181920 |
- /**底部的样式*/
- .bottom-class{
- position: fixed;
- bottom: 20rpx;
- width: 100%;
- align-items: center;
- justify-content: center;
- border-top: 2rpx solid #efefef;
- z-index: 2;
- display: flex;
- }
- /**底部保存按钮的样式*/
- .save-button-class{
- width: 640rpx;
- background: #1B365D !important;
- border-radius: 15rpx !important;
- color:#fff !important;
- font-size: 16px !important;
- font-weight: 500 !important;
- }
|