homePage.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .btn1{
  2. display: inline-block;
  3. text-align: center;
  4. background-color: #ff8e0a;
  5. border-radius: 60rpx;
  6. color: #fff;
  7. font-size: 30rpx;
  8. }
  9. .input1{
  10. font-size: 30rpx;
  11. display: inline-block;
  12. border: 1px solid #b9b2b2;
  13. border-radius: 10px;
  14. height: 60rpx;
  15. width: 570rpx;
  16. margin: 0 20rpx;
  17. }
  18. .sea{
  19. display:flex;
  20. justify-content: space-between;
  21. align-items: center;
  22. }
  23. .img{
  24. margin: 30rpx;
  25. height: 360rpx;
  26. width: 690rpx;
  27. }
  28. .desc{
  29. background-color: #eee;
  30. height: 20rpx;
  31. }
  32. .shop-img{
  33. width: 240rpx;
  34. height: 140rpx;
  35. margin: 20rpx;
  36. display: inline-block;
  37. }
  38. .shop-msg{
  39. display: inline-block;
  40. margin: 20rpx 0;
  41. }
  42. .grey{
  43. color:#b9b2b2;
  44. font-size: 24rpx;
  45. }
  46. .org{
  47. color:#ff8e0a;
  48. font-size: 24rpx;
  49. }
  50. .msg{
  51. margin: 20rpx 0;
  52. }
  53. .name{
  54. font-size: 36rpx;
  55. }
  56. .ift{
  57. display: flex;
  58. justify-content: space-around;
  59. }
  60. .orgg{
  61. width: 90rpx;
  62. height: 30rpx;
  63. background-color: #ff8e0a;
  64. color:seashell;
  65. text-align: center;
  66. }
  67. .score{
  68. color:#ff8e0a;
  69. background-color: #FFCC99;
  70. width: 450rpx;
  71. height: 30rpx;
  72. font-size: 22rpx;
  73. text-align: center;
  74. margin: 60rpx 0 0 0;
  75. }