index.wxss 932 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* pages/mine/personage/index.wxss */
  2. .page{
  3. padding: 16rpx 0;
  4. }
  5. .personage-top{
  6. height: 120rpx;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. background-color: #fff;
  11. margin-bottom: 20rpx;
  12. }
  13. .personage-top-left{
  14. font-weight: 400;
  15. font-size: 28rpx;
  16. line-height: 42rpx;
  17. color: #606266;
  18. margin: 0 10rpx;
  19. }
  20. .personage-top-text{
  21. font-size: 40rpx;
  22. font-weight: 700;
  23. line-height: 60rpx;
  24. color: #222222;
  25. }
  26. .personage-main{
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. padding: 0 30rpx;
  31. height: 112rpx;
  32. background-color: #fff;
  33. }
  34. .personage-main-right{
  35. display: flex;
  36. align-items: center;
  37. }
  38. .personage-main-input{
  39. width: 500rpx;
  40. height: 80rpx;
  41. }
  42. .personage-icon{
  43. margin-left: 20rpx;
  44. }
  45. .personage-tit{
  46. margin: 10rpx 30rpx;
  47. font-size: 24rpx;
  48. font-weight: 400;
  49. line-height: 36rpx;
  50. color: #8F90A6;
  51. }
  52. .btn-area>button{
  53. background-color: #5158fc;
  54. }