| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .con {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .activity-detail {
- margin: 15rpx 50rpx;
- font-size: 30rpx;
- }
- .icon {
- height: 150rpx;
- width: 300rpx;
- margin-top: 200rpx;
- margin-bottom: 200rpx;
- }
- .btn-row {
- display: flex;
- }
- .button {
- padding: 0rpx;
- font-size: 30rpx;
- border-radius: 30rpx;
- width: 200rpx !important;
- height: 100rpx !important;
- margin: 10rpx 10rpx !important;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: normal !important;
- border: none !important;
- }
- .sub-title {
- margin: 40rpx;
- }
|