1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @import "../../../../lib/style/main.wxss";
- page {
- background-color: var(--fg);
- }
- .item:last-child {
- border-bottom: 0;
- }
- .radio {
- margin-right: 1em;
- }
- .radio:last-child {
- margin: 0;
- }
- .radioGroup image {
- height: 1em;
- width: 1em;
- margin-right: 0.4em;
- }
- .btn {
- border-radius: var(--raduis);
- width: 72%;
- text-align: center;
- padding: 0.72em;
- }
- .danger {
- background-color: #ff0039;
- }
- .btn.danger {
- color: #fff;
- }
- .sponsorsContainer {
- padding: var(--sizenor);
- }
- .sponsorsContainer .level {
- margin-top: 1em;
- }
- .sponsorsContainer .level:first-child {
- margin-top: 0;
- }
- .sponsorsContainer .levelTitle {
- color: #ccc;
- font-size: var(--txtsub);
- flex-direction: column;
- margin-bottom: var(--sizenor);
- }
- .level:first-child image {
- height: 100rpx;
- width: 300rpx;
- }
- .level image {
- height: 90rpx;
- width: 270rpx;
- }
|