deguodaigou/pages/index/index.scss

24 lines
410 B
SCSS
Raw Normal View History

2019-12-23 10:04:09 +08:00
.box {
border-top: #eaeaea solid 1rpx;
width: 750rpx;
// overflow: hidden;
display: flex;
align-items: center;
flex-direction: column;
2020-01-06 14:32:56 +08:00
.tishi{
width: 100%;
padding: 20rpx 40rpx;
font-size: 26rpx;
color: #333;
border-top:10rpx solid #eee;
box-sizing: border-box;
}
.oxs{
view:last-child{
border-bottom:10rpx solid #eee;
}
}
2019-12-23 10:04:09 +08:00
}