index.wxss 692 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/answerInfo/index.wxss */
  2. .content {
  3. margin: 0 20px;
  4. padding: 10px;
  5. border-radius: 5px;
  6. background: #fff;
  7. }
  8. .css-shadow{
  9. -moz-box-shadow:2px 2px 10px #0b8cf5;
  10. -webkit-box-shadow:2px 2px 10px #0b8cf5;
  11. box-shadow:2px 2px 10px #0b8cf5;
  12. }
  13. .css-shadow-bottom{
  14. box-shadow:0px 2px 5px #0b8cf5;
  15. }
  16. .score-col {
  17. text-align: center;
  18. color: #a0a0a0 ;
  19. line-height: 40px;
  20. }
  21. .tips {
  22. line-height: 25px;
  23. font-size: 15px;
  24. color: #aaa;
  25. padding:0 40rpx;
  26. }
  27. .startAnswer{
  28. font-size: 30rpx;
  29. background-color: #0b8cf5;
  30. width: 250rpx;
  31. height: 80rpx;
  32. line-height: 80rpx;
  33. border-radius: 100rpx;
  34. color: #ffffff;
  35. text-align: center;
  36. margin: 30rpx auto 0 auto;
  37. }