userinfo.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .container {
  2. background-color: #FFC868;
  3. }
  4. .panel1{
  5. width:630rpx;
  6. margin-top: 100rpx;
  7. justify-content:space-between;
  8. }
  9. .text3{
  10. font-size: 28rpx;
  11. font-weight: 400;
  12. color:#8E6011;
  13. }
  14. .panel11{
  15. width:100rpx;
  16. height:100rpx;
  17. }
  18. .avatar-wrapper{
  19. width: 500rpx;
  20. margin: 0rpx;
  21. padding: 0rpx;
  22. background-color: #FFC868;
  23. justify-content: flex-end;
  24. }
  25. button:not([size=mini]) {
  26. margin-left: 0;
  27. margin-right: 0;
  28. width: 500rpx;
  29. }
  30. .avatar{
  31. width:100rpx;
  32. height:100rpx;
  33. border-radius: 50%;
  34. }
  35. .panel3{
  36. margin-top: 30rpx;
  37. font-size: 24rpx;
  38. }
  39. .panel2{
  40. margin-top: 60rpx;
  41. }
  42. .weui-input{
  43. width:500rpx;
  44. text-align: right;
  45. color:#8E6011;
  46. }
  47. .placeholder{
  48. font-size: 36rpx;
  49. color:#8E6011;
  50. text-align: right;
  51. }
  52. .line1{
  53. background-color: #8E6011;
  54. width: 630rpx;
  55. height:6rpx;
  56. margin: 30rpx 0 0 0;
  57. }
  58. .line2{
  59. margin: 60rpx 0 0 0;
  60. }
  61. .btn1{
  62. width:630rpx;
  63. height:110rpx;
  64. background: #8E6011;
  65. color:#FFC868;
  66. border-radius: 14rpx;
  67. font-size: 36rpx;
  68. text-align: center;
  69. line-height: 110rpx;
  70. margin-top: 80rpx;
  71. }
  72. .btn2{
  73. width:630rpx;
  74. height:80rpx;
  75. background: #FFC868;
  76. color:#8E6011;
  77. font-size: 28rpx;
  78. text-align: center;
  79. line-height: 80rpx;
  80. margin-top: 60rpx;
  81. }