receivedCard.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: rgba(255, 216, 174, 1);
  5. }
  6. .container {
  7. text-align: center;
  8. /* margin: 20rpx; */
  9. background: rgba(255, 216, 174, 1);
  10. }
  11. .arvator {
  12. width: 180rpx;
  13. height: 180rpx;
  14. border-radius: 50%;
  15. margin-top: -80rpx;
  16. }
  17. .recevie {
  18. margin: 0 50rpx;
  19. margin-top: 120rpx;
  20. background: #FFFFFF;
  21. border-radius: 40px;
  22. }
  23. .content {
  24. display: flex;
  25. flex-direction: column;
  26. }
  27. .name {
  28. font-size: 18px;
  29. font-weight: 400;
  30. color: #333;
  31. }
  32. .gift {
  33. height: 39px;
  34. font-size: 22px;
  35. font-weight: 400;
  36. color: #333;
  37. margin: 10rpx;
  38. }
  39. .content image {
  40. width: 360rpx;
  41. margin: 0 auto;
  42. }
  43. .btn {
  44. width: 302px;
  45. height: 45px;
  46. background: rgba(182, 117, 86, 1);
  47. border-radius: 22.5px;
  48. margin: 0 auto;
  49. line-height: 45px;
  50. font-size: 32rpx;
  51. font-size: 36rpx;
  52. color: #fff;
  53. margin-bottom: 20rpx;
  54. }
  55. .des {
  56. margin-bottom: 50rpx;
  57. color: rgba(171, 171, 171, 1);
  58. }
  59. .title {
  60. font-size: 30px;
  61. line-height: 39rpx;
  62. font-weight: 400;
  63. color: #B67556;
  64. margin: 20rpx 0rpx;
  65. }
  66. .txt {
  67. font-size: 15px;
  68. font-weight: 400;
  69. color: rgba(46, 46, 46, 1);
  70. margin: 30rpx;
  71. }
  72. .bottom {
  73. position: fixed;
  74. bottom: 20rpx;
  75. /* z-index: -1; */
  76. /* position: fixed; */
  77. /* bottom: 0rpx; */
  78. width: 100%;
  79. height: 180rpx;
  80. /* background: #EECFB1; */
  81. text-align: center;
  82. padding-top: 20rpx;
  83. display: flex;
  84. flex-direction: column;
  85. }
  86. .salgon {
  87. height: 34px;
  88. font-size: 30px;
  89. font-weight: 600;
  90. color: #B67556;
  91. line-height: 42px;
  92. }
  93. .bottom text {
  94. height: 80rpx;
  95. line-height: 80rpx;
  96. color: rgba(182, 117, 86, 1);
  97. }