binding.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. line-height: 28rpx;
  13. }
  14. .text3{
  15. width:690rpx;
  16. font-size:28rpx;
  17. margin: 60rpx 0 0 0;
  18. font-weight: 400;
  19. line-height: 40rpx;
  20. }
  21. .text4{
  22. width:690rpx;
  23. font-size:28rpx;
  24. margin: 30rpx 0 0 0;
  25. font-weight: 400;
  26. line-height: 40rpx;
  27. }
  28. .panelBottom{
  29. width:100%;
  30. height:120rpx;
  31. border-top:1rpx solid #D2D2D2;
  32. background-color: #fff;
  33. position: fixed;
  34. bottom:0;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .btn{
  39. width:690rpx;
  40. height:80rpx;
  41. text-align: center;
  42. border:1rpx solid #9B9B9B;
  43. font-size:33rpx;
  44. line-height: 80rpx;
  45. border-radius: 10rpx;
  46. color:#1E1E1E;
  47. background-color: #fff;
  48. }
  49. .userinfo{
  50. width:100%;
  51. height:120rpx;
  52. background-color: #ffffff;
  53. justify-content: flex-start;
  54. border-bottom: 1rpx solid #E3E3E3;
  55. }
  56. .avatar{
  57. margin-left: 30rpx;
  58. width:60rpx;
  59. height:60rpx;
  60. border-radius: 50%;
  61. }
  62. .nickname{
  63. margin-left: 30rpx;
  64. font-weight:400;
  65. font-size: 28rpx;
  66. }
  67. .btn2{
  68. color:#B3443B;
  69. }
  70. .btn3{
  71. width:345rpx;
  72. margin: 0 10rpx;
  73. }