CN113050944A - Front-end page generation method and device and computer readable medium - Google Patents

Front-end page generation method and device and computer readable medium Download PDF

Info

Publication number
CN113050944A
CN113050944A CN202110429896.5A CN202110429896A CN113050944A CN 113050944 A CN113050944 A CN 113050944A CN 202110429896 A CN202110429896 A CN 202110429896A CN 113050944 A CN113050944 A CN 113050944A
Authority
CN
China
Prior art keywords
page
page element
setting
end page
width
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110429896.5A
Other languages
Chinese (zh)
Other versions
CN113050944B (en
Inventor
解永正
刘其勇
胡希报
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur General Software Co Ltd
Original Assignee
Shandong Inspur Genersoft Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN202110429896.5A priority Critical patent/CN113050944B/en
Publication of CN113050944A publication Critical patent/CN113050944A/en
Application granted granted Critical
Publication of CN113050944B publication Critical patent/CN113050944B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a front-end page generation method, a front-end page generation device and a computer readable medium. Designing the percentage of each page element in the front-end page; establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3); arranging each page element to form a 3D circular arc around the front end interface through CSS 3; setting each page element in the front-end page to scroll along with the sliding of a mouse; and setting the sound prompt of each page element when the page element is clicked. The scheme of the invention can improve the interactive experience of the front-end page.

Description

