zhuye.wxss 1.1 KB

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