123456789101112131415161718192021222324252627282930313233343536 |
- .card-area {
- min-height: 1380rpx;
- background-color: #f3f4f6;
- }
- .scroll-area {
- height: 100%;
- padding: 28rpx 24rpx;
- box-sizing: border-box;
- }
- .tab {
- position: sticky;
- width: 100%;
- height: 88rpx;
- background-color: #ffffff;
- display: flex;
- }
- .item {
- width: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item>text {
- /* margin-left: 10rpx; */
- font-size: 32rpx;
- }
- .mymeeting-item {
- margin-bottom: 0 !important;
- padding-left: 10rpx !important;
- padding-right: 10rpx !important;
- }
|