321 lines
5.6 KiB
Plaintext
321 lines
5.6 KiB
Plaintext
|
/* pages/shop/publishCopyright/publishCopyright.wxss */
|
||
|
|
||
|
.content-box {
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: -30rpx;
|
||
|
}
|
||
|
|
||
|
.upload-img-box {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
.content-container {
|
||
|
margin: 0rpx -30rpx 80rpx -30rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
|
||
|
.info-title {
|
||
|
font-size: 30rpx;
|
||
|
font-weight: bold;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
.info-title::before {
|
||
|
content: "";
|
||
|
width: 15rpx;
|
||
|
height: 15rpx;
|
||
|
background-color: var(--btn-blue-color-active);
|
||
|
border-radius: 50%;
|
||
|
margin-right: 10rpx;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.section {
|
||
|
margin: 10rpx 0rpx 15rpx 10rpx;
|
||
|
}
|
||
|
|
||
|
.item {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-bottom: 5rpx;
|
||
|
padding: 10rpx;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
color: var(--text-gray-hint-color);
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
|
||
|
.select-content {
|
||
|
margin-top: 15rpx;
|
||
|
display: flex;
|
||
|
height: 70rpx;
|
||
|
flex-direction: row;
|
||
|
border-radius: 5rpx;
|
||
|
background-color: var(--bg-gray-input-color);
|
||
|
padding: 0rpx 10rpx;
|
||
|
}
|
||
|
|
||
|
.select-content-no-h {
|
||
|
margin-top: 15rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
min-height: 70rpx;
|
||
|
flex-direction: row;
|
||
|
border-radius: 5rpx;
|
||
|
padding: 0rpx 15rpx 10rpx 0rpx;
|
||
|
border-bottom: 1rpx solid var(--divider-color);
|
||
|
}
|
||
|
|
||
|
.select-content-item {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
flex-direction: row;
|
||
|
border-radius: 5rpx;
|
||
|
}
|
||
|
|
||
|
.select-item-box {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.select-item-item {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
background-color: var(--divider-color);
|
||
|
padding: 5rpx 15rpx;
|
||
|
border-radius: 5rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: var(--text-color);
|
||
|
margin-right: 15rpx;
|
||
|
margin-top: 5rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.desc {
|
||
|
flex: 1;
|
||
|
color: #999;
|
||
|
text-align: left;
|
||
|
padding-left: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
padding-right: 10px;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.select-time {
|
||
|
color: var(--text-color);
|
||
|
flex: 1;
|
||
|
font-size: 28rpx;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.clear-icon {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
|
||
|
.value {
|
||
|
flex: 1;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
|
||
|
.value-hint {
|
||
|
color: var(--text-gray-hint-color);
|
||
|
}
|
||
|
|
||
|
.v-select {
|
||
|
margin-top: 8rpx;
|
||
|
color: var(--text-color);
|
||
|
font-size: 28rpx;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.v-normal {
|
||
|
color: var(--text-gray-hint-color)
|
||
|
}
|
||
|
|
||
|
.custom-dialog {
|
||
|
background-color: var(--white-color);
|
||
|
}
|
||
|
|
||
|
.custom-tips {
|
||
|
margin-top: 80px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.tab-box {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
padding: 15rpx 15rpx 15rpx 0rpx;
|
||
|
border-bottom: 5rpx solid var(--divider-color);
|
||
|
justify-content: space-evenly;
|
||
|
}
|
||
|
|
||
|
.select-tab {
|
||
|
position: relative;
|
||
|
font-size: 28rpx;
|
||
|
color: var(--text-gray-desc-color);
|
||
|
}
|
||
|
|
||
|
.select-tab:nth-of-type(n+2) {
|
||
|
margin-left: 25rpx;
|
||
|
}
|
||
|
|
||
|
.info-tag {
|
||
|
background-color: var(--bg-red-color);
|
||
|
position: absolute;
|
||
|
color: var(--white-color);
|
||
|
top: -15rpx;
|
||
|
right: -20rpx;
|
||
|
border-radius: 50%;
|
||
|
font-size: 24rpx;
|
||
|
width: 40rpx;
|
||
|
text-align: center;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
|
||
|
.line {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: bold;
|
||
|
color: var(--text-color);
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.line::after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
left: 50%;
|
||
|
top: 54rpx;
|
||
|
width: 60rpx;
|
||
|
height: 10rpx;
|
||
|
border-radius: 5rpx;
|
||
|
background: var(--blue-color);
|
||
|
transform: scaleY(0.5) translateX(-50%);
|
||
|
}
|
||
|
|
||
|
.box {
|
||
|
margin-top: 30rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
min-height: 50vh;
|
||
|
background-color: var(--white-color);
|
||
|
padding: 20rpx;
|
||
|
border-radius: 10rpx;
|
||
|
box-shadow: 0 2rpx 20rpx var(--divider-color);
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.list-box {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.list-item {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 20rpx;
|
||
|
margin: 10rpx;
|
||
|
border-bottom: 1rpx solid var(--divider-color);
|
||
|
}
|
||
|
|
||
|
|
||
|
.list-item:nth-last-child(3) {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.item-content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
font-size: 28rpx;
|
||
|
flex: 1;
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
min-width: 0;
|
||
|
padding: 0rpx 10rpx;
|
||
|
}
|
||
|
|
||
|
.item-title {
|
||
|
font-size: 28rpx;
|
||
|
color: var(--text-color);
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
box-sizing: border-box;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
|
||
|
.item-desc {
|
||
|
margin-top: 10rpx;
|
||
|
color: var(--text-gray-hint-color);
|
||
|
font-size: 24rpx;
|
||
|
display: -webkit-box;
|
||
|
-webkit-box-orient: vertical;
|
||
|
-webkit-line-clamp: 2;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
|
||
|
.item-bottom {
|
||
|
margin-top: 20rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
padding: 0rpx 10rpx;
|
||
|
font-size: 24rpx;
|
||
|
align-items: flex-end;
|
||
|
}
|
||
|
|
||
|
.btn-blue {
|
||
|
background-color: var(--btn-blue-color);
|
||
|
font-size: 24rpx;
|
||
|
color: var(--white-color);
|
||
|
height: 30rpx;
|
||
|
padding: 8rpx 20rpx;
|
||
|
text-align: center;
|
||
|
line-height: 30rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
|
||
|
.btn-blue:active {
|
||
|
background-color: var(--btn-blue-color-active);
|
||
|
}
|
||
|
|
||
|
.status-tag {
|
||
|
font-size: 24rpx;
|
||
|
padding: 3rpx 20rpx;
|
||
|
border-radius: 5rpx;
|
||
|
}
|
||
|
|
||
|
.col-primary {
|
||
|
background-color: var(--primary-color-active);
|
||
|
color: var(--text-brown-color);
|
||
|
}
|
||
|
|
||
|
.col-green {
|
||
|
background-color: var(--bg-green-status-light-color);
|
||
|
}
|