my.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. page {
  2. width: 100%;
  3. background: #f4f4f4;
  4. }
  5. .box {
  6. width: 100%;
  7. overflow-y: scroll;
  8. padding-bottom: 150rpx;
  9. }
  10. .top {
  11. background-image: url('http://resource.bike.hanyiyun.com/xiaobanma/mineBg.png');
  12. background-size: 100% 100%;
  13. width: 100%;
  14. height: 408rpx;
  15. }
  16. .avatar {
  17. height: 128rpx;
  18. width: 128rpx;
  19. border-radius: 50%;
  20. overflow: hidden;
  21. }
  22. .state {
  23. background: rgba(255, 81, 81, 1);
  24. border-radius: 21px;
  25. font-size: 24rpx;
  26. margin-left: 25rpx;
  27. padding: 10rpx 20rpx;
  28. color: #fff;
  29. }
  30. .name {
  31. font-size: 32rpx;
  32. color: #fff;
  33. }
  34. .content {
  35. width: 92%;
  36. margin: 40rpx auto 0;
  37. background: white;
  38. box-shadow: 0rpx 0rpx 4rpx 4rpx rgba(224, 224, 224, 0.68);
  39. border-radius: 10rpx;
  40. }
  41. .content .skip {
  42. width: 90%;
  43. margin: 0 auto;
  44. padding: 28rpx 0;
  45. border-bottom: 1px solid #f4f4f4;
  46. }
  47. .content image {
  48. height: 36rpx;
  49. width: 36rpx;
  50. margin-right: 15rpx;
  51. }
  52. .content .iconfont {
  53. color: #8a8a8a;
  54. font-size: 42rpx;
  55. }
  56. .quitBtn {
  57. width: 92%;
  58. padding: 25rpx 0;
  59. margin: 0 auto;
  60. box-shadow: 0rpx 0rpx 4rpx 4rpx rgba(224, 224, 224, 0.68);
  61. border-radius: 10rpx;
  62. background: #fff;
  63. margin-top: 20rpx;
  64. text-align: center;
  65. font-size: 26rpx;
  66. color: #f00;
  67. }