1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .convert-top{
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/new/memberbg.png') no-repeat center top;
- background-size: 100%;
- height: 462rpx;
- padding:50rpx 0 0;
- }
- .jz-member{
- height: 44rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin:0 0 30rpx 0;
- }
- .jz-member image{
- width:52rpx;
- height: 44rpx;
- margin:0 24rpx 0 0;
- }
- .jz-member text{
- line-height: 44rpx;
- font-size: 44rpx;
- font-weight: bold;
- background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .activity-rule-title{
- height:112rpx;
- padding:28rpx;
- display: flex;
- align-items:center;
- }
- .title-hardline{
- height:2rpx;
- background: #85868A;
- flex:1;
- }
- .activity-rule-title text{
- font-size: 33rpx;
- margin:0 16rpx;
- }
- .activity-rule-content{
- padding:0 40rpx 0 36rpx;
- font-size: 24rpx;
- color:#85868A;
- line-height: 38rpx;
- text-align: justify;
- }
- .jz-slogan{
- background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-size: 24rpx;
- text-align: center;
- }
- .code-wrapper{
- width: 430rpx;
- height: 64rpx;
- margin:50rpx auto 34rpx;
- background: #F5F5F5;
- border-radius: 2rpx;
- }
- .code-input{
- height: 64rpx;
- text-align: center;
- }
- .confirm-convert{
- width: 430rpx;
- height: 64rpx;
- line-height: 64rpx;
- background: linear-gradient(180deg, #F1E3C8, #E6C162);
- border-radius: 6rpx;
- margin:0 auto;
- color:#663315;
- text-align: center;
- font-size: 32rpx;
- }
|