logs.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. page{
  2. background: #f4f4f4;
  3. }
  4. .user {
  5. width: 100%;
  6. height: 408rpx;
  7. position: relative;
  8. background: #43E0B8;
  9. display: flex;
  10. align-items: center;
  11. justify-content: center;
  12. }
  13. .userPhoto {
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. }
  18. .userPhoto image {
  19. height: 128rpx;
  20. width: 128rpx;
  21. border-radius: 50%;
  22. margin: 18rpx 0 29rpx 0;
  23. }
  24. .userPhoto view {
  25. font-size: 32rpx;
  26. color: #fff;
  27. letter-spacing: 5rpx;
  28. }
  29. .userPhoto .state {
  30. background: rgba(255, 81, 81, 1);
  31. border-radius: 21px;
  32. font-size:24rpx;
  33. margin-left:25rpx;
  34. padding:10rpx 20rpx;
  35. }
  36. .list {
  37. width: 90%;
  38. margin: 0 auto;
  39. background: white;
  40. box-shadow:0rpx 0rpx 4rpx 4rpx rgba(224,224,224,0.68);
  41. border-radius: 10rpx;
  42. }
  43. .list>view, .service>view, .list .special {
  44. border-bottom: 1px solid #f4f4f4;
  45. padding: 26rpx 0;
  46. }
  47. .list image, .service image {
  48. height: 55rpx;
  49. width: 55rpx;
  50. vertical-align: middle;
  51. margin-right: 30rpx;
  52. }
  53. .list .iconfont, .service .iconfont {
  54. font-size: 55rpx;
  55. vertical-align: middle;
  56. }
  57. .list .name {
  58. font-size: 30rpx;
  59. }
  60. .list .gary {
  61. font-size: 24rpx;
  62. color: #999;
  63. }
  64. .list .iconfont {
  65. font-size: 55rpx;
  66. vertical-align: middle;
  67. }
  68. .flexB{
  69. width: 90%;
  70. margin: 0 auto;
  71. }
  72. .flexB .img{
  73. width: 55rpx;
  74. height: 55rpx;
  75. margin-left: 10rpx;
  76. }
  77. button image {
  78. width: 60rpx;
  79. height: 60rpx;
  80. vertical-align: middle;
  81. margin-right: 30rpx;
  82. }
  83. button {
  84. width: 92%;
  85. margin: 0 auto;
  86. padding: 11rpx 0rpx;
  87. line-height: normal;
  88. background: transparent;
  89. }
  90. .btn-hover {
  91. background: transparent;
  92. }
  93. .button-hover {
  94. background: #43E0B8;
  95. color: #fff;
  96. }