result.wxss 410 B

1234567891011121314151617181920212223
  1. /* pages/result/result.wxss */
  2. .base{
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: center;
  6. align-items: center;
  7. color: #333333;
  8. }
  9. .msg{
  10. color: #19cfb1;
  11. font-size: 28px;
  12. margin-top: 200rpx;
  13. font-weight: bold;
  14. }
  15. .index{
  16. border: 3rpx solid #f37b1d;
  17. border-radius: 20rpx;
  18. color: #f37b1d;
  19. font-size: 18px;
  20. margin-top: 200rpx;
  21. padding: 10rpx 80rpx;
  22. font-weight: 500;
  23. }