38 lines
582 B
Plaintext
38 lines
582 B
Plaintext
.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;
|
|
}
|
|
|
|
.shuru .left {
|
|
color: #333333;
|
|
}
|
|
|
|
.shuru .right {
|
|
margin: auto 0;
|
|
display: flex;
|
|
}
|
|
|
|
.shuru .right .shuru1 {
|
|
width: 280rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.shuru .right .shurupla {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.shuru .right .arrow {
|
|
width: 14rpx;
|
|
height: 25rpx;
|
|
background-color: #999999;
|
|
margin: auto 0;
|
|
margin-left: 27rpx;
|
|
}
|