mine.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* pages/mine/mine.wxss */
  2. page{
  3. background: #F2F2F2;
  4. }
  5. .bg-scroll-view {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .bg-top{
  10. width: 750rpx;
  11. height: 410rpx;
  12. background: #fff;
  13. }
  14. .bg-top>image:nth-child(1){
  15. width: 750rpx;
  16. height: 260rpx;
  17. background: #FFF;
  18. }
  19. .bg-top>view:nth-child(2){
  20. display: flex;
  21. width: 750rpx;
  22. height: 150rpx;
  23. background: #FFF;
  24. }
  25. .bg-top>view:nth-child(2)>view{
  26. display: flex;
  27. flex-direction: column;
  28. margin:-100rpx auto 0;
  29. }
  30. .bg-top>view:nth-child(2)>view>view:nth-child(1){
  31. width: 150rpx;
  32. height: 150rpx;
  33. border-radius: 50%;
  34. background: #FFF;
  35. display: flex;
  36. }
  37. .bg-top>view:nth-child(2)>view>view:nth-child(1)>image{
  38. width: 136rpx;
  39. height: 136rpx;
  40. margin: auto;
  41. border-radius: 50%;
  42. }
  43. .bg-top>view:nth-child(2)>view>text{
  44. font-family: PingFangSC-Medium;
  45. font-size: 32rpx;
  46. color: #333333;
  47. font-weight: 700;
  48. text-align: center;
  49. margin-top: 20rpx;
  50. }
  51. button::after{
  52. border: none;
  53. }
  54. button{
  55. background-color: #fff;
  56. padding: 0;
  57. }
  58. .bg-top>view:nth-child(2)>view>button{
  59. font-size: 32rpx;
  60. color: #333333;
  61. font-weight: 700;
  62. text-align: center;
  63. }
  64. .content{
  65. width: 100%;
  66. height: 100rpx;
  67. line-height: 100rpx;
  68. background: #ffF;
  69. margin-top: 20rpx;
  70. display: flex;
  71. }
  72. .content>image:nth-child(1){
  73. width: 34rpx;
  74. height: 34rpx;
  75. margin: auto 18rpx auto 30rpx;
  76. }
  77. .content>text:nth-child(2){
  78. width: 300rpx;
  79. height: 100rpx;
  80. line-height: 100rpx;
  81. margin: auto auto 0rpx 0rpx;
  82. font-family: PingFangSC-Regular;
  83. font-size: 32rpx;
  84. color: #333333;
  85. text-align: left;
  86. }
  87. .content>text:nth-child(3){
  88. height: 100rpx;
  89. margin: auto 30rpx auto 0rpx;
  90. font-family: PingFangSC-Regular;
  91. font-size: 32rpx;
  92. color: #999999;
  93. }