accredit.wxss 1.2 KB

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