my.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* pointExchange/pages/my/my.wxss */
  2. .main{
  3. padding: 0 30rpx;
  4. }
  5. .view-type{
  6. background: #FFFFFF;
  7. border-bottom: 1px solid #F3F3F3;
  8. }
  9. .view-li-wrap{
  10. padding:30rpx;
  11. box-sizing: border-box;
  12. }
  13. .view-li{
  14. font-size: 28rpx;
  15. font-family: PingFang SC, PingFang SC-Medium;
  16. font-weight: 500;
  17. text-align: center;
  18. border-radius: 26rpx;
  19. background: transparent;
  20. line-height: 51rpx;
  21. height: 51rpx;
  22. padding: 0 24rpx;
  23. }
  24. .view-li-active{
  25. background: #9DDB52;
  26. color:white;
  27. }
  28. .view-li>text{
  29. position: relative;
  30. padding: 30rpx 0;
  31. }
  32. /*卡片*/
  33. .card{
  34. width: 100%;
  35. background: #ffffff;
  36. border-radius: 20px;
  37. padding: 22rpx 20rpx;
  38. box-sizing: border-box;
  39. position: relative;
  40. margin-bottom: 15rpx;
  41. }
  42. .card .status{
  43. position: absolute;
  44. top: 22rpx;
  45. left: 20rpx;
  46. z-index: 10;
  47. height: 39rpx;
  48. width: 119rpx;
  49. text-align: center;
  50. color: white;
  51. background-size: cover;
  52. font-size: 24rpx;
  53. line-height: 39rpx;
  54. background: rgba(251,177,120,0.9);
  55. background-position: left;
  56. border-radius: 20rpx 0 0 0;
  57. }
  58. .card .head{
  59. display: inline-block;
  60. vertical-align: middle;
  61. width: 206rpx;
  62. height: 206rpx;
  63. border-radius: 20rpx;
  64. background: #f6f6f6;
  65. margin-right: 28rpx;
  66. }
  67. .card .right{
  68. display: inline-block;
  69. vertical-align: top;
  70. width: calc(100% - 206rpx - 40rpx - 48rpx);
  71. }
  72. .card .right .title{
  73. font-size: 34rpx;
  74. font-weight: 400;
  75. color: #292929;
  76. margin-bottom: 16rpx;
  77. text-overflow: ellipsis;
  78. white-space: nowrap;
  79. overflow: hidden;
  80. }
  81. .card .right .tip{
  82. font-size: 28rpx;
  83. font-weight: 400;
  84. color: #999999;
  85. text-overflow: ellipsis;
  86. white-space: nowrap;
  87. overflow: hidden;
  88. text-align: left;
  89. margin-bottom: 16rpx;
  90. }
  91. .card .right .addr{
  92. width: 200rpx;
  93. font-size: 28rpx;
  94. text-overflow: ellipsis;
  95. white-space: nowrap;
  96. overflow: hidden;
  97. margin-bottom: 14rpx;
  98. color: #999999;
  99. }
  100. .card .right .sub{
  101. display: inline-block;
  102. vertical-align: top;
  103. font-size: 28rpx;
  104. font-weight: 400;
  105. text-align: left;
  106. color: #999999;
  107. }
  108. .sub .red{
  109. color: #FF0000;
  110. font-weight: 500;
  111. text-align: left;
  112. }
  113. .right .btn{
  114. position: absolute;
  115. bottom: 20rpx;
  116. right: 20rpx;
  117. font-size: 32rpx;
  118. line-height: 60rpx;
  119. background: #9ddb52;
  120. color: white;
  121. border: 2px solid #ffffff;
  122. border-radius: 32rpx;
  123. text-align: center;
  124. }
  125. .top-tip{
  126. font-size: 34rpx;
  127. font-weight: 400;
  128. color: #333333;
  129. margin-bottom: 7rpx;
  130. text-align: center;
  131. }
  132. .bottom-tip{
  133. font-size: 30rpx;
  134. font-weight: 400;
  135. text-align: center;
  136. color: #999999;
  137. text-align: center;
  138. }
  139. .success-icon{
  140. display: block;
  141. width: 57rpx;
  142. height: 57rpx;
  143. margin: 0 auto 27rpx auto;
  144. }