@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; }