当前位置:网站首页>Stick to the big screen UI, finereport development diary
Stick to the big screen UI, finereport development diary
2022-07-02 05:47:00 【They call me technical director】
Catalog
2、 Change the of the drop-down box UI Methods
3、 ... and 、 The third edition
Preface :
As expected, serving the people is infinite , When I finished developing a practical large screen , Leaders want to sublimate it , Become the entrance of Foreign Exchange . wow , Suddenly the pattern opened , However, the service also started . First, I applied for the budget from the leader , Find a major UI The company will design and assist the large screen landing . So I began to dwell on every detail , No detail is allowed to be let go . This time we will discuss one of them , See how I design and implement a drop-down box .
One 、 The first edition

As shown in the figure , This is a Kanban at the base level , The corresponding drop-down box is black on white , No fillet treatment, etc .
Two 、 The second edition
1、 Improvement effect

Because the first edition is report Default color , Because this general query button will be placed in a query area , But there is no new query area to deal with the query box alone , The second edition has rounded corners , The background color is set to transparent , The font is Microsoft YaHei white , Then it corresponds to the workshop in the middle 、 model 、 workshop + Model number tab The block tab is also treated uniformly , The overall effect is better , But the corresponding blue drop-down box wants to be set to transparent , Only the triangle inside is white . I haven't worked out how to realize it yet .
2、 Change the of the drop-down box UI Methods
1) Browser preview report , Here we use Chrome Browser as an example .
2) Place the mouse on the desired view class On the control of , The right choice 「 Check 」, You can view the class sentence . As shown in the figure below :

Select one of the drop-down box controls , add to JS event .

Code :
setTimeout(function() {
$(".fr-trigger-texteditor").css({
'background-color': '#424242'
});// Change the background color
$(".fr-trigger-texteditor").css({
'color': 'white'
});// Change the font color to white
$(".fr-trigger-texteditor").css({
'border-top-left-radius': '1.5px'
});// Add a fillet in the upper left corner
$(".fr-trigger-texteditor").css({
'border-bottom-left-radius': '1.5px'
});// Add a fillet in the lower left corner
$(".fr-trigger-texteditor").css({
'border': '0.1px'
});// Border is 0.1px
}, 100)3、 ... and 、 The third edition
Change the border color to light blue , Change the color of the drop-down box to transparent , In this way, the whole drop-down box looks more delicate . Of course, this is not the final version , You have to fight hard .. Ha ha ha . Life lies in tossing . If you have a better design, you are welcome to fight together .
边栏推荐
猜你喜欢

KMP idea and template code

Operator details

brew install * 失败,解决方法

3D printer G code command: complete list and tutorial

Grbl software: basic knowledge of simple explanation

【论文翻译】GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond

【pyinstaller】_ get_ sysconfigdata_ name() missing 1 required positional argument: ‘check_ exists‘

15 C language advanced dynamic memory management

正则表达式总结

Record sentry's path of stepping on the pit
随机推荐
Ubuntu 20.04 installing mysql8
Reflection of the soul of the frame (important knowledge)
Grbl software: basic knowledge of simple explanation
Zzuli:1064 encrypted characters
Practice C language advanced address book design
Sliding window on the learning road
Innovation never stops -- the innovation process of nvisual network visualization platform for Excel import
测试 - 用例篇
Gcnet: non - local Networks meet Squeeze excitation Networks and Beyond
3D printer G code command: complete list and tutorial
Fabric. JS 3 APIs to set canvas width and height
Fabric. JS activation input box
Fabric. JS background is not affected by viewport transformation
记录sentry的踩坑之路
all3dp.com网站中全部Arduino项目(2022.7.1)
Fabric. JS round brush
Lantern Festival gift - plant vs zombie game (realized by Matlab)
Conglin environmental protection rushes to the scientific and Technological Innovation Board: it plans to raise 2billion yuan, with an annual profit of more than 200million yuan
[Chongqing Guangdong education] selected reading reference materials of British and American literature of Nanyang Normal University
[personal test] copy and paste code between VirtualBox virtual machine and local