me.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/wx_authority/wx_authority.wxss */
  2. page{
  3. background: #F3A010;
  4. }
  5. .bg {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. /* .logo {
  13. text-align: center;
  14. padding:0;
  15. margin: 0;
  16. } */
  17. .logo{
  18. position:fixed;
  19. top:0;
  20. left:0;
  21. width:100%;
  22. height:1334rpx;
  23. padding:0;
  24. margin: 0;
  25. }
  26. .content {
  27. /* position: fixed;
  28. top: 0;
  29. left: 0; */
  30. width: 100%;
  31. height: 100%;
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: center;
  35. align-items: center;
  36. }
  37. .head{
  38. position: fixed;
  39. top: 0;
  40. left: 24rpx;
  41. display: flex;
  42. justify-content: start;
  43. }
  44. .head-img{
  45. width: 78rpx;
  46. height: 78rpx;
  47. border-radius: 50%;
  48. margin-right: 13rpx;
  49. }
  50. .head-text{
  51. font-size: 30rpx;
  52. color: #fff;
  53. display: inline-block;
  54. /* position: relative;
  55. bottom: 15rpx; */
  56. line-height: 80rpx;
  57. height: 80rpx;
  58. background: transparent;
  59. border: none;
  60. margin:auto 0;
  61. padding: 0;
  62. font-weight:600;
  63. }
  64. .me{
  65. position: fixed;
  66. bottom: 60rpx;
  67. width: 100%;
  68. display: flex;
  69. justify-content: space-around;
  70. }
  71. .me-item-img{
  72. width: 129rpx;
  73. height: 162rpx;
  74. }
  75. .middle-img{
  76. width: 148rpx;
  77. height: 162rpx;
  78. }
  79. /* 弹幕 */
  80. .model-text{
  81. color: #393939;
  82. font-size: 30rpx;
  83. text-align: center;
  84. margin: 95rpx 50rpx;
  85. }
  86. .model-list{
  87. margin:78rpx 180rpx;
  88. color: #393939;
  89. font-size: 34rpx;
  90. }
  91. .model-list-btn{
  92. width: 284rpx;
  93. height: 80rpx;
  94. line-height: 80rpx;
  95. background: #F3A010;
  96. border-radius: 80rpx;
  97. margin-bottom: 60rpx;
  98. font-weight: 600;
  99. }