东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

perfectMsg.wxss 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/perfectMsg/perfectMsg.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .pageBg{
  14. position: absolute;
  15. left: 0;
  16. bottom: 0;
  17. width: 750rpx;
  18. height: 1506rpx;
  19. z-index: -1;
  20. }
  21. .drawBtn{
  22. width: 81rpx;
  23. height: 81rpx;
  24. position: fixed;
  25. right: 35rpx;
  26. top: 107rpx;
  27. }
  28. .yuyue{
  29. width: 81rpx;
  30. height: 81rpx;
  31. position: fixed;
  32. right: 35rpx;
  33. top: 214rpx;
  34. }
  35. .ruleFrame{
  36. position: fixed;
  37. top:0;
  38. left: 0;
  39. height: calc(100vh - 120rpx);
  40. overflow: auto;
  41. }
  42. .gameRule{
  43. width: 750rpx;
  44. height: 2362rpx;
  45. margin-top: -1rpx;
  46. }
  47. .closeRule{
  48. position: fixed;
  49. right: 70rpx;
  50. top: 102rpx;
  51. width: 56rpx;
  52. height: 57rpx;
  53. }
  54. .pageTitle{
  55. margin: 0 auto;
  56. width: 650rpx;
  57. line-height: 40rpx;
  58. font-size:40rpx;
  59. font-family:PingFangSC;
  60. font-weight:400;
  61. color:rgba(255,255,255,1);
  62. padding-top: 200rpx;
  63. padding-bottom: 30rpx;
  64. border-bottom: 2rpx solid #73788d;
  65. }
  66. .selectGroup{
  67. margin: 0 auto;
  68. width: 650rpx;
  69. margin-top: 85rpx;
  70. margin-bottom: 45rpx;
  71. }
  72. .selectType{
  73. border:2rpx solid #73788d;
  74. border-radius: 20rpx;
  75. width: 100%;
  76. height: 70rpx;
  77. line-height: 70rpx;
  78. font-size:30rpx;
  79. font-family:PingFangSC;
  80. font-weight:300;
  81. color:rgba(255,255,255,1);
  82. text-align: center;
  83. }
  84. .selectType2{
  85. background-color: white;
  86. color: #182a72;
  87. }
  88. .userMsgFrame{
  89. margin: 0 auto;
  90. width: 650rpx;
  91. }
  92. .userMsgGroup{
  93. border:2rpx solid #73788d;
  94. border-radius: 20rpx;
  95. width: 100%;
  96. height: 65rpx;
  97. line-height: 61rpx;
  98. font-size:24rpx;
  99. font-family:PingFangSC;
  100. font-weight:400;
  101. color:rgba(255,255,255,1);
  102. padding: 0 35rpx;
  103. box-sizing: border-box;
  104. margin-bottom: 15rpx;
  105. }
  106. .userMsgGroup2{
  107. display: flex;
  108. align-items: center;
  109. justify-content: space-between;
  110. }
  111. .getCode{
  112. width: 130rpx;
  113. text-align: center;
  114. }
  115. .selectIcon{
  116. width: 23rpx;
  117. height: 13rpx;
  118. }
  119. .submitBtn{
  120. width: 711rpx;
  121. height: 70rpx;
  122. margin: 0 auto;
  123. }