东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }