regular_company_manage.acss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* pages/regular_company_manage/regular_company_manage.wxss */
  2. .page {
  3. width: 100vw;
  4. height: 1275rpx;
  5. overflow-y: inherit;
  6. }
  7. /* 标题栏 */
  8. .title {
  9. height: 90rpx;
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. padding: 0 24rpx;
  14. font-size: 28rpx;
  15. }
  16. /* 分割线 */
  17. .cut-line {
  18. border-top: 1rpx solid #f3f4f5;
  19. }
  20. /* 内容栏 */
  21. .content {
  22. position: relative;
  23. padding: 32rpx 24rpx;
  24. display: flex;
  25. justify-content: flex-start;
  26. align-items: flex-start;
  27. flex-direction: column;
  28. }
  29. .content > .name {
  30. font-size: 28rpx;
  31. font-weight: 400;
  32. line-height: 50rpx;
  33. color: #333333;
  34. }
  35. .content > .phone {
  36. font-size: 30rpx;
  37. font-weight: 400;
  38. color: #606266;
  39. margin-top: 10rpx;
  40. }
  41. .content > .code {
  42. font-size: 26rpx;
  43. font-weight: 400;
  44. color: #b0b3b9;
  45. margin-top: 18rpx;
  46. }
  47. .content > .photo {
  48. position: absolute;
  49. font-size: 26rpx;
  50. font-weight: 400;
  51. width: 112rpx;
  52. height: 106rpx;
  53. right: 40rpx;
  54. }
  55. /* 提示区 */
  56. .tip-area {
  57. margin: 0 24rpx;
  58. padding-bottom: 20rpx;
  59. }
  60. .tip-area > text {
  61. color: #a4bde5;
  62. font-size: 26rpx;
  63. line-height: 36rpx;
  64. }
  65. .backstage-tit {
  66. color: #7a7877 !important;
  67. }
  68. .no_enterprise_text {
  69. color: #bababa;
  70. margin: 64rpx 100rpx 0 100rpx;
  71. }
  72. .no_enterprise_msg {
  73. width: 344rpx;
  74. height: 312rpx;
  75. margin-top: 200rpx;
  76. margin-left: 204rpx;
  77. }
  78. /* 按钮区 */
  79. .btn-area-one {
  80. position: fixed;
  81. bottom: 64rpx;
  82. margin-left: 28rpx;
  83. /* margin-top: 500rpx; */
  84. width: 694rpx;
  85. }
  86. .btn-area-one button {
  87. background: linear-gradient(180deg, #6eaaff 0%, #2f6fd1 100%);
  88. font-size: 30rpx;
  89. height: 110rpx;
  90. line-height: 110rpx;
  91. border-radius: 8rpx;
  92. color: #fff;
  93. }