投屏pc端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
829 B

6 years ago
6 years ago
6 years ago
  1. /* inupt输入框样式 */
  2. .login-input.el-input {
  3. width: 350px;
  4. }
  5. .verify-input.el-input {
  6. width: 250px;
  7. }
  8. .login-input.el-input .el-input__inner {
  9. background: none;
  10. border: none;
  11. padding: 0;
  12. }
  13. .login-input-left.el-input {
  14. width: 300px;
  15. }
  16. .area .el-select .el-input__inner{
  17. width: 60px;
  18. border: none;
  19. background: none;
  20. padding: 0;
  21. }
  22. /* 上传图片 */
  23. .upload-photo li .upload-photo-box .add-photo-btn .el-icon-plus {
  24. width: 100%;
  25. line-height: 80px;
  26. font-size: 30px;
  27. color: #ccc;
  28. text-align: center;
  29. }
  30. .upload-photo .el-upload-list--picture-card .el-upload-list__item, .upload-photo .el-upload--picture-card {
  31. width: 100px;
  32. height: 100px;
  33. line-height: 104px;
  34. margin: 0;
  35. }
  36. .upload-photo .el-upload-list__item-status-label {
  37. line-height: 24px;
  38. }
  39. .upload-photo.hide .el-upload--picture-card{
  40. display: none;
  41. }