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

13 行
178B

  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 - 153rpx);
  11. background-color: #ffffff
  12. }