estimate.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .eva-section {
  2. -webkit-box-orient: vertical;
  3. -webkit-box-direction: normal;
  4. flex-direction: column;
  5. padding: 20rpx 30rpx;
  6. background: #fff;
  7. margin-top: 16rpx;
  8. }
  9. .eva-section,.eva-section .e-header {
  10. display: flex;
  11. }
  12. .eva-section .e-header {
  13. -webkit-box-align: center;
  14. align-items: center;
  15. height: 70rpx;
  16. font-size: 26rpx;
  17. color: #909399;
  18. }
  19. .eva-section .e-header .tit {
  20. font-size: 30rpx;
  21. color: #303133;
  22. margin-right: 4rpx;
  23. }
  24. .eva-section .e-header .tip {
  25. -webkit-box-flex: 1;
  26. flex: 1;
  27. text-align: right;
  28. }
  29. .eva-section .e-header .iconenter {
  30. margin-left: 10rpx;
  31. }
  32. .eva-section .eva-box {
  33. display: flex;
  34. padding: 20rpx 0;
  35. }
  36. .eva-section .eva-box .portrait {
  37. flex-shrink: 0;
  38. width: 80rpx;
  39. height: 80rpx;
  40. border-radius: 100px;
  41. }
  42. .eva-section .eva-box .right {
  43. -webkit-box-flex: 1;
  44. flex: 1;
  45. display: flex;
  46. -webkit-box-orient: vertical;
  47. -webkit-box-direction: normal;
  48. flex-direction: column;
  49. font-size: 28rpx;
  50. color: #606266;
  51. padding-left: 26rpx;
  52. }
  53. .eva-section .eva-box .right .con {
  54. font-size: 28rpx;
  55. color: #303133;
  56. padding: 20rpx 0;
  57. }
  58. .eva-section .eva-box .right .bot {
  59. display: flex;
  60. -webkit-box-pack: justify;
  61. justify-content: space-between;
  62. font-size: 24rpx;
  63. color: #909399;
  64. }
  65. .eva-section .con_image {
  66. width: 130rpx;
  67. height: 130rpx;
  68. display: inline-block;
  69. padding: 15rpx;
  70. }
  71. .eva-section .con_image image {
  72. width: 100%;
  73. height: 100%;
  74. }