123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- .convert-top{
- background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/memberCard-1229/member-pay-bg.png') no-repeat center top;
- background-size: 100%;
- height: 560rpx;
- width:750rpx;
- padding:30rpx 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:36rpx 28rpx 20rpx;
- /* display: flex;
- align-items:center; */
- font-size: 34rpx;
- font-weight: bold;
- }
- .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: 44rpx;
- text-align: justify;
- }
- .jz-slogan{
- /* background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent; */
- font-size: 22rpx;
- text-align: center;
- margin-top:38rpx;
- color: #BABABA;
- }
- .code-wrapper{
- width: 530rpx;
- height: 100rpx;
- margin:52rpx auto 30rpx;
- background: #fff;
- border-radius: 100rpx;
- }
- .code-input{
- height: 100rpx;
- text-align: center;
- font-size: 32rpx;
- }
- .confirm-convert{
- width: 530rpx;
- height: 100rpx;
- line-height: 100rpx;
- background: linear-gradient(0deg, #E4CFA8, #E4CFA8);
- box-shadow: 0rpx 6rpx 8rpx 0rpx rgba(111, 111, 111, 0.06);
- border-radius: 100rpx;
- color: #663315;
- margin:0 auto;
- text-align: center;
- font-size: 36rpx;
- text-shadow: 2rpx 6rpx 8rpx rgba(30, 4, 4, 0.18);
- }
- .user-info{
- height: 112rpx;
- margin:0 0 32rpx;
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- padding-left:40rpx;
- }
- .user-avatar{
- width:112rpx;
- height: 112rpx;
- background-color: #fff;
- border-radius: 112rpx;
- margin:0 20rpx 0 0;
- }
- .user-detail{
- flex:1;
- padding:0 0 12rpx;
- color: #fff;
- font-size:26rpx;
- }
- .user-name{
- height: 30rpx;
- display: flex;
- align-items: center;
- margin:0 0 20rpx 0;
- }
- .user-name text{
- font-size: 32rpx;
- }
- .member-date{
- height: 30rpx;
- font-size: 22rpx;
- line-height:30rpx;
- color: #828387;
- display: flex;
- align-items: center;
- }
|