editbusinesscard.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. page{
  2. display: block;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .topBox{
  7. position: fixed;
  8. z-index: 14;
  9. width: 750rpx;
  10. overflow: hidden;
  11. top: 0;
  12. left: 0;
  13. }
  14. .topImg{
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. z-index: 9;
  19. width: 750rpx;
  20. height: 356rpx;
  21. }
  22. .title{
  23. position: relative;
  24. z-index: 10;
  25. font-family: PingFangSC-Regular, Source Sans ExtraLight;
  26. font-size: 36rpx;
  27. color: #FFFFFF;
  28. text-align: center;
  29. }
  30. .lastImg{
  31. display: block;
  32. position: absolute;
  33. left: 40rpx;
  34. margin-top:24rpx;
  35. width:36rpx;
  36. height: 36rpx;
  37. z-index: 11;
  38. }
  39. .headImg{
  40. display: block;
  41. position: relative;
  42. z-index: 9;
  43. width: 224rpx;
  44. height: 224rpx;
  45. border-radius: 112rpx;
  46. margin: -160rpx auto 0;
  47. }
  48. .inputText{
  49. display: block;
  50. width: 670rpx;
  51. height: 76rpx;
  52. line-height: 76rpx;
  53. border-radius: 38rpx;
  54. background: #FFFFFF;
  55. border: 1px solid #D4E4ED;
  56. margin: 0 auto 40rpx;
  57. padding-left: 60rpx;
  58. font-family: PingFangSC-Regular, Source Sans ExtraLight;
  59. font-size: 24rpx;
  60. color: #384855;
  61. box-sizing: border-box;
  62. }
  63. .firstInput{
  64. margin-top: 56rpx;
  65. }
  66. .phoneBox{
  67. display: block;
  68. width: 670rpx;
  69. height: 76rpx;
  70. line-height: 76rpx;
  71. border-radius: 38rpx;
  72. background: #E7F0F6;
  73. border: 1px solid #D4E4ED;
  74. margin: 0 auto 40rpx;
  75. padding-left: 60rpx;
  76. font-family: PingFangSC-Regular, Source Sans ExtraLight;
  77. font-size: 24rpx;
  78. color: #384855;
  79. }
  80. .personBox{
  81. margin-bottom: 40rpx;
  82. }
  83. .personBox .postBox{
  84. width: 348rpx;
  85. height: 76rpx;
  86. line-height: 76rpx;
  87. border-radius: 38rpx;
  88. background: #FFFFFF;
  89. border: 1px solid #D4E4ED;
  90. padding-left: 60rpx;
  91. margin-left: 40rpx;
  92. box-sizing: border-box;
  93. }
  94. .personBox .nameBox{
  95. width: 282rpx;
  96. height: 76rpx;
  97. line-height: 76rpx;
  98. border-radius: 38rpx;
  99. background: #FFFFFF;
  100. border: 1px solid #D4E4ED;
  101. padding-left: 60rpx;
  102. margin-left: 40rpx;
  103. box-sizing: border-box;
  104. }
  105. textarea{
  106. display: block;
  107. width: 670rpx;
  108. height: 224rpx;
  109. border-radius: 10rpx;
  110. background: #FFFFFF;
  111. border: 1px solid #D4E4ED;
  112. margin: 0 auto 60rpx;
  113. padding: 20rpx 24rpx;
  114. font-family: PingFangSC-Regular, Source Sans ExtraLight;
  115. font-size: 24rpx;
  116. color: #384855;
  117. box-sizing: border-box;
  118. }
  119. .save{
  120. display: block;
  121. width: 600rpx;
  122. height: 96rpx;
  123. line-height: 96rpx;
  124. border-radius: 48rpx;
  125. background: #249EFB;
  126. border: 1px solid #249EFB;
  127. font-size: 32rpx;
  128. color: #FFFFFF;
  129. margin: 0 auto 40rpx;
  130. }