41 lines
685 B
Plaintext
41 lines
685 B
Plaintext
/*
|
|
* 手太欠
|
|
* 愿这世界都如故事里一样 美好而动人~
|
|
*/
|
|
|
|
.buildLabel {
|
|
padding: 30rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
font-weight: 600;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.buildLabel-tips {
|
|
font-size: 46rpx;
|
|
text-align: center;
|
|
color: rgb(247, 150, 70);
|
|
margin: 50rpx 0 30rpx;
|
|
}
|
|
|
|
.buildLabel-title {
|
|
display: flex;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.buildLabel-title-name {
|
|
position: relative;
|
|
padding-left: 25rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.buildLabel-title-name::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 8rpx;
|
|
height: 30rpx;
|
|
background-color: #2170f1;
|
|
border-radius: 20rpx;
|
|
left: 0;
|
|
top: 7rpx;
|
|
} |