entry.wxss 792 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @import "../../utils/base_bg.wxss";
  2. .person-infor {
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. padding: 16rpx;
  7. width: 90%;
  8. margin: 0 auto;
  9. background-color: #155fd8;
  10. border-radius: 10rpx;
  11. color: white;
  12. }
  13. .avatarUrl {
  14. width: 100rpx;
  15. height: 100rpx;
  16. border: 4rpx solid white;
  17. border-radius: 50%;
  18. }
  19. .qr {
  20. width: 100rpx;
  21. height: 100rpx;
  22. }
  23. .choose {
  24. position: relative;
  25. margin-top: 20rpx;
  26. color: #f6f6f6;
  27. }
  28. .choose view {
  29. font-weight: bold;
  30. font-size: 36rpx;
  31. position: absolute;
  32. left: 70%;
  33. top: 15%;
  34. }
  35. .choose image {
  36. width: 600rpx;
  37. height: 320rpx;
  38. border-radius: 10rpx;
  39. }
  40. .yonghu{
  41. width: 100%;
  42. }
  43. .conditions{
  44. font-size:25rpx;
  45. padding:0 10rpx;
  46. border-radius:5rpx;
  47. margin:11rpx 25rpx;
  48. width:180rpx;
  49. }