receivedCard.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. /* background: rgba(255, 216, 174, 1); */
  5. }
  6. .container {
  7. text-align: center;
  8. padding-bottom:80rpx;
  9. /* margin: 20rpx; */
  10. /* background: rgba(255, 216, 174, 1); */
  11. }
  12. .first-buy-title{
  13. height: 34px;
  14. line-height: 34rpx;
  15. padding:0 34rpx;
  16. display: flex;
  17. align-items: flex-end;
  18. font-size: 34rpx;
  19. font-weight: bold;
  20. }
  21. .first-buy-title .remark{
  22. margin-left:16rpx;
  23. font-size: 20rpx;
  24. font-weight: normal;
  25. }
  26. .good-list{
  27. padding:0 20rpx;
  28. display: flex;
  29. justify-content: space-between;
  30. flex-wrap: wrap;
  31. }
  32. .good-item{
  33. margin-bottom:10rpx;
  34. }
  35. .good-img{
  36. width:350rpx;
  37. height: 224rpx;
  38. }
  39. .banner-item{
  40. margin-bottom:10rpx;
  41. }
  42. .banner-img{
  43. width:712rpx;
  44. height: 190rpx;
  45. margin:0 auto;
  46. }
  47. .arvator {
  48. width: 180rpx;
  49. height: 180rpx;
  50. border-radius: 50%;
  51. margin-top: -80rpx;
  52. }
  53. .recevie {
  54. margin: 0 50rpx;
  55. margin-top: 120rpx;
  56. background: #FFFFFF;
  57. border-radius: 40px;
  58. }
  59. .content {
  60. display: flex;
  61. flex-direction: column;
  62. }
  63. .name {
  64. font-size: 18px;
  65. font-weight: 400;
  66. color: #333;
  67. }
  68. .gift {
  69. height: 39px;
  70. font-size: 22px;
  71. font-weight: 400;
  72. color: #333;
  73. margin: 10rpx;
  74. }
  75. .content image {
  76. width: 360rpx;
  77. margin: 0 auto;
  78. }
  79. .btn {
  80. width: 302px;
  81. height: 45px;
  82. background: rgba(182, 117, 86, 1);
  83. border-radius: 22.5px;
  84. margin: 0 auto;
  85. line-height: 45px;
  86. font-size: 32rpx;
  87. font-size: 36rpx;
  88. color: #fff;
  89. margin-bottom: 20rpx;
  90. }
  91. .des {
  92. margin-bottom: 50rpx;
  93. color: rgba(171, 171, 171, 1);
  94. }
  95. .title {
  96. font-size: 30px;
  97. line-height: 39rpx;
  98. font-weight: 400;
  99. color: #B67556;
  100. margin: 20rpx 0rpx;
  101. }
  102. .txt {
  103. font-size: 15px;
  104. font-weight: 400;
  105. color: rgba(46, 46, 46, 1);
  106. margin: 30rpx;
  107. }
  108. .bottom {
  109. position: fixed;
  110. bottom: 20rpx;
  111. /* z-index: -1; */
  112. /* position: fixed; */
  113. /* bottom: 0rpx; */
  114. width: 100%;
  115. height: 180rpx;
  116. /* background: #EECFB1; */
  117. text-align: center;
  118. padding-top: 20rpx;
  119. display: flex;
  120. flex-direction: column;
  121. }
  122. .salgon {
  123. height: 34px;
  124. font-size: 30px;
  125. font-weight: 600;
  126. color: #B67556;
  127. line-height: 42px;
  128. }
  129. .bottom text {
  130. height: 80rpx;
  131. line-height: 80rpx;
  132. color: rgba(182, 117, 86, 1);
  133. }