adminUser.wxss 906 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f6f6f6;
  6. }
  7. .main .one {
  8. position: fixed;
  9. z-index: 9999;
  10. width: 100%;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. background-color: #409eff;
  14. color: #ffffff;
  15. text-align: center;
  16. }
  17. .main .two {
  18. position: absolute;
  19. top: 80rpx;
  20. width: 100%;
  21. }
  22. .main .two .tab {
  23. padding: 0 20rpx;
  24. margin: 20rpx 0 0 0;
  25. }
  26. .main .two .tab .list {
  27. /* border: 1px solid #ff0000; */
  28. margin: 0 0 15rpx 0;
  29. padding: 15rpx;
  30. border-radius: 15rpx;
  31. box-shadow: 0 0 5px #999;
  32. }
  33. .main .two .tab .list .mobile {
  34. font-size: 40rpx;
  35. font-weight: bold;
  36. color: #ff0000;
  37. }
  38. .main .two .tab .list .other {
  39. font-size: 35rpx;
  40. color: #666;
  41. }
  42. .main .two .tab .list .other view {
  43. margin: 10rpx 0 0 0;
  44. }
  45. .main .two .tab .list .other view text {
  46. color: #000;
  47. }
  48. .main .two .tab .list .btn {
  49. text-align: center;
  50. margin: 10rpx 0 0 0;
  51. }