service.wxss 393 B

123456789101112131415161718192021222324252627
  1. /* components/Service/service.wxss */
  2. .code1{
  3. margin: auto;
  4. width: 400rpx;
  5. }
  6. .code{
  7. text-align: center;
  8. }
  9. .title{
  10. text-align: center;
  11. font-weight: 900;
  12. font-size: 40rpx;
  13. margin-top: 10rpx;
  14. }
  15. .red{
  16. color: red;
  17. text-align: center;
  18. margin: 20rpx 0;
  19. }
  20. .sure{
  21. width: 100%;
  22. height: 80rpx;
  23. background-color: #ee3a43;
  24. color: white;
  25. text-align: center;
  26. line-height: 80rpx;
  27. }