If it is a system, it is recommended to do the mobile terminal and PC terminal separately, and then use Nginx/Apache to redirect according to the access header
1. Either make two sets, access the same address, and display PC and mobile pages separately 2. Make one set of pages, use responsive style, write it yourself, or rewrite it on the bootstrap source code, etc.
This has nothing to do with java, just pay attention to these two points:
Adaptive
Image compression
If it is a system, it is recommended to do the mobile terminal and PC terminal separately, and then use Nginx/Apache to redirect according to the access header
Just make all pages adaptive
If you want to make it responsive, the grid system of frameworks like bootstrap and zmaze ui can do it.
1. Either make two sets, access the same address, and display PC and mobile pages separately
2. Make one set of pages, use responsive style, write it yourself, or rewrite it on the bootstrap source code, etc.