set_up.acss 674 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* required by usingComponents */
  2. /* pages/mine_data/mine_data.wxss */
  3. page {
  4. background-color: #f2f3f5;
  5. }
  6. .mine-data {
  7. margin-top: 20rpx;
  8. }
  9. .mine-data-list {
  10. background-color: #fff;
  11. padding: 0 40rpx;
  12. }
  13. .list-item {
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. font-size: 28rpx;
  17. border-bottom: solid 1rpx #e5e5e5;
  18. }
  19. .list-item:last-child {
  20. border: none;
  21. }
  22. .iconfont {
  23. float: right;
  24. font-size: 28rpx;
  25. color: #cccccc;
  26. }
  27. .exit{
  28. width:60%;
  29. margin: 0 auto;
  30. margin-top: 80rpx;
  31. height: 80rpx;
  32. text-align: center;
  33. line-height: 80rpx;
  34. border: solid 1rpx var(--globleColor);
  35. color: var(--orgFont);
  36. background-color: #fff;
  37. font-size: 28rpx;
  38. border-radius: 50rpx;
  39. }