member.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .info { width: 100%; }
  2. .info-title { position: relative; width: 100%; height: 220rpx; }
  3. .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
  4. .left { padding: 37rpx 16rpx 0 37rpx; position: relative; }
  5. .avatar { width: 114rpx; height: 114rpx; border-radius: 114rpx; border: 5rpx solid #fff; margin-top:40rpx; }
  6. .level-name { height: 36rpx; border-radius: 18rpx; font-size: 8pt; color: #fff; background-color: #3c3642; padding: 0 16rpx 0 0; margin-left: 24rpx; }
  7. .level-name wx-image { width: 44rpx; height: 44rpx; margin-right: 10rpx; margin-left: -4rpx; }
  8. .right{ width: 100%; padding: 0 108rpx 0 24rpx; color: #fff; }
  9. .member-name{ width: 100%; margin-bottom: 26rpx; }
  10. .member-progress{ width: 100%; }
  11. .member-content{ width: 100%; margin-top: 20rpx; font-size: 9pt; }
  12. .block{ width: 100%; height: 80rpx; padding: 0 37rpx; background-color: #fff; border-bottom: 1rpx solid #eee; }
  13. .block wx-image{ width: 38rpx; height: 32rpx; margin-right: 10rpx; }
  14. .hybg { height:42vw; width:100%; position:absolute; }
  15. .tops{ height:408rpx; position:relative; text-align:center; }
  16. .topview { display:inline; right:0; margin-top:70rpx; background:#3c3642; border:1px solid #3c3642; border-radius:28rpx; height:56rpx; position:absolute; }
  17. .top1 { height:44rpx; width:100%; margin-top:5rpx; text-align:left; }
  18. .image1 { display:inline-block; width:44rpx; height:44rpx; }
  19. .hy_member { max-width:224rpx; color:#ffffff; font-size:10pt; text-align:center; xline-height:44rpx; }
  20. .cz { display:inline-block; float:right; text-align:center; margin-top:24rpx; border-radius:36rpx; line-height:50rpx; color:#ffffff; border:1rpx solid #ffffff; width:140rpx; margin-right:24rpx; }
  21. .gm { margin:128rpx auto 0rpx auto; font-size:12pt; width:520rpx; text-align:center; line-height:72rpx; border:2rpx solid #ff4544; border-radius:36rpx; color:#ff4544; }
  22. .ye { display:inline-block; float:left; margin-left:20rpx; color:#ffffff; }
  23. .nickname { font-size:11pt; color:#ffffff; }
  24. .zh { position:absolute; bottom:0; background:#3b312c; width:100%; line-height:96rpx; }
  25. .show-btn { margin-top: 100rpx; color: #22cc22; }
  26. .modal-mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.5; overflow: hidden; z-index: 9000; color: #fff; }
  27. .modal-dialog { text-align:center; margin-top: -180rpx; }
  28. .modal-title { padding-top: 50rpx; font-size: 36rpx; color: #030303; text-align: center; }
  29. .modal-content { padding: 50rpx 32rpx; }
  30. .modal-input { display: flex; background: #fff; border: 2rpx solid #ddd; border-radius: 4rpx; font-size: 28rpx; }
  31. .input { width: 100%; height: 82rpx; font-size: 28rpx; line-height: 28rpx; padding: 0 20rpx; box-sizing: border-box; color: #333; }
  32. wx-input-holder { color: #666; font-size: 28rpx; }
  33. .modal-footer { border-radius: 36rpx; background: #f9f9f9; margin:0 40rpx; flex-direction: row; height: 86rpx; border-top: 1px solid #dedede; font-size: 34rpx; line-height: 86rpx; overflow: hidden; }
  34. .btn-cancel { color: #666; text-align: center; border-right: 1px solid #dedede; }
  35. .btn-confirm { color: #ec5300; text-align: center; }
  36. .my { padding-left:65rpx; padding-right:40rpx; }