InvitationCards.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .InvitationCards-mian {
  2. width: 100%;
  3. padding: 0;
  4. margin: 0;
  5. border: none;
  6. }
  7. .InvitationCards-ont {
  8. width: 580rpx;
  9. height: 800rpx;
  10. border: 1px solid gainsboro;
  11. margin: auto;
  12. margin-top: 50rpx;
  13. border-radius: 10rpx;
  14. }
  15. .InvitationCards-in {
  16. background-color: #fff5ee;
  17. width: 552rpx;
  18. height: 775rpx;
  19. border: 1px solid #ffebcd;
  20. margin: auto;
  21. margin-top: 10rpx;
  22. border-radius: 10rpx;
  23. text-align: center;
  24. }
  25. .hrLineLeft {
  26. display: flex;
  27. align-items: center;
  28. }
  29. .hrLineLeft .line {
  30. width: 100rpx;
  31. height: 3rpx;
  32. background: rgba(255, 166, 0, 0.582);
  33. }
  34. .hrLineLeft .circle {
  35. width: 10rpx;
  36. height: 10rpx;
  37. background: rgba(255, 166, 0, 0.582);
  38. border-radius: 50%;
  39. }
  40. .hrLineRight .line {
  41. width: 100rpx;
  42. height: 3rpx;
  43. background: rgba(255, 166, 0, 0.582);
  44. }
  45. .hrLineRight .circle {
  46. width: 10rpx;
  47. height: 10rpx;
  48. background: rgba(255, 166, 0, 0.582);
  49. border-radius: 50%;
  50. }
  51. .hrLineRight {
  52. display: flex;
  53. align-items: center;
  54. }
  55. .title {
  56. display: flex;
  57. /* padding-left: 50rpx; */
  58. padding-top: 50rpx;
  59. justify-content: center;
  60. }
  61. .centerText {
  62. color: #cd5c5c;
  63. font-size: 32rpx;
  64. padding: 0 0.75rem;
  65. }
  66. .InvitationCards-in-image {
  67. overflow: hidden;
  68. display: block;
  69. width: 120rpx;
  70. height: 120rpx;
  71. border-radius: 50%;
  72. box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  73. margin: auto;
  74. margin-top: 40rpx;
  75. }
  76. .userinfo-name {
  77. font-size: 28rpx;
  78. margin-top: 10rpx;
  79. }
  80. .InvitationCards-yaoqi {
  81. font-size: 28rpx;
  82. margin-top: 20rpx;
  83. color: grey;
  84. }
  85. .InvitationCards-in-image2 {
  86. display: flex;
  87. width: 300rpx;
  88. height: 300rpx;
  89. padding: 20rpx;
  90. margin: auto;
  91. margin-top: 50rpx;
  92. background: #fff;
  93. }
  94. .InvitationCards-in-image2 image {
  95. width: 300rpx;
  96. height: 300rpx;
  97. }
  98. .InvitationCards-mian-img image {
  99. position: absolute;
  100. width: 40rpx;
  101. height: 40rpx;
  102. border-radius: 50%;
  103. margin-top: 30rpx;
  104. margin-left: 230rpx;
  105. }
  106. .InvitationCards-mian-text {
  107. position: relative;
  108. font-size: 27rpx;
  109. text-align: center;
  110. height: 80rpx;
  111. line-height: 80rpx;
  112. margin: auto;
  113. margin-top: 50rpx;
  114. /* background: #CD5C5C; */
  115. border-radius: 6rpx;
  116. color: #666;
  117. width: 300rpx;
  118. }