score.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* pages/testing/score/score.wxss */
  2. .score {
  3. text-align: center;
  4. height: 100%;
  5. border: 8rpx solid #00C7C6;
  6. box-sizing: border-box;
  7. }
  8. .score_cont {
  9. margin: 4rpx;
  10. box-sizing: border-box;
  11. text-align: center;
  12. line-height: 40rpx;
  13. border: 6rpx dotted #00C7C6;
  14. }
  15. .name{
  16. font-size: 36rpx;
  17. margin: 54rpx 0 36rpx;
  18. }
  19. .cjd{
  20. }
  21. .restitle {
  22. width: 600rpx;
  23. height: 108rpx;
  24. display: inline-block;
  25. }
  26. .scorenum {
  27. color: #e80015;
  28. margin-top: 50rpx;
  29. }
  30. .num{
  31. font-size: 72rpx;
  32. }
  33. .count{
  34. font-size: 28rpx;
  35. margin: 20rpx 0;
  36. }
  37. .count text{
  38. color: #969696;
  39. }
  40. .respeople {
  41. width: 270rpx;
  42. height: 380rpx;
  43. display: inline-block;
  44. }
  45. .jb-icon {
  46. width: 30rpx;
  47. height: 30rpx;
  48. display: inline-block;
  49. margin-left: 10rpx;
  50. vertical-align: middle;
  51. margin-top: -6rpx;
  52. }
  53. .message{
  54. margin-top: 40rpx;
  55. }
  56. .message view {
  57. display: inline-block;
  58. line-height: 2;
  59. font-size: 28rpx;
  60. width: 50%;
  61. text-align: left;
  62. padding-left: 70rpx;
  63. box-sizing: border-box;
  64. }
  65. .message view .text{
  66. text-align: center;
  67. }
  68. .btnBoxs {
  69. /* display: flex; */
  70. /* justify-content: space-between; */
  71. position: fixed;
  72. bottom: 50rpx;
  73. width: 90%;
  74. /* margin: 0 auto; */
  75. left: 50%;
  76. transform: translate(-50%);
  77. }
  78. .isBtn {
  79. display: inline-block;
  80. /* width: 46%; */
  81. height: 82rpx;
  82. width: 42%;
  83. margin: 2%;
  84. box-sizing: border-box;
  85. line-height: 82rpx;
  86. background: linear-gradient(90deg, rgba(0, 199, 198, 0.97) 0%, rgba(0, 210, 210, 1) 100%);
  87. /* box-shadow: 0px 14rpx 44rpx 2px rgba(0, 199, 198, 0.2); */
  88. /* margin-top: 138rpx; */
  89. font-size: 32rpx;
  90. color: #ffffff;
  91. /* font-weight: 500; */
  92. border: 1px solid rgba(0, 0, 0, 0.2);
  93. }
  94. button::after {
  95. border: 0 none;
  96. }
  97. .btnBoxs .gobackhome {
  98. background: #fff;
  99. color: rgba(0, 0, 0, 0.2);
  100. }