其他分享
首页 > 其他分享> > input框中右面的箭头

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;   top: 42rpx;   left: 20rpx; }   

标签:7px,solid,2px,top,999,右面,input,border,框中
来源: https://www.cnblogs.com/wangqunye/p/15984976.html