初始化
This commit is contained in:
130
pages/device/device.wxss
Normal file
130
pages/device/device.wxss
Normal file
@@ -0,0 +1,130 @@
|
||||
/* pages/device.wxss */
|
||||
.device-container {
|
||||
height: 100vh;
|
||||
}
|
||||
.control-rev{
|
||||
height: 45px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.title-rev {
|
||||
font-size: 17px;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.bt-clear {
|
||||
width: 55px !important;
|
||||
height: 29px;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
||||
.checkbox-scroll {
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.checkbox-rev-hex {
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.scroll-view-container {
|
||||
margin: 0 20px;
|
||||
padding: 0 3px 0 5px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.scroll-view-rev {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.view-rev-gap{
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.text-rev {
|
||||
font-size: 14px;
|
||||
word-break: break-all;
|
||||
font-family: Monospace;
|
||||
}
|
||||
|
||||
.control-send{
|
||||
height: 45px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.title-send {
|
||||
font-size: 17px;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.checkbox-send-hex {
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.view-input-send {
|
||||
margin: 0 20px;
|
||||
padding: 2px 3px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.input-send {
|
||||
height: 84px;
|
||||
width: 100%;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.view-bt-send {
|
||||
margin: 15px 20px 0px 20px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bt-send {
|
||||
flex: 1;
|
||||
height: 45px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.control-chinese{
|
||||
height: 45px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.title-chinese{
|
||||
font-size: 17px;
|
||||
flex:1;
|
||||
}
|
||||
|
||||
.checkbox-chinese{
|
||||
font-size: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.checkbox-chinese-first-item{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.text-support{
|
||||
font-size: 14px;
|
||||
color: #909399;
|
||||
margin-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user