deguodaigou/components/addaddress/shuru/shuru.scss

34 lines
723 B
SCSS
Raw Normal View History

2019-12-23 06:13:27 +00:00
.shuru {
width: 670rpx;
height: 100rpx;
border-bottom: 2rpx solid #E8E8E8;
margin: 0 auto;
display: flex;
justify-content: space-between;
line-height: 100rpx;
font-size: 28rpx;
.left {
color: #333333;
}
.right {
margin: auto 0;
display: flex;
.shuru1 {
width: 280rpx;
text-align: right;
}
.shurupla {
color: #999999;
font-size: 28rpx;
}
2019-12-23 08:08:18 +00:00
.shurupla1{
color: #333333;
}
2019-12-23 06:13:27 +00:00
.arrow {
2020-01-08 07:18:51 +00:00
width: 21rpx;
2019-12-23 06:13:27 +00:00
height: 25rpx;
margin: auto 0;
2020-01-08 07:18:51 +00:00
margin-left: 20rpx;
2019-12-23 06:13:27 +00:00
}
}
2019-12-14 03:53:14 +00:00
}