business.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .con{
  2. height: 240rpx;
  3. background-color: #FFA500;
  4. }
  5. .content{
  6. width: 650rpx;
  7. margin: 0 auto;
  8. position: relative;
  9. }
  10. .gg{
  11. float: left;
  12. font-size: 10px;
  13. position: absolute;
  14. top: 50px;
  15. left: 110px;
  16. width: 300rpx;
  17. }
  18. .time{
  19. position: absolute;
  20. float: left;
  21. height: 40rpx;
  22. width: 90rpx;
  23. font-size: 10px;
  24. line-height: 40rpx;
  25. text-align: center;
  26. background-color: #FFA500;
  27. top: 55rpx;
  28. left: 550rpx;
  29. }
  30. .business{
  31. float: left;
  32. position: absolute;
  33. font-size: 10px;
  34. color: green;
  35. top: 135rpx;
  36. left: 555rpx;
  37. }
  38. .under{
  39. height: 1000rpx;
  40. background-color: rgb(223, 218, 218);
  41. }
  42. .one{
  43. float: left;
  44. width: 750rpx;
  45. padding-top: 15rpx;
  46. position: relative;
  47. }
  48. .shop{
  49. position: absolute;
  50. top: 25rpx;
  51. left: 410rpx;
  52. }
  53. .num{
  54. position: absolute;
  55. font-size: 10px;
  56. color: #FFA500;
  57. top: 155rpx;
  58. left: 655rpx;
  59. }
  60. .add{
  61. position: absolute;
  62. color: #FFA500;
  63. top: 200rpx;
  64. left: 620rpx;
  65. }
  66. .car{
  67. color: red;
  68. font-size: 40px;
  69. margin-left: 20rpx;
  70. }
  71. .sum{
  72. color: red;
  73. margin-top: 20rpx;
  74. margin-left: 10rpx;
  75. }
  76. .mony{
  77. color: red;
  78. font-size: 12px;
  79. margin-top: 64rpx;
  80. margin-left:-275rpx ;
  81. }
  82. .fill{
  83. font-size: 12px;
  84. color: rgb(59, 58, 56);
  85. margin-top: 64rpx;
  86. margin-left:15rpx ;
  87. }
  88. .button{
  89. margin-left: 100rpx;
  90. }