| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .module-navigation {
- display: flex;
- height: 90rpx;
- width: 750rpx;
- background-color: #fff;
- margin-top: 20rpx;
- >view {
- width: 180rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- }
- .footer {
- position: fixed;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 750rpx;
- height: 130rpx;
- background-color: #fff;
- bottom: 0;
- .submit {
- width: 500rpx;
- height: 90rpx !important;
- background: #FA8C16;
- border-radius: 45rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- .delete-but {
- width: 230rpx;
- height: 90rpx;
- margin-right: 40rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #999999;
- border: 2rpx solid #CCCCCC;
- }
- .delete-sub {
- width: 400rpx;
- }
- }
|