particulars.wxss 2.5 KB

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