Front-end page generation method and device and computer readable medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a front-end page generating method and apparatus, and a computer-readable medium.
Background
The front-end page is a channel for direct interaction between a user and a system, the front-end page directly influences the use experience of the user, and the good user experience is more and more important nowadays, so that high requirements are provided for the interaction experience of the front-end interface.
At present, the display of the front-end interface is usually single interaction of a 2D plane, and with continuous progress and update of a browser, such a front-end interface cannot provide good interaction experience for a user due to poor visual effect and single interaction mode.
Disclosure of Invention
The embodiment of the invention provides a front-end page generation method, a front-end page generation device and a computer readable medium, which can improve the interactive experience of a front-end page.
In a first aspect, an embodiment of the present invention provides a front-end page generating method, including:
designing the percentage of each page element in the front-end page;
establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3);
arranging each page element to form a 3D circular arc around the front end interface through CSS 3;
setting each page element in the front-end page to scroll along with the sliding of a mouse;
and setting the sound prompt of each page element when the page element is clicked.
Preferably, the first and second electrodes are formed of a metal,
the designing the percentage of each page element in the front-end page comprises:
the designing the percentage of each page element in the front-end page comprises:
adding a meta tag at the head of the front-end page code to enable the width of the front-end page to automatically adapt to the width of terminal screen equipment; the meta tag comprises the width of a screen device and an initial zooming value of a page, wherein the initial zooming value comprises a page proportion, a minimum zooming proportion, a maximum playing proportion and an adjustment identifier representing whether the zooming proportion is allowed to be adjusted or not; and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
Preferably, the first and second electrodes are formed of a metal,
establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3), including:
in CSS3, defining a perspective attribute for the background of the front page, so that each page element obtains a perspective effect;
preferably, the first and second electrodes are formed of a metal,
the setting of each page element in the front-end page to scroll along with the sliding of the mouse comprises:
calling JavaScript, and capturing a roller sliding event of the mouse in real time;
when a roller sliding event is captured, determining the sliding angle and the sliding direction of the roller;
and controlling each page element to be scrolled in the front-end page through a translate attribute and a rotate attribute of the CSS3 according to the sliding angle and the sliding direction.
Preferably, the first and second electrodes are formed of a metal,
the setting of each page element by CSS3 to form a 3D arc around the front end interface includes:
moving each page element to enable each page element to be transversely arranged by setting a translate attribute;
setting a 3D scaling value of each page element by setting a scale attribute;
and (4) setting a rotate attribute to surround each page element in a circular arc shape.
Preferably, the first and second electrodes are formed of a metal,
the setting of the sound prompt of each page element when clicked comprises:
setting at least one audio element in a front-end page in advance;
capturing click events aiming at the page elements in real time through JavaScript;
when the click event is captured, triggering a target audio element in the at least one audio element, and playing corresponding audio to perform click prompt.
In a second aspect, an embodiment of the present invention provides a front-end page generating device based on any one of the front-end page generating methods in the first aspect, where the front-end page generating device includes:
the design module is used for designing the percentage of each page element in the front-end page;
the establishing module is used for establishing perspective effect on each page element in the front-end page through a cascading style sheet CSS 3;
the processing module is used for setting each page element to form a 3D circular arc around the front end interface through the CSS 3; setting each page element in the front-end page to scroll along with the sliding of a mouse; and setting the sound prompt of each page element when the page element is clicked.
Preferably, the first and second electrodes are formed of a metal,
the design module, when executing the design of the percentage of each page element in the front-end page, specifically executes:
adding a row of viewport element labels at the head of the front-end page code to ensure that the width of the front-end page automatically adapts to the width of terminal screen equipment;
the designing the percentage of each page element in the front-end page comprises:
adding a meta tag at the head of the front-end page code to enable the width of the front-end page to automatically adapt to the width of terminal screen equipment; the meta tag comprises the width of a screen device and an initial zooming value of a page, wherein the initial zooming value comprises a page proportion, a minimum zooming proportion, a maximum playing proportion and an adjustment identifier representing whether the zooming proportion is allowed to be adjusted or not; and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
In a third aspect, an embodiment of the present invention provides a front-end page generating apparatus, including: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform the method of any of the above first aspects.
In a fourth aspect, embodiments of the present invention provide a computer-readable medium having stored thereon computer instructions, which, when executed by a processor, cause the processor to perform the method of any of the first aspect. .
The embodiment of the invention provides a front-end page generation method, a front-end page generation device and a computer readable medium. In order to better realize self-adaptation of the page, firstly, the percentage of each page element in the front-end page is set, then, the perspective effect of each page element in the front-end page is established through the cascading style sheet CSS3, and each page primary color forms a 3D circular arc around the front-end interface, so that a better static visual effect is brought. And setting each page element in the front-end page to roll along with the sliding of the mouse and setting each page element to carry out voice prompt when being clicked, so that the interaction sense of a user is improved during interaction. The scheme provided by the invention realizes the improvement of the front-end page from 2D single interaction to 3D complex page and interaction, enhances the static visual effect, adds 3D rotation and click sound prompt to colleagues, and effectively improves the interaction experience of the front-end page.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a front-end page generation method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a front-end page generating apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention, and based on the embodiments of the present invention, all other embodiments obtained by a person of ordinary skill in the art without creative efforts belong to the scope of the present invention.
As mentioned above, the front-end page is a channel through which a user directly interacts with the system, the front-end page directly affects the user experience, and the status of good user experience is more and more important nowadays, so that a high requirement is provided for the interaction experience of the front-end interface.
At present, the display of the front-end interface is usually single interaction of a 2D plane, and with continuous progress and update of a browser, such a front-end interface cannot provide good interaction experience for a user due to poor visual effect and single interaction mode.
The following describes a front-end page generation method, apparatus, and computer readable medium according to various embodiments of the present invention in detail with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present invention provides a front-end page generating method, including the following steps:
step 101: designing the percentage of each page element in the front-end page;
step 102: establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3);
step 103: arranging each page element to form a 3D circular arc around the front end interface through CSS 3;
step 104: setting each page element in the front-end page to scroll along with the sliding of a mouse;
step 105: and setting the sound prompt of each page element when the page element is clicked.
In order to better realize self-adaptation of the page, firstly, the percentage of each page element in the front-end page is set, then, the perspective effect of each page element in the front-end page is established through the cascading style sheet CSS3, and each page primary color forms a 3D circular arc around the front-end interface, so that a better static visual effect is brought. And setting each page element in the front-end page to roll along with the sliding of the mouse and setting each page element to carry out voice prompt when being clicked, so that the interaction sense of a user is improved during interaction. The scheme provided by the invention realizes the improvement of the front-end page from 2D single interaction to 3D complex page and interaction, enhances the static visual effect, adds 3D rotation and click sound prompt to colleagues, and effectively improves the interaction experience of the front-end page.
In an embodiment of the present invention, the designing percentages of each page element in the front-end page includes:
adding a row of viewport element labels at the head of the front-end page code to ensure that the width of the front-end page automatically adapts to the width of terminal screen equipment;
the viewport meta tag is as follows:
<meta name="viewport"content="width=device-width,initial-scale=1.0,
maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">;
wherein, in "width-width", width is a width of setting layout viewport, and is a positive integer, "width-width" represents a width of a screen device, "initial-scale" 1.0 ", initial-scale is an initial scaling value of setting a page, and is a decimal number, 1.0 represents 100% of the page," minimum-scale "1.0" represents a minimum scaling ratio, "maximum-scale" 1.0 "represents a maximum scaling ratio," user-scale "no" represents whether a user can adjust the scaling ratio, and has a value of "no" or "yes";
and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
Specifically, in order to make the page more adaptive, a rem layout mode is adopted. When designing the percentage of the page elements, based on the resolution of the screen, the front-end page code is positioned, the screen width is self-adapted, and the relative size rem is used for describing the front-end page, the page elements and the font size.
In addition, the automatic adjustment of the position of the page element can be realized by using a flow layout technology. When the flow layout technology is used, the positions of elements in each block of the page are all floating, so that when the width of the screen device is too small and two elements cannot be placed, the latter element can automatically scroll to the lower part of the former element, and the latter element cannot overflow in the horizontal direction of the screen device. Based on the CSS3 media query method, CSS codes under different features are enabled to take effect according to the features of different screen devices. It is necessary to design the size and scale page of the screen device in advance and to uniformly place the pre-designed contents in a set of CSS codes. Features of the screen device include: the browser Width/height, the effective Max-Width when the mark is smaller than the maximum Width, the effective Min-Width when the mark is larger than the maximum Width, the Resolution Width-height Device-Width/Device-height of the screen Device, the Resolution of the screen Device, the Orientation when the vertical height is larger than or equal to the Width, and the Orientation when the horizontal height is smaller than the Width.
In an embodiment of the present invention, the establishing, by the cascading style sheet CSS3, a perspective effect for each page element in the front-end page includes:
in CSS3, perspective effect is obtained for each of the page elements by defining a perspective property for the background of the preceding page by:
Figure BDA0003030979790000071
in order to be able to see the effect of page element displacement, a perspective attribute needs to be added on the background. When the background is defined as a perspective property, each page element as a sub-element obtains a perspective effect, but not the background. The realization method comprises the following steps:
Figure BDA0003030979790000072
Figure BDA0003030979790000081
in an embodiment of the present invention, the setting that each page element in the front-end page scrolls along with a sliding of a mouse includes:
calling JavaScript, and capturing a roller sliding event of the mouse in real time;
when a roller sliding event is captured, determining the sliding angle and the sliding direction of the roller;
and controlling each page element to be scrolled in the front-end page through a translate attribute and a rotate attribute of the CSS3 according to the sliding angle and the sliding direction.
The setting of each page element by CSS3 to form a 3D arc around the front end interface includes:
moving each page element to enable each page element to be transversely arranged by setting a translate attribute;
setting a 3D scaling value of each page element by setting a scale attribute;
and (4) setting a rotate attribute to surround each page element in a circular arc shape.
Specifically, the rotation in CSS3 is realized by a rotate attribute, and rotate x (), rotate y (), and rotate z () respectively represent rotations around X, Y, Z axis. translate is used to achieve displacement, translate X (X) defines 3D translation, using only values for the X axis; translatey (Y) defines the 3D transformation, using only the values for the Y axis; translatez (Z) defines the 3D transformation, using only the values for the Z axis; the above represent displacements relative to the X, Y, Z axes, respectively. sacle is used to implement 3D scaling, scalex (X) given a 3D scaling transform value for one X-axis; scaley (x) given a 3D scaling transform value for one Y axis; scalez (x) given a 3D scaling transform value for one Z-axis. When the method is implemented to a specific application, in order to enhance the dynamic visual effect of the page, all the page elements are rotated into a 3D circular arc around the screen, and the page elements move along with the sliding of the mouse wheel. Since the 3D arc is generated by a visual fall, after the page elements are arranged by moving, the 3D scaling of the individual page elements needs to be adjusted according to different positions. The 3D zoom values of the page elements at the positions of the circular arc close to the middle are different from the 3D zoom values of the page elements at the positions of the circular arc close to the edge of the screen, so that visual fall is generated, and a viewer feels that the page elements close to the middle of the screen are far away from the screen, and the page elements close to the side frame of the screen are close to the screen. In order to improve the interaction experience of the user, a mouse wheel sliding event is captured through JavaScript, and page elements roll in a front-end page according to a sliding angle sliding direction, for example, the mouse wheel slides upwards for 30 degrees, and the page elements roll upwards along with the mouse wheel, so that the user can intuitively feel that the sliding operation of the mouse wheel is performed, and the interaction experience is improved.
In an embodiment of the present invention, the setting that each page element performs sound prompt when being clicked includes:
setting at least one audio element in a front-end page in advance;
capturing click events aiming at the page elements in real time through JavaScript;
when the click event is captured, triggering a target audio element in the at least one audio element, and playing corresponding audio to perform click prompt.
Specifically, in order to further improve the interactive experience, at least one audio element is arranged in the front-end page, and the audio is played when a click event is captured by JavaScript, so that the user is prompted to click a key, different audio can be set for different keys, the corresponding audio is played when the user clicks, and the user can be clearly informed of which key is clicked currently. In addition, besides playing audio when clicking, the dynamic effect of the video can be correspondingly set, and when the user clicks, the animation effect is played, so that the interface is more attractive, and the operation feeling of the user is stronger.
As shown in fig. 2, an embodiment of the present invention provides a front-end page generating apparatus of the front-end page generating method provided in any one of fig. 1, including:
a design module 201, configured to design percentages of each page element in the front-end page;
the establishing module 202 is configured to establish a perspective effect for each page element in the front-end page through a cascading style sheet CSS 3;
the processing module 203 is used for setting each page element to form a 3D circular arc around the front end interface through the CSS 3; setting each page element in the front-end page to scroll along with the sliding of a mouse; and setting the sound prompt of each page element when the page element is clicked.
In this embodiment of the present invention, when the designing module 201 executes the designing of the percentage of each page element in the front-end page, specifically:
adding a row of viewport element labels at the head of the front-end page code to ensure that the width of the front-end page automatically adapts to the width of terminal screen equipment;
the viewport meta tag is as follows:
<meta name="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">;
wherein, in "width-width", width is a width of setting layout viewport, and is a positive integer, "width-width" represents a width of a screen device, "initial-scale" 1.0 ", initial-scale is an initial scaling value of setting a page, and is a decimal number, 1.0 represents 100% of the page," minimum-scale "1.0" represents a minimum scaling ratio, "maximum-scale" 1.0 "represents a maximum scaling ratio," user-scale "no" represents whether a user can adjust the scaling ratio, and has a value of "no" or "yes";
and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
It is to be understood that the illustrated structure of the embodiment of the present invention does not constitute a specific limitation of the front-end page generating apparatus. In other embodiments of the invention, the front end page generating means may comprise more or fewer components than shown, or some components may be combined, some components may be split, or a different arrangement of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
The content of information interaction, execution process, and the like between the units in the front-end page generation device is based on the same concept as the method embodiment of the present invention, and specific content can refer to the description in the method embodiment of the present invention, and is not described herein again.
The present invention also provides a computer readable medium storing instructions for causing a computer to perform a front-end page generation method as described herein. Specifically, a system or an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the above-described embodiments are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD + RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer via a communications network.
Further, it should be clear that the functions of any one of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
It should be noted that not all steps and modules in the above flows and system structure diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by a plurality of physical entities, or some components in a plurality of independent devices may be implemented together.
In the above embodiments, the hardware unit may be implemented mechanically or electrically. For example, a hardware element may comprise permanently dedicated circuitry or logic (such as a dedicated processor, FPGA or ASIC) to perform the corresponding operations. The hardware elements may also comprise programmable logic or circuitry, such as a general purpose processor or other programmable processor, that may be temporarily configured by software to perform the corresponding operations. The specific implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been shown and described in detail in the drawings and in the preferred embodiments, the invention is not limited to the embodiments disclosed, and those skilled in the art will appreciate that various combinations of code auditing means in the various embodiments described above may be employed to obtain further embodiments of the invention, which are also within the scope of the invention.

