You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

76 lines
1.6 KiB

  1. .box{
  2. height: 100%;
  3. width: 100%;
  4. background: url(images/content.png);
  5. background-repeat: no-repeat;
  6. background-size: 100% 100%;
  7. /* position: relative; */
  8. }
  9. .answertotalContent{
  10. position: relative;
  11. background-color: #FFFFFF;
  12. height: 70%;
  13. top: 25%;
  14. width: 93%;
  15. margin: 0 auto;
  16. border-radius: 10px;
  17. }
  18. .answertotalTopic{
  19. width: 175px;
  20. height: 175px;
  21. box-shadow: #e8e7e7 0px 0px 4px 2px ;
  22. border-radius: 50%;
  23. position: relative;
  24. top: 35%;
  25. left: 50%;
  26. transform: translate(-50%,-50%);
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. }
  31. .answertotaScore{
  32. width: 145px;
  33. height: 145px;
  34. border: 3px solid #f5e285;
  35. border-radius: 50%;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. flex-direction:column;
  40. }
  41. .answertotaScore span{
  42. color: #b0afaf;
  43. font-size: 15px;
  44. }
  45. .answertotaScore p{
  46. color: #404040;
  47. font-size: 35px;
  48. font-weight: 800;
  49. }
  50. .answertotalLookButton{
  51. width: 80%;
  52. float: none;
  53. position: absolute;
  54. bottom: 0%;
  55. left: 50%;
  56. transform: translate(-50%,-50%);
  57. }
  58. .answertotalLookButton p{
  59. background-color: #e1bb53;
  60. margin: 0 auto;
  61. color: #FFFFFF;
  62. border-radius: 25px;
  63. font-size: 18px;
  64. color: #FFFFFF;
  65. width: 80%;
  66. height: 36px;
  67. text-align: center;
  68. line-height: 36px;
  69. margin-bottom: 10px;
  70. }
  71. .answertotalLookButton p:last-child{
  72. border: 1px solid #e1bb53;
  73. background-color: #FFFFFF;
  74. color: #e1bb53;
  75. }