mine.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /**index.wxss**/
  2. .container {
  3. overflow-x: hidden;
  4. background-color: #fff;
  5. font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
  6. }
  7. .userinfo {
  8. height: 436rpx;
  9. background-color:#c4ac74 ;
  10. border-bottom: 1px solid #b4a078;
  11. }
  12. .userinfo-avatar {
  13. display: block;
  14. width: 154rpx;
  15. height: 154rpx;
  16. /* border:7rpx solid #b19c77; */
  17. border:7rpx solid #b7a277;
  18. border-radius: 50%;
  19. margin: 60rpx auto 22rpx;
  20. }
  21. .userinfo-nickname {
  22. font-size: 30rpx;
  23. color: #fff;
  24. text-align: center;
  25. }
  26. /* 按钮 */
  27. .header_btn_wrap{
  28. float: left;
  29. position: relative;
  30. left: 50%;
  31. }
  32. .header_brn_each{
  33. float: left;
  34. display: block;
  35. width: 270rpx;
  36. height: 58rpx;
  37. font-size: 30rpx;
  38. line-height: 58rpx;
  39. color: #fff;
  40. text-align: center;
  41. position: relative;
  42. right: 50%;
  43. border: 1px solid #efeeec;
  44. margin: 50rpx 46rpx 0;
  45. }
  46. .cont_btn_each{
  47. display: block;
  48. float: left;
  49. width: 33.33%;
  50. height: 334rpx;
  51. text-align: center;
  52. border-bottom:1px solid #b4a078;
  53. box-sizing: border-box;
  54. position: relative;
  55. }
  56. .cont_btn_each_left{
  57. border-right:1px solid #b4a078;
  58. }
  59. .btn_each_cont{
  60. margin:90rpx auto 0;
  61. }
  62. .mine_each_icon{
  63. display: block;
  64. width: 112rpx;
  65. height: 110rpx;
  66. margin: 0 auto;
  67. }
  68. .mine_each_name{
  69. font-size: 30rpx;
  70. color: #5a5a5a;
  71. text-align: center;
  72. padding-top: 34rpx;
  73. }
  74. /* 客服 */
  75. button.service_btn{
  76. position: absolute;
  77. top: 0;
  78. left: 0;
  79. width: 100%;
  80. height: 100%;
  81. z-index: 1;
  82. border: 0px none;
  83. }
  84. .mine_each_service{
  85. font-size: 20rpx;
  86. color: #969696;
  87. text-align: center;
  88. }
  89. .service_tel{
  90. font-size: 28rpx;
  91. line-height: 100rpx;
  92. color: #5a5a5a;
  93. text-align: center;
  94. }
  95. .no_border{
  96. border:0px none;
  97. }
  98. /* 特殊入口 */
  99. .only_exit{
  100. display: block;
  101. width: 400rpx;
  102. height: 60rpx;
  103. font-size: 30rpx;
  104. line-height: 60rpx;
  105. text-align: center;
  106. color: #fff;
  107. background-color: #b4a078;
  108. margin: 50rpx auto;
  109. border-radius: 4px;
  110. }
  111. /* 商务标识 */
  112. .user_business_icon{
  113. display: block;
  114. width: 200rpx;
  115. height: 38rpx;
  116. margin: 20rpx auto 0;
  117. }