details.wxss 201 B

12345678910111213
  1. @import "/css/form2.wxss";
  2. .list-scroll-view {
  3. width: 100%;
  4. max-height: 79vh;
  5. }
  6. .logo {
  7. width: 120rpx;
  8. height: 120rpx;
  9. border-radius: 8rpx;
  10. }
  11. .submit_but {
  12. margin-top: 160rpx;
  13. }