210 lines
3.5 KiB
Plaintext
210 lines
3.5 KiB
Plaintext
/* pages/shop/publishCopyright/publishCopyright.wxss */
|
|
|
|
.content-box {
|
|
border-radius: 20rpx;
|
|
margin-top: -10rpx;
|
|
}
|
|
|
|
.upload-img-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-container {
|
|
margin: 0rpx -30rpx 80rpx -30rpx;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.info-title {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.info-title::before {
|
|
content: "";
|
|
width: 10rpx;
|
|
height: 36rpx;
|
|
margin-right: 5rpx;
|
|
border-left: 15rpx solid var(--blue-color);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.section {
|
|
margin-bottom: 15rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10rpx;
|
|
padding: 20rpx 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.label {
|
|
color: var(--text-color);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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 {
|
|
margin-top: 15rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
height: 70rpx;
|
|
flex-direction: row;
|
|
border-radius: 5rpx;
|
|
padding: 0rpx 15rpx 10rpx 0rpx;
|
|
border-bottom: 1rpx solid var(--divider-color);
|
|
}
|
|
|
|
.select-item-box {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
padding: 5rpx;
|
|
}
|
|
|
|
.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;
|
|
margin-right: 15rpx;
|
|
margin-top: 5rpx;
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.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;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
|
|
.value-hint {
|
|
color: var(--text-gray-hint-color);
|
|
}
|
|
|
|
.v-select {
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.v-normal {
|
|
color: var(--text-gray-hint-color)
|
|
}
|
|
|
|
.custom-dialog {
|
|
background-color: var(--white-color);
|
|
}
|
|
|
|
.custom-tips {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
/* 上传图片 */
|
|
|
|
.weui-uploader {
|
|
margin-top: 10rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.weui-uploader__bd {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.weui-uploader__hd {
|
|
display: none;
|
|
}
|
|
|
|
.weui-uploader__input-box {
|
|
width: 280rpx;
|
|
height: 380rpx;
|
|
border-radius: 5px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.weui-uploader__file {
|
|
width: 280rpx;
|
|
height: 380rpx;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.weui-uploader__img {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.weui-uploader__overview {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
width: 65vw;
|
|
}
|
|
|
|
.weui-uploader__input-box {
|
|
border: 1rpx solid var(--bg-bottom-color);
|
|
background-color: transparent;
|
|
} |