in the project I am working on, the design draft given by ui is based on a fixed 1440px resolution. If it is greater or less than this resolution, such as 1200px or 1800px, it will cause the page layout to be ugly.
how do you solve this problem?
in the project I am working on, the design draft given by ui is based on a fixed 1440px resolution. If it is greater or less than this resolution, such as 1200px or 1800px, it will cause the page layout to be ugly.
how do you solve this problem?
write 1440px regularly, with white space on both sides. Scroll bars appear when the visual width of the browser is less than 1440, and most websites with the top width in the middle do this
content width
, this width is generally not too large, generally about 1000.
each box is an independent div ha
if the content width exceeds 1200, it is recommended to communicate with the designer. After all, the horizontal scroll bar is more anti-human
.the usual file upload is to select a file in the system pop-up window, then click the open button to upload the file directly, now we have a requirement that after the operation in the system pop-up window is completed, the upload will not be carr...