send.wxss 326 B

1234567891011121314151617181920212223
  1. .page___title{
  2. text-align: center;
  3. font-size: 30rpx;
  4. line-height: 26px;
  5. }
  6. .fixed{
  7. width:100%;
  8. display: inline-block;
  9. position: fixed;
  10. left: 0;
  11. bottom:100px;
  12. }
  13. .fixed .num{
  14. float:right;
  15. margin-right:45px;
  16. font-size:30px;
  17. line-height: 30px;
  18. color: red;
  19. }
  20. .image {
  21. width: 100%;
  22. height: 360rpx;
  23. }