theClasses.wxss 224 B

12345678910111213141516171819
  1. .container{
  2. padding: 0;
  3. margin: 0;
  4. }
  5. page{
  6. background: #f1f1f1;
  7. }
  8. .tip-view{
  9. height: 60rpx;
  10. line-height: 60rpx;
  11. width: 750rpx;
  12. color: #FFF;
  13. background: #005033;
  14. text-align: center;
  15. font-size: 32rpx;
  16. }