index.acss 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. background-color: #fff !important;
  42. padding: 0rpx;
  43. }
  44. .personage-icon {
  45. margin-left: 20rpx;
  46. }
  47. .personage-tit {
  48. margin: 10rpx 30rpx;
  49. font-size: 24rpx;
  50. font-weight: 400;
  51. line-height: 36rpx;
  52. color: #8F90A6;
  53. }
  54. .btn-area>button {
  55. background-color: #5158fc;
  56. }