微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
220 B

  1. /* pages/mainBody/detail/detail.wxss */
  2. .main-box{
  3. background: #ffffff;
  4. width: 94%;
  5. margin: 0 auto;
  6. border-radius: 10px;
  7. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  8. position: relative;
  9. overflow: hidden;
  10. }