1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- Page {
- height: 100%;
- width: 100%;
- }
- text {
- display: flex;
- font-size: 32rpx;
- line-height: 46rpx;
- color: #666666;
- margin-left: 66rpx;
- margin-right: 66rpx;
- margin-bottom: 24rpx;
- }
- image {
- display: flex;
- width: 56rpx;
- height: 56rpx;
- margin-left: 66rpx;
- margin-top: 60rpx;
- }
- .title {
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- margin-left: 140rpx;
- line-height: 56rpx;
- height: 56rpx;
- margin-top: -56rpx;
- }
- .subheading {
- font-size: 32rpx;
- color: #666666;
- margin-left: 66rpx;
- font-weight: 600;
- }
- .target {
- width: 100rpx;
- height: 46rpx;
- border-radius: 25rpx;
- border: 2rpx solid #8c5aeb;
- color: #8c5aeb;
- font-size: 26rpx;
- text-align: center;
- line-height: 46rpx;
- margin-left: 66rpx;
- }
- .target-text {
- margin-left: 186rpx;
- margin-top: -50rpx;
- }
- .first-line {
- margin-top: 26rpx;
- }
- .subheading-reward {
- margin-top: 38rpx;
- margin-bottom: 14rpx;
- }
- .subheading-gain-brains {
- margin-top: 28rpx;
- margin-bottom: 24rpx;
- }
|