app.wxss 701 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**app.wxss**/
  2. @import "colorui/main.wxss";
  3. @import "colorui/icon.wxss";
  4. .container {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: space-between;
  10. padding: 200rpx 0;
  11. box-sizing: border-box;
  12. }
  13. input{
  14. text-align: right;
  15. }
  16. .input-placeholder{
  17. color: #CACACA;
  18. }
  19. .report{
  20. width: 670rpx;
  21. height:96rpx ;
  22. line-height: 96rpx;
  23. text-align: center;
  24. margin: 0 auto;
  25. color: #fff;
  26. background: #6AA0FF;
  27. border-radius: 4px;
  28. position: absolute;
  29. bottom: 64rpx;
  30. left: 40rpx;
  31. }
  32. .tip-area {
  33. width: 100%;
  34. text-align: center;
  35. color: #c9c9c9 !important;
  36. font-size: 26rpx;
  37. margin-top: 50rpx;
  38. }