当前位置:网站首页>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 .
边栏推荐
- Zzuli:1069 learn from classmate Z
- 15 C language advanced dynamic memory management
- Visual Studio導入
- 1037 Magic Coupon
- Pytorch Basics
- Importation de studio visuel
- Fabric. JS round brush
- VSCode paste image插件保存图片路径设置
- Win10 copy files, save files... All need administrator permission, solution
- Applet jumps to official account
猜你喜欢
2022-2-14 learning xiangniuke project - Section 6 displays login information
[paper translation] gcnet: non local networks meet squeeze exception networks and beyond
A collection of commonly used plug-ins for idea development tools
数理统计与机器学习
【论文翻译】GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
“简单”的无限魔方
Online music player app
【pyinstaller】_ get_ sysconfigdata_ name() missing 1 required positional argument: ‘check_ exists‘
Brew install * failed, solution
测试 - 用例篇
随机推荐
Visual Studio導入
Innovation never stops -- the innovation process of nvisual network visualization platform for Excel import
LCD之MIPI协议的一些说明
VSCode paste image插件保存图片路径设置
XSS basic content learning (continuous update)
Fabric. JS gradient
Practice C language advanced address book design
MySQL foundation --- query (learn MySQL foundation in 1 day)
A collection of commonly used plug-ins for idea development tools
Online English teaching app open source platform (customized)
idea开发工具常用的插件合集汇总
RGB 无限立方体(高级版)
Fabric. JS activation input box
Minimum value ruler method for the length of continuous subsequences whose sum is not less than s
I want to understand the swift code before I learn it. I understand it
软件测试答疑篇
Zzuli:1061 sequential output of digits
Brew install * failed, solution
[technical notes-08]
centos8安裝mysql8.0.22教程