Claims (10)

1. The front-end page generation method is characterized by comprising the following steps:
designing the percentage of each page element in the front-end page;
establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3);
arranging each page element to form a 3D circular arc around the front end interface through CSS 3;
setting each page element in the front-end page to scroll along with the sliding of a mouse;
and setting the sound prompt of each page element when the page element is clicked.
2. The method of claim 1,
the designing the percentage of each page element in the front-end page comprises:
adding a meta tag at the head of the front-end page code to enable the width of the front-end page to automatically adapt to the width of terminal screen equipment; the meta tag comprises the width of a screen device and an initial zooming value of a page, wherein the initial zooming value comprises a page proportion, a minimum zooming proportion, a maximum playing proportion and an adjustment identifier representing whether the zooming proportion is allowed to be adjusted or not; and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
3. The method of claim 1,
establishing a perspective effect for each page element in the front-end page through a cascading style sheet (CSS 3), including:
in CSS3, a perspective property is defined for the background of the front page, so that each page element obtains a perspective effect.
4. The method of claim 1,
the setting of each page element in the front-end page to scroll along with the sliding of the mouse comprises:
calling JavaScript, and capturing a roller sliding event of the mouse in real time;
when a roller sliding event is captured, determining the sliding angle and the sliding direction of the roller;
and controlling each page element to be scrolled in the front-end page through a translate attribute and a rotate attribute of the CSS3 according to the sliding angle and the sliding direction.
5. The method of claim 1,
the setting of each page element by CSS3 to form a 3D arc around the front end interface includes:
moving each page element to enable each page element to be transversely arranged by setting a translate attribute;
setting a 3D scaling value of each page element by setting a scale attribute;
and (4) setting a rotate attribute to surround each page element in a circular arc shape.
6. The method of claim 1,
the setting of the sound prompt of each page element when clicked comprises:
setting at least one audio element in a front-end page in advance;
capturing click events aiming at the page elements in real time through JavaScript;
when the click event is captured, triggering a target audio element in the at least one audio element, and playing corresponding audio to perform click prompt.
7. The front-end page generation apparatus based on the front-end page generation method according to any one of claims 1 to 6, comprising:
the design module is used for designing the percentage of each page element in the front-end page;
the establishing module is used for establishing perspective effect on each page element in the front-end page through a cascading style sheet CSS 3;
the processing module is used for setting each page element to form a 3D circular arc around the front end interface through the CSS 3; setting each page element in the front-end page to scroll along with the sliding of a mouse; and setting the sound prompt of each page element when the page element is clicked.
8. The apparatus of claim 7,
the design module, when executing the design of the percentage of each page element in the front-end page, specifically executes:
the designing the percentage of each page element in the front-end page comprises:
adding a meta tag at the head of the front-end page code to enable the width of the front-end page to automatically adapt to the width of terminal screen equipment; the meta tag comprises the width of a screen device and an initial zooming value of a page, wherein the initial zooming value comprises a page proportion, a minimum zooming proportion, a maximum playing proportion and an adjustment identifier representing whether the zooming proportion is allowed to be adjusted or not; and when the font size is 100% of the default size of the page, describing the front-end page, each page element and the font size by using a relative size rem.
9. Front end page generating apparatus, comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor, configured to invoke the machine readable program, to perform the method of any of claims 1 to 6.
10. Computer readable medium, characterized in that it has stored thereon computer instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 6.
CN202110429896.5A 2021-04-21 2021-04-21 Front-end page generation method, device and computer readable medium Active CN113050944B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110429896.5A CN113050944B (en) 2021-04-21 2021-04-21 Front-end page generation method, device and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110429896.5A CN113050944B (en) 2021-04-21 2021-04-21 Front-end page generation method, device and computer readable medium

