registerMember.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .table {
  12. width: 750rpx;
  13. background: #FFFFFF;
  14. }
  15. .table-title {
  16. display: flex;
  17. align-items: center;
  18. }
  19. .table-title .gg {
  20. margin-left: 30rpx;
  21. width: 3rpx;
  22. height: 30rpx;
  23. background: #FF6061;
  24. border-radius: 2px;
  25. }
  26. .table-title .title {
  27. margin-left: 15rpx;
  28. font-size: 30rpx;
  29. font-weight: bold;
  30. color: #333333;
  31. line-height: 80rpx;
  32. }
  33. .content {
  34. border-top: 2rpx solid #F3F3F3;
  35. display: flex;
  36. align-items: center;
  37. line-height: 80rpx;
  38. }
  39. .content .left {
  40. width: 180rpx;
  41. margin: 0 30rpx;
  42. font-size: 28rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. flex-shrink: 0;
  46. }
  47. .content .box-right {
  48. flex-grow: 1;
  49. }
  50. .content .input {
  51. margin: 0;
  52. flex-grow: 1;
  53. }
  54. .button {
  55. margin: 100rpx auto;
  56. width: 650rpx;
  57. height: 80rpx;
  58. background: #FE5341;
  59. border-radius: 38rpx;
  60. font-size: 30rpx;
  61. font-weight: 500;
  62. color: #FFFFFF;
  63. line-height: 80rpx;
  64. text-align: center;
  65. }
  66. .hui {
  67. color: #999999 !important;
  68. }