userinfo.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .container {
  2. background-color: #F8C324;
  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: 100rpx;
  20. margin: 0rpx;
  21. padding: 0rpx;
  22. background-color: #F8C324;
  23. justify-content: flex-end;
  24. }
  25. button:not([size=mini]) {
  26. margin-left: 0;
  27. margin-right: 0;
  28. width: 100rpx;
  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:400rpx;
  44. text-align: right;
  45. }
  46. .placeholder{
  47. font-size: 36rpx;
  48. color:#8E6011;
  49. text-align: right;
  50. }
  51. .line1{
  52. background-color: #8E6011;
  53. width: 630rpx;
  54. height:6rpx;
  55. margin: 30rpx 0 0 0;
  56. }
  57. .line2{
  58. margin: 60rpx 0 0 0;
  59. }
  60. .btn1{
  61. width:630rpx;
  62. height:110rpx;
  63. background: #8E6011;
  64. color:#F8C324;
  65. border-radius: 14rpx;
  66. font-size: 36rpx;
  67. text-align: center;
  68. line-height: 110rpx;
  69. margin-top: 80rpx;
  70. }
  71. .btn2{
  72. width:630rpx;
  73. height:80rpx;
  74. background: #F8C324;
  75. color:#8E6011;
  76. font-size: 28rpx;
  77. text-align: center;
  78. line-height: 80rpx;
  79. margin-top: 60rpx;
  80. }