东风启辰小程序端
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.

5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
12345678910111213
  1. /**app.wxss**/
  2. .container {
  3. padding-bottom:150rpx;
  4. }
  5. image{
  6. display: block;
  7. }
  8. .showView{
  9. position: relative;
  10. height: calc(100vh - 120rpx);
  11. background-color: #ffffff;
  12. overflow: scroll;
  13. }