binding.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .text1{
  2. align-self: flex-start;
  3. font-size:32rpx;
  4. margin: 50rpx 0 30rpx 30rpx;
  5. }
  6. .text2{
  7. font-size:24rpx;
  8. color:#787878;
  9. margin-top: 30rpx;
  10. width:690rpx;
  11. font-weight: 400;
  12. }
  13. .text3{
  14. font-size:28rpx;
  15. margin: 60rpx 0 0 0;
  16. font-weight: 400;
  17. text-align: center;
  18. line-height: 40rpx;
  19. }
  20. .btn{
  21. width:690rpx;
  22. height:90rpx;
  23. text-align: center;
  24. border:1rpx solid #9B9B9B;
  25. font-size:36rpx;
  26. line-height: 90rpx;
  27. border-radius: 14rpx;
  28. color:#787878;
  29. background-color: #fff;
  30. margin-top: 30rpx;
  31. }
  32. .userinfo{
  33. width:100%;
  34. height:120rpx;
  35. background-color: #ffffff;
  36. justify-content: flex-start;
  37. border-bottom: 1rpx solid #E3E3E3;
  38. }
  39. .avatar{
  40. margin-left: 30rpx;
  41. width:60rpx;
  42. height:60rpx;
  43. border-radius: 50%;
  44. }
  45. .nickname{
  46. margin-left: 30rpx;
  47. font-weight:400;
  48. font-size: 28rpx;
  49. }
  50. .btn2{
  51. margin-top: 60rpx;
  52. background-color: #B3443B;
  53. color:#fff;
  54. }
  55. .btn3{
  56. background-color: #B3443B;
  57. color:#fff;
  58. width:290rpx;
  59. margin: 30rpx 10rpx;
  60. }
  61. .btn4{
  62. width:290rpx;
  63. margin: 30rpx 10rpx;
  64. }