particulars.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* 盒子 */
  2. .header-box {
  3. width: 100vw;
  4. background-color: #ffffff;
  5. padding: 20rpx 24rpx 30rpx;
  6. border-radius: 0px 0px 20rpx 20rpx;
  7. box-sizing: border-box;
  8. }
  9. .title-and-userMessage {
  10. width: 100%;
  11. margin-left: 6rpx;
  12. margin-bottom: 15rpx;
  13. }
  14. .header-title {
  15. font-size: 32rpx;
  16. color: #000000;
  17. }
  18. .header-userMessage {
  19. display: flex;
  20. align-items: center;
  21. height: 28rpx;
  22. margin-top: 10rpx;
  23. }
  24. .header-userMessage-img {
  25. display: flex;
  26. width: 28rpx;
  27. height: 28rpx;
  28. padding: 0;
  29. }
  30. .header-userMessage-img>image {
  31. width: 100%;
  32. height: 100%;
  33. border-radius: 50%;
  34. }
  35. .header-userMessage-textMsg {
  36. font-size: 20rpx;
  37. color: #333333;
  38. opacity: .7;
  39. margin-left: 8rpx;
  40. }
  41. /* 数据,按钮 插槽样式 */
  42. .dataAndBut {
  43. display: flex;
  44. justify-content: space-between !important;
  45. align-items: center;
  46. flex-wrap: nowrap;
  47. margin-top: 14rpx;
  48. }
  49. .dataAndBut_data {
  50. flex: 1;
  51. display: flex;
  52. font-size: 24rpx;
  53. color: #000000;
  54. margin-left: 16rpx;
  55. }
  56. .dataAndBut_data>text {
  57. color: #4DC2D4;
  58. text-decoration: underline;
  59. margin-left: 8rpx;
  60. }
  61. .dataAndBut_but {
  62. display: flex;
  63. align-items: center;
  64. margin-right: 6rpx;
  65. }
  66. .custom-slotBut {
  67. height: 44rpx !important;
  68. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  69. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  70. border-radius: 10rpx !important;
  71. color: 20rpx !important;
  72. padding: 0 14rpx !important;
  73. border: 0 !important;
  74. }
  75. .detailed-description>image {
  76. width: 100%;
  77. }
  78. /* 按钮 */
  79. .custom-slotBut {
  80. height: 44rpx !important;
  81. background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
  82. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  83. border-radius: 10rpx !important;
  84. color: 20rpx !important;
  85. padding: 0 14rpx !important;
  86. border: 0 !important;
  87. }
  88. .custom-NoSlotBut {
  89. height: 44rpx !important;
  90. background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
  91. box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
  92. border-radius: 10rpx !important;
  93. color: #FFFFFF;
  94. padding: 0 14rpx !important;
  95. border: 0 !important;
  96. }
  97. .details-custom-slotBut {
  98. float: right !important;
  99. margin-right: 16rpx;
  100. margin-top: 15rpx;
  101. }