partnerShare.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* pages/partnerShare/partnerShare.wxss */
  2. .container{
  3. display: block;
  4. min-height: 100vh;
  5. background-color: #fff;
  6. }
  7. .mine_bg{
  8. display: block;
  9. width: 100%;
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. z-index: 0;
  14. }
  15. .main_content{
  16. position: relative;
  17. }
  18. /* 用户信息 */
  19. .user_infor{
  20. padding: 70rpx 0 0 0;
  21. position: relative;
  22. z-index: 1;
  23. }
  24. .user_photo{
  25. display: block;
  26. width: 110rpx;
  27. height: 110rpx;
  28. margin: 0 auto;
  29. border-radius: 100%;
  30. }
  31. .user_name{
  32. font-size: 24rpx;
  33. line-height: 78rpx;
  34. color: #505050;
  35. text-align: center;
  36. }
  37. .partner_title{
  38. display: block;
  39. width: 100%;
  40. height: 94rpx;
  41. }
  42. .content_cont{
  43. position: relative;
  44. z-index: 1;
  45. }
  46. .content_intro{
  47. text-align: center;
  48. margin: 50rpx 0 0 0;
  49. }
  50. .content_intro_cont{
  51. display: inline-block;
  52. }
  53. .each_intro{
  54. font-size: 22rpx;
  55. line-height: 100rpx;
  56. color: #af9d77;
  57. border-bottom: 3px solid #fff;
  58. background-color: #fdf6ea;
  59. }
  60. .each_intro_title{
  61. background-color: #f9f0d7;
  62. }
  63. .each_intro_left{
  64. float: left;
  65. width: 232rpx;
  66. border-right: 2px solid #fff;
  67. }
  68. .each_intro_right{
  69. float: left;
  70. width: 412rpx;
  71. }
  72. .add_btn{
  73. width: 646rpx;
  74. height: 100rpx;
  75. font-size: 30rpx;
  76. line-height: 100rpx;
  77. text-align: center;
  78. color: #fff;
  79. background-color: #b4a078;
  80. margin: 24rpx auto 0;
  81. }