setting.wxss 429 B

1234567891011121314151617181920212223242526272829
  1. /* pages/setting/setting.wxss */
  2. page {
  3. background: #F8F8F8;
  4. padding: 24rpx;
  5. box-sizing: border-box;
  6. }
  7. .abelCell {
  8. padding: 24rpx 20rpx;
  9. background: #FFFFFF;
  10. border-radius: 8rpx;
  11. }
  12. .abelCellItem {
  13. position: relative;
  14. line-height: 80rpx;
  15. /* text-align: justify; */
  16. /* text-justify: distribute-all-line; */
  17. }
  18. .abelCellItem::after {
  19. content: "\e615";
  20. position: absolute;
  21. right: 0;
  22. color: #A2A2A2;
  23. }