shop.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/shop/shop.wxss */
  2. .header{
  3. display: block;
  4. background-color: rgb(223, 221, 224);
  5. width: 100%;
  6. height: 10px;
  7. }
  8. .img{
  9. width: 20px;
  10. height: 20px;
  11. }
  12. .img-box{
  13. margin-left: 180px;
  14. margin-bottom: 18px;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. border-style: dashed;
  19. width: 100px;
  20. height: 60px;
  21. }
  22. .text-box{
  23. display: inline-block;
  24. width: 65px;
  25. height: 20px;
  26. margin-left: 20px;
  27. }
  28. .txt1{
  29. margin-left: 20px;
  30. width: 100%;
  31. height: 20px;
  32. display: block;
  33. margin-top: 5px;
  34. }
  35. .txt2{
  36. margin-left: 20px;
  37. display: block;
  38. width: 100%;
  39. height: 20px;
  40. margin-top: 3px;
  41. font-size: 13px;
  42. color: rgb(157, 155, 158);
  43. }
  44. .container1{
  45. margin-top: 5px;
  46. margin-bottom: 5px;
  47. }
  48. .t1{
  49. margin-left: 20px;
  50. }
  51. .t2{
  52. margin-left: 130px;
  53. color: red;
  54. }
  55. .t3{
  56. margin-left: 145px;
  57. font-size: 13px;
  58. color: rgb(157, 155, 158);
  59. }
  60. .t4{
  61. margin-left: 114px;
  62. font-size: 13px;
  63. color: rgb(157, 155, 158);
  64. }
  65. .t5{
  66. margin-left: 114px;
  67. font-size: 13px;
  68. color: rgb(157, 155, 158);
  69. }
  70. .input{
  71. width: 220px;
  72. height: 70px;
  73. border: 2px solid rgb(153, 150, 150);
  74. margin-bottom: 20px;
  75. margin-left: 50px;
  76. }
  77. .btn{
  78. margin-top: 10px;
  79. background: rgb(40, 182, 238);
  80. color: white;
  81. }
  82. .last-box{
  83. background-color: rgb(223, 221, 224);
  84. }