set.wxss 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. }
  14. .list-cell {
  15. display: flex;
  16. align-items: baseline;
  17. padding: 20rpx 30rpx;
  18. line-height: 60rpx;
  19. position: relative;
  20. background: #fff;
  21. justify-content: center;
  22. }
  23. .list-cell.log-out-btn {
  24. margin-top: 40rpx;
  25. }
  26. .list-cell.log-out-btn .cell-tit {
  27. color: #5dbc7c;
  28. text-align: center;
  29. margin-right: 0;
  30. }
  31. .list-cell .cell-tit {
  32. flex: 1;
  33. font-size: 30rpx;
  34. color: #303133;
  35. margin-right: 10rpx;
  36. }
  37. .list-cell .cell-tip {
  38. font-size: 28rpx;
  39. color: #909399;
  40. }
  41. .list-cell switch {
  42. -webkit-transform: translateX(16rpx) scale(0.84);
  43. transform: translateX(16rpx) scale(0.84);
  44. }