my-order.wxss 965 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @import "../../public/page/order-item.wxss";
  2. /* across-scroll-view */
  3. /* .across-scroll-view {
  4. width: 100%;
  5. height: 100%;
  6. background-color: #F5F5F5;
  7. white-space:nowrap;
  8. }
  9. .bg-scroll-view {
  10. display: inline-block;
  11. }
  12. text {
  13. white-space: normal;
  14. } */
  15. .bg-view {
  16. width: 300%;
  17. height: 100%;
  18. display: flex;
  19. }
  20. /* tab-view */
  21. .tab-view {
  22. width: 750rpx;
  23. height: 100rpx;
  24. background-color: white;
  25. position: fixed;
  26. top: 0;
  27. display: flex;
  28. flex-direction: column;
  29. }
  30. .tab-view>view:first-child {
  31. width: 100%;
  32. height: 100rpx;
  33. display: flex;
  34. }
  35. .tab-view>view:first-child>view {
  36. font-size: 32rpx;
  37. line-height: 100rpx;
  38. width: 250rpx;
  39. text-align: center;
  40. }
  41. .tab-view>view:last-child>view {
  42. width: 250rpx;
  43. height: 4rpx;
  44. display: flex;
  45. }
  46. .tab-view>view:last-child>view>view {
  47. width: 120rpx;
  48. height: 4rpx;
  49. margin: 0 auto;
  50. background-color: #3296FB;
  51. }
  52. .tab-text-s {
  53. color: #3296FB;
  54. }
  55. .tab-text-n {
  56. color: #666666;
  57. }