refundDetail.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. page {
  2. background: #F3F3F3;
  3. color: #333;
  4. /* padding:0 24rpx; */
  5. }
  6. view,text{
  7. box-sizing: border-box;
  8. color:#333;
  9. font-size: 28rpx;
  10. }
  11. .whole-page{
  12. padding:24rpx 0 200rpx;
  13. }
  14. .ticket-item{
  15. width:702rpx;
  16. background: #FFFFFF;
  17. border-radius: 18rpx;
  18. padding:24rpx;
  19. margin:0 24rpx 20rpx;
  20. }
  21. .ticket-top{
  22. display: flex;
  23. align-items: center;
  24. margin-bottom:8rpx;
  25. }
  26. .ticket-top image{
  27. width:40rpx;
  28. height:40rpx;
  29. margin-right:6rpx;
  30. }
  31. .ticket-top view{
  32. font-size: 32rpx;
  33. /* overflow: hidden;
  34. white-space: nowrap;
  35. text-overflow: ellipsis; */
  36. }
  37. .ticket-line{
  38. line-height: 56rpx;
  39. height: 56rpx;
  40. }
  41. .ticket-detail{
  42. color: #0EAEFC;
  43. text-decoration: underline;
  44. /* display: inline-block; */
  45. text-align: right;
  46. line-height: 36rpx;
  47. }
  48. .common-info{
  49. width:750rpx;
  50. background: #fff;
  51. margin-bottom:16rpx;
  52. }
  53. .common-title{
  54. height: 80rpx;
  55. color: #666666;
  56. line-height: 80rpx;
  57. padding:0 24rpx 0 48rpx;
  58. border-bottom:1rpx solid #eee;
  59. }
  60. .common-content{
  61. padding: 20rpx 24rpx 20rpx 48rpx;
  62. }
  63. .common-line{
  64. line-height: 48rpx;
  65. display: flex;
  66. justify-content: space-between;
  67. margin-bottom:6rpx;
  68. }
  69. .common-line view{
  70. color:#666;
  71. }
  72. .common-line view.line-left{
  73. color:#999;
  74. }
  75. .operate-block{
  76. padding:38rpx 0;
  77. padding-bottom: constant(safe-area-inset-bottom);
  78. padding-bottom: env(safe-area-inset-bottom);
  79. /* height:128rpx; */
  80. position: fixed;
  81. bottom:0;
  82. left:0;
  83. right:0;
  84. display: flex;
  85. justify-content: flex-end;
  86. align-items: center;
  87. background: #fff;
  88. box-shadow: -2px 0 2px 2px #f0f0f0;
  89. }
  90. .remark-btn{
  91. width: 152rpx;
  92. height: 54rpx;
  93. background: #FFFFFF;
  94. border-radius: 8rpx;
  95. border: 2rpx solid #1677FF;
  96. line-height: 52rpx;
  97. color: #1677FF;
  98. font-size: 26rpx;
  99. text-align: center;
  100. margin-right:24rpx;
  101. }
  102. .handle-btn{
  103. width: 152rpx;
  104. height: 54rpx;
  105. background: #1677FF;
  106. border-radius: 8rpx;
  107. line-height: 54rpx;
  108. color: #fFF;
  109. font-size: 26rpx;
  110. text-align: center;
  111. margin-right:24rpx;
  112. }
  113. .whole-page .van-tabs{
  114. margin-bottom:20rpx;
  115. }
  116. .whole-page .van-tabs__line{
  117. background-color: #09afff;
  118. }