evaluate.css 2.0 KB

123456789101112131415161718192021222324252627282930
  1. .info{background: #fff;margin: 10rpx 0;padding: 30rpx;align-items: flex-start;}
  2. .disk-img{width: 110rpx;height: 100rpx;margin-right: 20rpx;position: relative;}
  3. .pic{width: 100rpx;height: 100rpx;border-radius: 10rpx;position: relative;z-index: 2;}
  4. .disk{width: 80rpx;height: 80rpx;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
  5. .tit{font-size: 30rpx;margin-bottom: 15rpx;font-weight: bold;}
  6. .singer{font-size: 24rpx;margin-right: 30rpx;}
  7. .singer image,.time image{width: 24rpx;height: 24rpx;margin-right: 10rpx;}
  8. .singer text{margin: 0 5rpx;}
  9. .time{font-size: 24rpx;}
  10. .ver{font-size: 24rpx;color: #999;margin-top: 15rpx;line-height: 1.5;}
  11. .scores{background: #fff;margin: 10rpx 0;padding: 0 30rpx;}
  12. .scores .li{padding: 30rpx 0;border-bottom: 1rpx solid #DEDEDE;font-size: 28rpx;}
  13. .scores .li:last-child{border-bottom: none;}
  14. .item{justify-content: flex-end;}
  15. .star{margin-right: 20rpx;}
  16. .star image{width: 27rpx;height: 25rpx;margin-right: 20rpx;}
  17. .det{background: #fff;padding: 30rpx;}
  18. .tits{font-size: 24rpx;color: #000;justify-content: space-between;}
  19. .tits text{color: #999;}
  20. .texts{width: 100%;height: 200rpx;font-size: 28rpx;color: #333;margin-top: 20rpx;}
  21. .placeholder{color: #999;}
  22. .imgbox{flex-wrap: wrap;}
  23. .imgs{width: 155rpx;height: 155rpx;border: 1rpx solid #DBDBDB;position: relative;margin: 20rpx 20rpx 0 0;border-radius: 5rpx;}
  24. .imgs:nth-child(4n){margin-right: 0;}
  25. .img{width: 100%;height: 100%;border-radius: 5rpx;}
  26. .clear{width: 30rpx;height: 30rpx;position: absolute;top: -15rpx;right: -15rpx;}
  27. .upload{width: 155rpx;height: 155rpx;border: 1rpx solid #DBDBDB;flex-direction: column;justify-content: center;font-size: 24rpx;color: #999;margin: 20rpx 20rpx 0 0;border-radius: 5rpx;}
  28. .upload image{width: 49rpx;height: 40rpx;margin: 0 auto 10rpx;}
  29. .bot{background: #fff;box-shadow: 0 -1rpx 0 #E9E9E9;padding: 30rpx;position: fixed;left: 0;right: 0;bottom: 0;z-index: 50;}
  30. .btn{height: 80rpx;background: var(--mina);border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}