Publications (2)

Publication Number Publication Date
CN113050944A true CN113050944A (en) 2021-06-29
CN113050944B CN113050944B (en) 2024-01-26

Family

ID=76519906

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110429896.5A Active CN113050944B (en) 2021-04-21 2021-04-21 Front-end page generation method, device and computer readable medium

Country Status (1)

Country Link
CN (1) CN113050944B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6850252B1 (en) * 1999-10-05 2005-02-01 Steven M. Hoffberg Intelligent electronic appliance system and method
CN110837617A (en) * 2019-10-11 2020-02-25 平安科技(深圳)有限公司 Webpage self-adaptive layout method, server and computer readable storage medium
WO2020233056A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 H5 page-based animation display method, apparatus and device, and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6850252B1 (en) * 1999-10-05 2005-02-01 Steven M. Hoffberg Intelligent electronic appliance system and method
WO2020233056A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 H5 page-based animation display method, apparatus and device, and storage medium
CN110837617A (en) * 2019-10-11 2020-02-25 平安科技(深圳)有限公司 Webpage self-adaptive layout method, server and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李伙钦;: "基于CSS3的自适应网页的设计与实现", 科技视界, no. 02 *

Also Published As

Publication number Publication date
CN113050944B (en) 2024-01-26

Similar Documents

