| 123456789101112131415161718192021222324252627 |
- .start {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 750rpx;
- height: 90rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- .title {
- font-size: 30rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .but {
- width: 208rpx;
- height: 60rpx;
- background: #3874F6;
- border-radius: 30rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- }
- }
|