123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- /* pages/testing/score/score.wxss */
- .score {
- text-align: center;
- height: 100%;
- border: 8rpx solid #00C7C6;
- box-sizing: border-box;
- }
- .score_cont {
- margin: 4rpx;
- box-sizing: border-box;
- text-align: center;
- line-height: 40rpx;
- border: 6rpx dotted #00C7C6;
- }
- .name{
- font-size: 36rpx;
- margin: 54rpx 0 36rpx;
- }
- .cjd{
-
- }
- .restitle {
- width: 600rpx;
- height: 108rpx;
- display: inline-block;
- }
- .scorenum {
- color: #e80015;
- margin-top: 50rpx;
- }
- .num{
- font-size: 72rpx;
- }
- .count{
- font-size: 28rpx;
- margin: 20rpx 0;
- }
- .count text{
- color: #969696;
- }
- .respeople {
- width: 270rpx;
- height: 380rpx;
- display: inline-block;
-
- }
- .jb-icon {
- width: 30rpx;
- height: 30rpx;
- display: inline-block;
- margin-left: 10rpx;
- vertical-align: middle;
- margin-top: -6rpx;
- }
- .message{
- margin-top: 40rpx;
- }
- .message view {
- display: inline-block;
- line-height: 2;
- font-size: 28rpx;
- width: 50%;
- text-align: left;
- padding-left: 70rpx;
- box-sizing: border-box;
- }
- .message view .text{
- text-align: center;
- }
- .btnBoxs {
- /* display: flex; */
- /* justify-content: space-between; */
- position: fixed;
- bottom: 50rpx;
- width: 90%;
- /* margin: 0 auto; */
- left: 50%;
- transform: translate(-50%);
- }
- .isBtn {
- display: inline-block;
- /* width: 46%; */
- height: 82rpx;
- width: 42%;
- margin: 2%;
- box-sizing: border-box;
- line-height: 82rpx;
- background: linear-gradient(90deg, rgba(0, 199, 198, 0.97) 0%, rgba(0, 210, 210, 1) 100%);
- /* box-shadow: 0px 14rpx 44rpx 2px rgba(0, 199, 198, 0.2); */
- /* margin-top: 138rpx; */
- font-size: 32rpx;
- color: #ffffff;
- /* font-weight: 500; */
- border: 1px solid rgba(0, 0, 0, 0.2);
- }
- button::after {
- border: 0 none;
- }
- .btnBoxs .gobackhome {
- background: #fff;
- color: rgba(0, 0, 0, 0.2);
- }
|