usercenter.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .aui-take-content{
  2. background: #1e8153;
  3. width:100%;
  4. height:365rpx;
  5. background-size:cover;
  6. background-position:center;
  7. }
  8. .aui-take-content-col{
  9. background-color:rgba(255,255,255,0.97);
  10. width:100%;
  11. height:265px;
  12. padding-top:45px;
  13. }
  14. .aui-img-logo{
  15. width:60px;
  16. height:60px;
  17. margin:0 auto;
  18. }
  19. .aui-img-logo image{
  20. width:60px;
  21. height:60px;
  22. display:block;
  23. border:none;
  24. border-radius:100%;
  25. }
  26. .aui-img-text {
  27. text-align:center;
  28. padding-top:20px;
  29. }
  30. .aui-img-text .h2{
  31. font-size:1rem;
  32. font-weight:normal;
  33. color:#333333;
  34. }
  35. .aui-img-text .p{
  36. font-size:0.8rem;
  37. }
  38. .aui-flex-box {
  39. padding: 12px 15px;
  40. display: -webkit-box;
  41. display: -webkit-flex;
  42. display: flex;
  43. -webkit-box-align: center;
  44. -webkit-align-items: center;
  45. align-items: center;
  46. /* background: #900; */
  47. }
  48. .aui-icon-box .aui-flex-box-hd {
  49. width: 25px;
  50. height: 25px;
  51. margin-right: 8px;
  52. }
  53. .aui-icon-box .aui-flex-box-hd image {
  54. width: 28px;
  55. height: 28px;
  56. display: block;
  57. border: none;
  58. border-radius: inherit;
  59. }
  60. .aui-flex-box-bd {
  61. -webkit-box-flex: 1;
  62. -webkit-flex: 1;
  63. flex: 1;
  64. min-width: 0;
  65. color: #525252;
  66. font-size: 0.8rem;
  67. }
  68. .aui-flex-box-fr {
  69. text-align: right;
  70. color: #a6a6a6;
  71. padding-right: 15px;
  72. position: relative;
  73. font-size: 0.8rem;
  74. }
  75. .aui-flex-box-fr:after {
  76. content: " ";
  77. display: inline-block;
  78. height: 9px;
  79. width: 9px;
  80. border-width: 2px 2px 0 0;
  81. border-color: #cacaca;
  82. border-style: solid;
  83. -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  84. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  85. position: relative;
  86. top: -2px;
  87. top: 50%;
  88. margin-top: -6px;
  89. right: 2px;
  90. border-radius: 2px;
  91. }
  92. .divHeight {
  93. width: 100%;
  94. height: 1rpx;
  95. background: #f5f5f5;
  96. position: relative;
  97. }
  98. .aui-button {
  99. padding: 1rem;
  100. }
  101. .aui-btn-out {
  102. background: #fff;
  103. border-radius: 4px;
  104. color: #e64340;
  105. font-size: 0.85rem;
  106. width: 100%;
  107. border: 1rpx solid #cccccc;
  108. height: 43px;
  109. line-height: 43px;
  110. }
  111. .aui-btn-out:active {
  112. background: #eee;
  113. }