select-shopping.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* pages/select-shopping/select-shopping.wxss */
  2. .text{
  3. background-color: orange;
  4. font-size:12px;
  5. color:white;
  6. border-radius: 15px;
  7. }
  8. .meishi{
  9. width: 105px;
  10. height: 70px;
  11. margin-left: 10px;
  12. position: absolute;
  13. }
  14. .body{
  15. width: 100%;
  16. height: 80px;
  17. margin-top: 20px;
  18. }
  19. .bodytext1{
  20. float: right;
  21. font-size: 16px;
  22. margin-right: 12px;
  23. font-weight: bold;
  24. }
  25. .bianse{
  26. color: orange;
  27. }
  28. .bodytext2{
  29. box-sizing: border-box;
  30. font-size: 11px;
  31. float: right;
  32. margin-right: 10px;
  33. margin-top: 10px;
  34. }
  35. .minute{
  36. width: 40px;
  37. height: 15px;
  38. float: right;
  39. margin-left: 5px;
  40. background-color: orange;
  41. color: white;
  42. text-align: center;
  43. border: 1px solid white;
  44. }
  45. .bodytext3{
  46. float: right;
  47. width: 200px;
  48. height: 15px;
  49. font-size: 12px;
  50. text-align: center;
  51. background-color: orange;
  52. border-radius: 8%;
  53. color:white;
  54. margin-top: 10px;
  55. }
  56. .body2{
  57. margin-top: 20px;
  58. }
  59. .photo2{
  60. position: relative;
  61. }
  62. .relaxing{
  63. width: 105px;
  64. height: 20px;
  65. background-color: #666666;
  66. color: white;
  67. font-size: 11px;
  68. position: absolute;
  69. margin-left: 10px;
  70. margin-top: 50px;
  71. position: absolute;
  72. text-align: center;
  73. }