首页 > TAG信息列表 > 7px
input框中右面的箭头
.wxml中代码 <view class="arrowA"></view> .wxss中代码 .arrowA{ width: 7px; height: 7px; border-top: 2px solid #999; border-right: 2px solid #999; transform: rotate(45deg); position: relative; topcss设置滚动条样式
css伪类选择器可修改滚动条样式,仅限webkit内核浏览器。 点击查看代码 ::-webkit-scrollbar {/*滚动条整体*/ width: 7px; height: 7px; } ::-webkit-scrollbar-track{/*滑轨*/ background-color:#aaa; border-radius: 30px; } ::-webkit-scrollbar-thumb{ b代码:DIV点击事件模拟按钮
.warningPopup .warningText { margin-bottom: 5%; color: #21fffa; } .warningPopup .closeBtn { position: absolute; width: 9%; height: 9%; right: 7px; top: 7px; z-index: 100; } .warningPopup .warningConfirmBtn { background-color: rgb(14,46