/* 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; }