estimate.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 评价 */
  12. .eva-section {
  13. display: flex;
  14. flex-direction: column;
  15. padding: 20rpx 30rpx;
  16. background: #fff;
  17. margin-top: 16rpx;
  18. }
  19. .eva-section .e-header {
  20. display: flex;
  21. align-items: center;
  22. height: 70rpx;
  23. font-size: 26rpx;
  24. color: #909399;
  25. }
  26. .eva-section .e-header .tit {
  27. font-size: 30rpx;
  28. color: #303133;
  29. margin-right: 4rpx;
  30. }
  31. .eva-section .e-header .tip {
  32. flex: 1;
  33. text-align: right;
  34. }
  35. .eva-section .e-header .iconenter {
  36. margin-left: 10rpx;
  37. }
  38. .eva-section .eva-box {
  39. display: flex;
  40. padding: 20rpx 0;
  41. }
  42. .eva-section .eva-box .portrait {
  43. flex-shrink: 0;
  44. width: 80rpx;
  45. height: 80rpx;
  46. border-radius: 100px;
  47. }
  48. .eva-section .eva-box .right {
  49. flex: 1;
  50. display: flex;
  51. flex-direction: column;
  52. font-size: 28rpx;
  53. color: #606266;
  54. padding-left: 26rpx;
  55. }
  56. .eva-section .eva-box .right .con {
  57. font-size: 28rpx;
  58. color: #303133;
  59. padding: 20rpx 0;
  60. }
  61. .eva-section .eva-box .right .bot {
  62. display: flex;
  63. justify-content: space-between;
  64. font-size: 24rpx;
  65. color: #909399;
  66. }
  67. .eva-section .con_image {
  68. width: 130rpx;
  69. height: 130rpx;
  70. display: inline-block;
  71. padding: 15rpx;
  72. }
  73. .eva-section .con_image image {
  74. width: 100%;
  75. height: 100%;
  76. }