me.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. page {
  2. height: 100%;
  3. transition: all 0.3s linear 0s;
  4. margin-top: 0px;
  5. background-color: #f7f7f7;
  6. }
  7. .me {
  8. height: 100%;
  9. background-color: #f7f7f7;
  10. position: relative;
  11. }
  12. .avatar {
  13. margin:60rpx auto;
  14. display: block;
  15. width: 128rpx;
  16. height: 128rpx;
  17. border-radius: 64rpx;
  18. }
  19. .line {
  20. height: 84rpx;
  21. background-color:#ffffff;
  22. border-bottom: 1px solid #efefef;
  23. }
  24. .line .label {
  25. display: inline;
  26. line-height: 84rpx;
  27. color:#333333;
  28. margin-left: 24rpx;
  29. }
  30. .line .right {
  31. float: right;
  32. height: 80rpx;
  33. margin-right: 24rpx;
  34. vertical-align: middle;
  35. }
  36. .right text {
  37. float: right;
  38. vertical-align: middle;
  39. margin-right: 16rpx;
  40. height: 84rpx;
  41. line-height: 84rpx;
  42. font-size: smaller;
  43. }
  44. .right image {
  45. width: 42rpx;
  46. height: 42rpx;
  47. float: right;
  48. margin-top: 21rpx;
  49. }
  50. .zixun{
  51. width: 55px;
  52. height: 55px;
  53. position: fixed;
  54. bottom: 35px;
  55. right: 35px;
  56. border-radius: 50%;
  57. box-shadow: 0 0 5px #ddd;
  58. text-align: center;
  59. font-size: 14px;
  60. color: #333;
  61. background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;
  62. }
  63. .zixun .kf{
  64. position: relative;
  65. top: 0px;
  66. left: 0px;
  67. margin:15px auto;
  68. opacity: 0;
  69. }
  70. .zixun_text {
  71. width: 85px;
  72. height: 25px;
  73. position: fixed;
  74. bottom: 10px;
  75. right: 20px;
  76. font-size: 13px;
  77. text-align: center;
  78. }