leaveMessage2.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /* pages/leaveMessage2/leaveMessage2.wxss */
  2. .body {
  3. padding: 10px;
  4. }
  5. textarea,button{
  6. resize: none;
  7. padding: 0 !important;
  8. font-weight: 500 !important;
  9. }
  10. .logo {
  11. background-size: 100% 100%;
  12. height: 79px;
  13. text-align: center;
  14. line-height: 79px;
  15. font-size: 19px;
  16. font-weight: bold;
  17. color: #21509C;
  18. padding-left: 120rpx;
  19. }
  20. .content {
  21. height: 528px;
  22. background: #F4F8FF;
  23. font-size: 16px;
  24. font-weight: 300;
  25. color: #333333;
  26. line-height: 31px;
  27. padding: 15px 20rpx;
  28. margin-top: 20px;
  29. border-top: 2px solid #508FF4;
  30. }
  31. .content text {
  32. display: block;
  33. text-indent: 60rpx;
  34. margin-top: 20px;
  35. }
  36. .btn {
  37. display: flex;
  38. justify-content: space-between;
  39. margin-top: 40px;
  40. }
  41. .btn button {
  42. width: 318rpx !important;
  43. height: 47px;
  44. border-radius: 5px;
  45. font-size: 16px;
  46. color: #FFFFFF;
  47. line-height: 47px;
  48. border: 1px solid #508FF4;
  49. }
  50. /* 主要蒙层代码 */
  51. .Mantle{
  52. width: 100%;
  53. height: 100%;
  54. background: rgb(49, 48, 53,0.3);
  55. position: absolute;
  56. top: 0rpx;
  57. left: 0rpx;
  58. z-index: 99;
  59. }
  60. .notice {
  61. position: fixed;
  62. width:616rpx;
  63. height: 420px;
  64. left: 50%;
  65. top: 50%;
  66. margin-left: -320rpx;
  67. margin-top: -250px;
  68. padding: 15px 10px;
  69. z-index: 999;
  70. background-color: #FFFFFF;
  71. }
  72. .notice .title{
  73. color: #5C5E61;
  74. font-weight: 600;
  75. }
  76. .notice .bottom{
  77. margin-top: 40px;
  78. display: flex;
  79. justify-content: space-evenly;
  80. }
  81. .notice button{
  82. width: 135rpx !important;
  83. height: 78rpx;
  84. line-height: 39px;
  85. font-size: 14px;
  86. background: #5A9CF7;
  87. border-radius: 5px;
  88. color: #FFFFFF;
  89. }
  90. .notice text {
  91. display: block;
  92. margin-bottom: 20rpx;
  93. }
  94. .notice .title {
  95. text-align: center;
  96. }
  97. .notice-btn {
  98. display: flex;
  99. justify-content: space-evenly;
  100. }