index.wxss 214 B

12345678910111213141516
  1. page {
  2. background-color: #FFF;
  3. }
  4. .btn {
  5. width: 100%;
  6. height: 80rpx;
  7. background: #FFAF5E;
  8. border-radius: 6rpx;
  9. text-align: center;
  10. line-height: 80rpx;
  11. margin-top: 40rpx;
  12. font-size: 34rpx;
  13. color: #fff;
  14. }