答:可以使用bordertop、borderright、borderbottom、borderleft属性分别设置上、右、下、左四个方向的边框样式,每个属性可以指定边框的宽度和颜色。bordertop: 1px solid #000;表示设置顶部边框为实线,宽度为1像素,颜色为黑色。
/* bottom: -0.1rem; */ bottom: 0.2rem; left: 50%; transform: translateX(-50%); }
复制代码 如果需要设置不同边框样式,可以使用 border-top、border-right、border-bottom 和border-left 分别设置每个边的样式、宽度和颜色,例如: <view border-top border-right border-bottom border-left style="border-style: solid; border-width: 1px; border-color: #000;"></view> 复制代码 0 赞 0 踩...
.corner-tleft{ border-bottom: 0; border-right: 0; top:9.6%; left:7.5%; z-index: 10; } .corner-tright{ border-bottom: 0; border-left: 0; top:9.6%; right:7.5%; z-index: 11; } .corner-bleft{ border-top: 0; border-right: 0; top:78%; left:7.5%; z-index: 12; } .cor...
比较好的一种解决办法是使用伪类: .menus{position:fixed;bottom:0;left:0;right:0;height:90rpx;}.menus::after{content:" ";position:absolute;top:0;right:0;height:1px;border-top:1px solid #d9d9d9;color:#d9d9d9;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scaleY...
bottom center 设置背景图的位置:background-position 数值,比如直接写background-position:200rpx 100rpx;意思就是在x轴上偏移200rpx,在y轴上偏移100rpx。如果只写了一个值,比如:background-position:200rpx;那么在x轴上偏移200rpx,y轴上居中。 别名,background-position:right top;意思是x轴上居最右边,y轴上...
border-radius: 48rpx; margin-top: 40rpx; position: relative; } .out:after { content: ''; display: block; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border-radius: 48rpx; background: linear-gradient(90deg, rgba(252, 191, 81, 1), rgba(90, 188, 48...
double: 定义两个边框。 两个边框的宽度和 border-width 的值相同 groove: 定义3D沟槽边框。效果取决于边框的颜色值 ridge: 定义3D脊边框。效果取决于边框的颜色值 inset:定义一个3D的嵌入边框。效果取决于边框的颜色值 outset: 定义一个3D突出边框。 效果取决于边框的颜色值...
*/onReachBottom:function(){ },/** * 用户点击右上角分享 */onShareAppMessage:function(){ },/** * 加载电影 */loadMovie:function(){varpage =this; wx.request({url:'http://api.douban.com/v2/movie/in_theaters',header:{'Content-Type':"application/json"},success:function(res){varsubjects...
微信小程序(CSS):利用 border-bottom 画出多彩条纹线(土土的办法...),程序员大本营,技术文章内容聚合第一站。