dialogbox.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. page {
  2. background-color: #ffffff;
  3. padding-top: 112rpx;
  4. }
  5. .header {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. width: 100vw;
  13. height: 92rpx;
  14. background-color: #FCFCFD;
  15. z-index: 9999999;
  16. }
  17. .header_title {
  18. font-size: 32rpx;
  19. font-family: PingFangSC-Medium, PingFang SC;
  20. color: #000000;
  21. height: 52rpx;
  22. line-height: 52rpx;
  23. margin-left: 40rpx;
  24. font-weight: 550;
  25. }
  26. .head-bot-class {
  27. text-align: center !important;
  28. width: 140rpx !important;
  29. height: 52rpx !important;
  30. border-radius: 10rpx !important;
  31. margin-right: 20rpx !important;
  32. padding: 0 !important;
  33. font-size: 24rpx !important;
  34. }
  35. .head-bot-l {
  36. background: rgba(255, 182, 0, 0.1) !important;
  37. border: 2rpx solid rgba(255, 182, 0, 0.6) !important;
  38. box-sizing: border-box !important;
  39. color: #FFB600 !important;
  40. }
  41. .head-bot-r {
  42. background: linear-gradient(180deg, #FFDC00 0%, #FFB600 100%) !important;
  43. font-family: PingFangSC-Medium, PingFang SC !important;
  44. color: #FFFFFF !important;
  45. border: 0 !important;
  46. }
  47. /* 粘底输入框 */
  48. .input-box {
  49. position: fixed;
  50. width: 100vw;
  51. background-color: #F6F7F8;
  52. left: 0;
  53. bottom: 0;
  54. z-index: 999999999999;
  55. }
  56. .input-text {
  57. width: 710rpx;
  58. height: 64rpx;
  59. background-color: #ffffff;
  60. border-radius: 32rpx;
  61. margin: 20rpx auto 74rpx;
  62. padding: 0 25rpx;
  63. box-sizing: border-box;
  64. }
  65. /* 功能 */
  66. .functionalZone {
  67. display: flex;
  68. justify-content: space-around;
  69. height: 40rpx;
  70. width: 80vw;
  71. margin: -54rpx auto 0;
  72. padding-bottom: 26rpx;
  73. }
  74. .functionalZone image {
  75. height: 100%;
  76. }