meeting.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #fff;
  13. height: auto;
  14. min-height: 100%;
  15. }
  16. .table {
  17. width: 750rpx;
  18. background: #FFFFFF;
  19. }
  20. .table-title .title {
  21. margin-left: 15rpx;
  22. font-size: 30rpx;
  23. font-weight: bold;
  24. color: #333333;
  25. line-height: 80rpx;
  26. }
  27. .table-title .val {
  28. padding-left: 30rpx;
  29. text-indent: 28rpx;
  30. font-size: 28rpx;
  31. font-weight: 500;
  32. color: black;
  33. }
  34. .button {
  35. margin: 60rpx auto;
  36. width: 300rpx;
  37. height: 80rpx;
  38. background: #fff;
  39. border-radius: 38rpx;
  40. font-size: 30rpx;
  41. font-weight: 500;
  42. color: #FE5341;
  43. border: #FE5341 1px solid;
  44. line-height: 80rpx;
  45. text-align: center;
  46. }
  47. .button1 {
  48. color: #fff;
  49. background-color: #FE5341;
  50. }
  51. .join-wrap {
  52. height: 400rpx;
  53. width: 650rpx;
  54. background-color: #fff;
  55. border-radius: 20rpx;
  56. }
  57. .join-wrap .join-tit {
  58. text-align: center;
  59. font-size: 36rpx;
  60. font-weight: bold;
  61. padding: 20rpx 0;
  62. }
  63. .join-wrap .join-btn {
  64. line-height: 85rpx;
  65. background-color: #FE5341;
  66. color: #fff;
  67. font-size: 28rpx;
  68. text-align: center;
  69. border-radius: 0 0 20rpx 20rpx;
  70. margin: auto;
  71. }
  72. .join-wrap .content {
  73. display: flex;
  74. align-items: center;
  75. line-height: 80rpx;
  76. }
  77. .join-wrap .content .left {
  78. width: 120rpx;
  79. margin: 0 30rpx;
  80. font-size: 28rpx;
  81. font-weight: bold;
  82. color: #333333;
  83. }
  84. .join-wrap .content input {
  85. margin: 0;
  86. }
  87. .join-wrap .content .box-right {
  88. flex-grow: 1;
  89. }
  90. .join-wrap .content .input {
  91. margin: 0;
  92. flex-grow: 1;
  93. }
  94. .hui {
  95. color: #999999 !important;
  96. }
  97. .bghui {
  98. background-color: #eee !important;
  99. }