I’ve been writing pages lately and I’ll tell you? As an advanced CSS novice, I won’t brag about how to write CSS. Bootstrap’s specifications are very good. Record a few things that need attention here
1. Regarding the drawings given to me, there was only one PSD with inaccurate pixels and uneven spacing. I really had no choice but to download the artifact MarkMan and mark it myself. . I just want to say that I am a programmer, not a design lion. Can you still be less serious? The design is not rigorous, so many programmers can only visually measure the distance, which is very painful. There are many small tools that can measure and pick colors, such as FSC. But it’s not as magical as MrakMan, please look at the picture below
It suddenly felt very relaxing
In addition, if the designer complains that the programmer cannot 100% restore the design draft, please go here
http://www.zhihu.com/question/27743708/answer/39026570
2. Modular layout, when multiple people develop the same page, each person only needs to write their own blocks The elements within can be combined into a complete page
3. Try to use as few unnecessary pop-up windows as possible, and the use of secondary pop-up windows is strictly prohibited! There is nothing wrong with popping up a small DIV to input some information, but it is very wrong to have a pop-up window on the pop-up window. I don’t know which grandson made the prototype. It pissed me off. Not to mention that the user can’t think of it, I spent a long time looking for it. The secondary pop-up experience is very bad! If there was a level 3 pop-up window, I would go crazy. Bounce, bounce, bounce away the crow’s feet, bounce, bounce, bounce my balls. In addition, the pop-up window must have a close or cancel button. This prototype is useless, it doesn’t even have a XX, I can’t help but complain.