tracking.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* pages/mine/tracking/tracking.wxss */
  2. .tab-content{
  3. margin: 5rpx 15rpx 25rpx 15rpx;
  4. display: flex;
  5. flex-direction: column;
  6. background: rgba(244,244,244,0.3);
  7. }
  8. .content-item{
  9. display: flex;
  10. flex-direction: column;
  11. box-shadow:0 0rpx 10rpx rgba(0,0,0,0.1);
  12. margin-top: 30rpx
  13. }
  14. .item-one{
  15. display: flex;
  16. flex-direction: row;
  17. justify-content: space-between;
  18. margin: 28rpx 30rpx;
  19. }
  20. .item-one-left{
  21. display: flex;
  22. flex-direction: column;
  23. }
  24. .item-one-right-tittle{
  25. font-size: 17px;
  26. }
  27. .item-one-right-other{
  28. color: #999999;
  29. font-size: 13px;
  30. margin-top: 18rpx;
  31. }
  32. .item-one-right{
  33. align-self: center;
  34. color: #f37b1d;
  35. font-size: 15px;
  36. }
  37. .line{
  38. width: 100%;
  39. height: 3rpx;
  40. background: gainsboro;
  41. }
  42. .item-button{
  43. display: flex;
  44. flex-direction: row-reverse;
  45. }
  46. .item-button-cancel{
  47. padding: 15rpx 40rpx;
  48. display: flex;
  49. flex-direction: row;
  50. align-items: center;
  51. border-left:3rpx solid gainsboro;
  52. }
  53. .item-button-cancel-icon{
  54. height: 40rpx;
  55. width: 40rpx;
  56. }
  57. .item-button-cancel-word{
  58. color: #8a8a8a;
  59. font-size: 15px;
  60. }