| 123456789101112131415161718192021 |
- .scroll-view{
- height:50vw
- }
- .btn-view{
- height: 100%;
- width: calc(100% - 80rpx);
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-left: 40rpx;
- padding-right: 40rpx;
- background: #fff;
- z-index: 1;
- border-radius: 0px 0px 30rpx 30rpx;
- }
- .title-class{
- font-size:16px !important;
- color: #2E3853 !important;
- }
|