information.wxss 562 B

123456789101112131415161718192021222324252627282930313233
  1. /* dispatcher/pages/information/information.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .list {
  4. padding: 0rpx;
  5. }
  6. .li {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. padding: 30rpx;
  11. background: #fff;
  12. border-radius: 0;
  13. border-bottom: solid 1rpx #e6e6e6;
  14. margin: 0;
  15. }
  16. .li-label {
  17. font-size: 32rpx;
  18. color: #666;
  19. margin: 0;
  20. }
  21. .li-image {
  22. width: 60rpx;
  23. height: 60rpx;
  24. border-radius: 60rpx;
  25. }
  26. .li-input,
  27. .li-picker,
  28. .li-text {
  29. width: 400rpx;
  30. font-size: 30rpx;
  31. color: #999;
  32. text-align: right;
  33. }