style.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* 头部 */
  2. .detail-header{
  3. border-bottom: 10upx solid #F1F1F1;
  4. }
  5. .detail-list-title,.detail-header,.detail-item,.detail-footer{
  6. padding: 0 30upx;
  7. }
  8. .detail-list-title{
  9. padding-top: 30upx;
  10. font-size: 28upx;
  11. color: #333;
  12. }
  13. /* 头部 */
  14. /* 评价列表 */
  15. .detail-list{
  16. font-size: 28upx;
  17. color: #333;
  18. }
  19. .detail-list-title{
  20. font-weight: 500;
  21. }
  22. .detail-list-title text{
  23. margin-left: 6upx;
  24. }
  25. /* 评价列表 */
  26. /* 评价列表 */
  27. .detail-item{
  28. border-bottom: 1upx solid #f1f1f1;
  29. }
  30. .detail-item:last-of-type{
  31. border-bottom: none;
  32. }
  33. /* 评价列表 */
  34. /* 评价底部 */
  35. .detail-footer{
  36. height: 100upx;
  37. border-top: 1upx solid #F1F1F1;
  38. }
  39. .detail-input{
  40. height: 60upx;
  41. background-color: #f6f6f6;
  42. border-radius: 30upx;
  43. padding: 0 36upx;
  44. }
  45. .detail-input-target{
  46. font-size: 26upx;
  47. height: 40upx;
  48. line-height: 26upx;
  49. color: #333;
  50. }
  51. .detail-input-placeholder{
  52. color: #999999;
  53. }
  54. .detail-button,.detail-login-button{
  55. width: 120upx;
  56. height: 60upx;
  57. background-color: #41AE3C;
  58. border-radius: 30upx;
  59. font-size: 28upx;
  60. color: #fff;
  61. line-height: 32upx;
  62. margin-left: 30upx;
  63. transition: .3s;
  64. }
  65. .detail-button-disabled{
  66. opacity: 0.7;
  67. }
  68. .detail-login-button{
  69. padding: 30upx;
  70. width: auto;
  71. }
  72. /* 评价底部 */