deguodaigou/pages/index/index.scss
2020-01-06 14:32:56 +08:00

24 lines
410 B
SCSS

.box {
border-top: #eaeaea solid 1rpx;
width: 750rpx;
// overflow: hidden;
display: flex;
align-items: center;
flex-direction: column;
.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;
}
}
}