index.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. page {
  2. background: #ededed;
  3. }
  4. .btn-hover {
  5. background: #f2f2f2 !important;
  6. }
  7. .user {
  8. // height: 1800rpx;
  9. padding-bottom: 80rpx;
  10. padding-top: 0rpx;
  11. .com-item {
  12. padding-left: 20rpx;
  13. padding-right: 20rpx;
  14. margin-top: 20rpx;
  15. .com-wrap {
  16. border-radius: 25rpx;
  17. overflow: hidden;
  18. }
  19. }
  20. .cell {
  21. height: 110rpx;
  22. padding-left: 20rpx;
  23. padding-right: 20rpx;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. background: #fff;
  28. border-bottom: 1px solid #f8f8f8;
  29. &:active {
  30. background: #f2f2f2;
  31. }
  32. &:last-child {
  33. border-bottom: none !important;
  34. }
  35. .cell-left {
  36. display: flex;
  37. align-items: center;
  38. .cell-icon {
  39. width: 50rpx;
  40. height: 50rpx;
  41. }
  42. .cell-text {
  43. color: #666;
  44. font-size: 32rpx;
  45. margin-left: 20rpx;
  46. // font-size: 30rpx;
  47. }
  48. }
  49. .iconfont {
  50. font-size: 40rpx;
  51. color: #999;
  52. }
  53. }
  54. }
  55. .signinnow {
  56. background: orangered;
  57. font-size: 34rpx;
  58. color: #fff;
  59. margin: 0 60rpx 40rpx;
  60. text-align: center;
  61. line-height: 90rpx;
  62. height: 90rpx;
  63. border-radius: 16rpx;
  64. font-weight: bold;
  65. }