index.wxss 1.2 KB

1234567891011121314151617
  1. .style_1{width: 500rpx; height: 889rpx; position: relative; margin: 40rpx auto;}
  2. .bg{width: 100%; height: 100%;}
  3. .button{box-shadow: 0 5rpx 12rpx rgba(0,0,0,.4); font-size: 28rpx;}
  4. .rule-text{text-align: center; text-decoration: underline; color: #ee3a43; font-size: 24rpx;}
  5. .buttons-row{padding:30rpx 60rpx;}
  6. .qrocde,.avatar,.nickname,.text,.text2,.invitePrice,.tips,.text3{position: absolute;}
  7. .qrocde{width: 140rpx; height: 140rpx;bottom: 75rpx; left: 55rpx;}
  8. .avatar{top: 90rpx; left: 50rpx; border-radius: 100%; width: 92rpx;height: 92rpx; z-index: 1;}
  9. .nickname{top: 90rpx; left: 160rpx;font-size: 28rpx; color: #231815; z-index: 2;}
  10. .text{top: 450rpx; left: 50rpx; font-size: 20rpx; width: 400rpx; text-align: justify; text-indent: 45rpx; color: #727171;}
  11. .text2{bottom: 273rpx; right: 95rpx; font-size: 20rpx;color: #727171;}
  12. .tips{top: 130rpx; left: 160rpx; font-size: 20rpx; display: block; margin-right: 30rpx; color: #3E3A39;}
  13. .invitePrice{top: 235rpx; left:10rpx; text-align: center; font-size: 90rpx;line-height: 90rpx; color: #77410C; width: 100%;}
  14. .text3{top: 110rpx; left:160rpx; font-size: 20rpx; background: #EE3A43; color: #fff;border-radius: 6rpx; padding: 6rpx;}
  15. .organ > .nickname{top:70rpx;}
  16. .organ > .tips{top: 150rpx;}