Publication Publication Date Title
US8997021B2 (en) Parallax and/or three-dimensional effects for thumbnail image displays
CN100481132C (en) Compose rate reduction for displays
US8582952B2 (en) Method and apparatus for identifying video transitions
US11265614B2 (en) Information sharing method and device, storage medium and electronic device
CN108924622B (en) Video processing method and device, storage medium and electronic device
CN107728905B (en) Bullet screen display method and device and storage medium
CN105930464B (en) Web rich media cross-screen adaptation method and device
CN104243668A (en) Video full-screen playing method and device based on Android operating system
US10169307B2 (en) Method and system for the use of adjustment handles to facilitate dynamic layout editing
CN113691854A (en) Video creation method and device, electronic equipment and computer program product
CN113342248A (en) Live broadcast display method and device, storage medium and electronic equipment
CN104967922A (en) Subtitle adding position determining method and device
CN111279687A (en) Video subtitle processing method and director system
Jing et al. Content-aware video2comics with manga-style layout
CN113115098A (en) Video display method and device
CN114339363B (en) Picture switching processing method and device, computer equipment and storage medium
CN108008894B (en) Content display method and device and terminal equipment
CN113115108A (en) Video processing method and computing device
CN113050944A (en) Front-end page generation method and device and computer readable medium
CN114339192B (en) Virtual reality glasses playing method for WEB VR (virtual reality) content
CN106488314B (en) A kind of barrage rendering method
CN107391113B (en) Display processing method of electronic terminal and electronic terminal
US20220060801A1 (en) Panoramic Render of 3D Video
CN111757164B (en) Video playing switching method and device, electronic equipment and storage medium
CN114021047A (en) Information presentation method in immersive activity system and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20231228

Address after: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant after: Inspur Genersoft Co.,Ltd.

Address before: 250100 No. 2877 Kehang Road, Sun Village Town, Jinan High-tech District, Shandong Province

Applicant before: SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant