196 lines
3.1 KiB
Plaintext
196 lines
3.1 KiB
Plaintext
.take {
|
|
border-bottom: 180rpx solid transparent;
|
|
}
|
|
|
|
.take-label {
|
|
padding: 30rpx 10rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.item {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #FFFFFF;
|
|
border-bottom: 2rpx solid #f3f3f3;
|
|
position: relative;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.name {
|
|
display: flex;
|
|
flex: 1;
|
|
}
|
|
|
|
.name image {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.time {
|
|
color: #565656;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
}
|
|
|
|
.stock {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.stock text {
|
|
padding-left: 5rpx;
|
|
}
|
|
|
|
.number {
|
|
display: flex;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
line-height: 34rpx;
|
|
font-weight: 600;
|
|
border-radius: 50%;
|
|
color: #1d37e2;
|
|
border: #1d37e2 2rpx solid;
|
|
text-align: center;
|
|
}
|
|
|
|
.see {
|
|
width: 60rpx;
|
|
text-align: center;
|
|
padding: 0 20rpx;
|
|
line-height: 42rpx;
|
|
font-size: 32rpx;
|
|
display: inline-block;
|
|
}
|
|
|
|
.remarks {
|
|
margin-top: 30rpx;
|
|
background-color: #f4f4f4;
|
|
font-size: 30rpx;
|
|
padding: 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 10rpx;
|
|
color: #9d9d9d;
|
|
width: 100%;
|
|
}
|
|
|
|
.site {
|
|
padding: 30rpx 40rpx 30rpx 100rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.site::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 40rpx;
|
|
top: 60rpx;
|
|
background-color: #FFFFFF;
|
|
border: #e64248 solid 6rpx;
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.site.active::after {
|
|
display: none;
|
|
}
|
|
|
|
.site-title {
|
|
margin-bottom: 10rpx;
|
|
font-weight: 600;
|
|
font-size: 32rpx;
|
|
|
|
}
|
|
|
|
.site-title text {
|
|
padding-left: 10rpx;
|
|
}
|
|
|
|
.site-text {
|
|
color: #565656;
|
|
}
|
|
|
|
.site-change {
|
|
border: 2rpx solid #e64248;
|
|
text-align: center;
|
|
line-height: 74rpx;
|
|
color: #e64248;
|
|
border-radius: 10rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
/* 按钮 */
|
|
.site-btn {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 30rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
right: 0;
|
|
background: white;
|
|
}
|
|
|
|
.site-btn button {
|
|
background: #1d37e2;
|
|
text-align: center;
|
|
color: white;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.site-btn button[disabled] {
|
|
background: #7789ff !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.edit-no {
|
|
text-align: center;
|
|
color: #9d9d9d;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.edit-no image {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
}
|
|
|
|
/* 温馨提示 */
|
|
.reminder {
|
|
background-color: #eef0ff;
|
|
color: #001bca;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.reminder text {
|
|
font-size: 30rpx;
|
|
padding-left: 44rpx;
|
|
}
|
|
|
|
.reminder-tips {
|
|
font-weight: 600;
|
|
margin-bottom: 10rpx;
|
|
display: flex;
|
|
line-height: 34rpx;
|
|
}
|
|
|
|
.reminder-tips image {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin-right: 10rpx;
|
|
} |