chatbotwidget.wxss 1022 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
/* packageA/pages/chatbotwidget/chatbotwidget.wxss */

.nav {
position: relative;
}
.floatBtn {
z-index: 100;
position: absolute;
top: 50%;
margin-top: -50px;
right: 0;
width: 110px;
padding-left: 25px;
box-sizing: border-box;
display: flex;
align-items: center;
height:44px;
background:rgba(255,255,255,1);
box-shadow:0px 2px 5px 0px rgba(0,0,0,0.07);
border-radius:22px 0px 0px 22px;
border:1px solid rgba(232,232,232,1);
}
.correct{
font-size:15px;
font-family:MicrosoftYaHeiUI;
font-weight:bold;
/* color:rgba(11,187,9,1); */
color:rgba(96,98,102,1);
background-color: #ffffff;
}
.empty {
width:1px;
height:14px;
margin: 0 15px;
background-color: #E8E8E8;
}
.clear {
font-size:15px;
font-family:MicrosoftYaHeiUI;
font-weight:bold;
color:rgba(96,98,102,1);
}
.active {
color:rgba(11,187,9,1);
}
button::after {
border: none;
}
button {
padding: 0;
margin: 0;
background-color: #ffffff;
}
input{
outline:none;
border:none;
list-style: none;
}