35 lines
763 B
SCSS
35 lines
763 B
SCSS
.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;
|
|
}
|
|
.shurupla1{
|
|
color: #333333;
|
|
}
|
|
.arrow {
|
|
width: 14rpx;
|
|
height: 25rpx;
|
|
background-color: #999999;
|
|
margin: auto 0;
|
|
margin-left: 27rpx;
|
|
}
|
|
}
|
|
} |