93 lines
1.3 KiB
Text
93 lines
1.3 KiB
Text
|
|
page {
|
||
|
|
background-color: rgb(245, 246, 247);
|
||
|
|
}
|
||
|
|
|
||
|
|
.img {
|
||
|
|
font-size: 12rpx;
|
||
|
|
width: 750rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
height: 530rpx;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form {
|
||
|
|
margin: 0 20rpx;
|
||
|
|
border-radius: 4px;
|
||
|
|
background-color: #fff;
|
||
|
|
margin-top: -100rpx;
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form .t-input__label {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form .t-input__label::after {
|
||
|
|
display: block;
|
||
|
|
content: '*';
|
||
|
|
color: #f00;
|
||
|
|
position: absolute;
|
||
|
|
font-size: 40rpx;
|
||
|
|
right: -30rpx;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form .photos .t-image {
|
||
|
|
margin-left: 20rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.t-textarea__wrapper {
|
||
|
|
background-color: rgb(245, 246, 247);
|
||
|
|
border: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.t-textarea__wrapper .t-textarea__wrapper-inner {
|
||
|
|
padding: 16rpx;
|
||
|
|
border: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
.local_bar {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 40rpx;
|
||
|
|
border-bottom: 10px solid #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.local_bar .t-icon {
|
||
|
|
margin-right: 10rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.local_bar .local {
|
||
|
|
display: flex;
|
||
|
|
font-size: 24rpx;
|
||
|
|
align-items: center;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.local_bar .btn {
|
||
|
|
display: flex;
|
||
|
|
font-size: 24rpx;
|
||
|
|
align-items: center;
|
||
|
|
color: blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.t-notice-bar {
|
||
|
|
background: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btns {
|
||
|
|
padding: 0 40rpx;
|
||
|
|
padding-bottom: 90rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btns .t-button {
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.t-upload .t-grid__content .t-grid-item {
|
||
|
|
width: auto !important;
|
||
|
|
}
|