settings.wxss 329 B

12345678910111213141516171819
  1. .cells {
  2. margin-top: 20rpx;
  3. }
  4. .cells .item {
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. position: relative;
  9. padding: 20rpx 30rpx;
  10. border-bottom: 1rpx solid #f0f0f0;
  11. background-color: #fff;
  12. font-size: 30rpx;
  13. }
  14. .cells .divider {
  15. height: 20rpx;
  16. box-shadow: inset 0 1rpx 2rpx #eee;
  17. }