微信

page.scss 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .orderItem{
  2. .img{
  3. width: .72rem;
  4. position: relative;
  5. overflow: hidden;
  6. margin: 0 .1rem;
  7. a{
  8. width: 100%;
  9. display: block;
  10. padding-bottom: 100%;
  11. background: #eee;
  12. border-radius: .04rem;
  13. position: relative;
  14. overflow: hidden;
  15. }
  16. }
  17. &>.flex-item{
  18. margin-right: .15rem;
  19. &>div.flex-item{
  20. &>div{
  21. width: 100%;
  22. position: relative;
  23. overflow: hidden;
  24. span{
  25. width: 100%;
  26. display: block;
  27. line-height: .22rem;
  28. font-size: .13rem;
  29. overflow: hidden;
  30. white-space: nowrap;
  31. text-overflow: ellipsis;
  32. }
  33. }
  34. }
  35. &>div.flex-h{
  36. &>div{
  37. &>div{
  38. span{
  39. width: 100%;
  40. line-height: .2rem;
  41. font-size: .11rem;
  42. }
  43. }
  44. }
  45. i{
  46. font-size: .18rem;
  47. line-height: .2rem;
  48. color: #ccc;
  49. &.active{
  50. color: red;
  51. }
  52. }
  53. input{
  54. width: .4rem;
  55. line-height: .18rem;
  56. text-align: center;
  57. margin: 0 .05rem;
  58. }
  59. a{
  60. display: inline-block;
  61. line-height: .2rem;
  62. font-size: .11rem;
  63. padding: 0 .15rem;
  64. border-radius: .2rem;
  65. background: #fc6243;
  66. color: #fff;
  67. }
  68. &>span{
  69. font-size: .13rem;
  70. color: #666;
  71. }
  72. }
  73. }
  74. }