12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .search-box.data-v-0ef1ba74 {
- background-color: #fff;
- }
- .search-box ._ul ._li.data-v-0ef1ba74 {
- padding: 25rpx 30rpx;
- border-bottom: 1rpx solid #dcdcdc;
- }
- .submit-btn-warp.data-v-0ef1ba74 {
- display: flex;
- justify-content: space-between;
- }
- .submit-btn-warp button.data-v-0ef1ba74 {
- width: 47%;
- }
- .wenti-list.data-v-0ef1ba74 {
- overflow: hidden;
- }
- .wenti-list .list-box.data-v-0ef1ba74 {
- width: 28%;
- margin: 0 2% 20rpx;
- float: left;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- border: 1px solid #DDDCDC;
- border-radius: 10rpx;
- }
- .wenti-list .list-box.active.data-v-0ef1ba74 {
- border: 1px solid #1A3AF0;
- background-color: #1A3AF0;
- color: #fff;
- }
- .submit-warp.data-v-0ef1ba74 {
- display: flex;
- }
- .submit-warp .form-text.data-v-0ef1ba74 {
- width: 20%;
- text-align: center;
- }
- .submit-warp .form-box.data-v-0ef1ba74 {
- width: 80%;
- padding: 0 20rpx;
- }
- .imglist.data-v-0ef1ba74 {
- display: flex;
- flex-wrap: wrap;
- }
- .imglist .item.data-v-0ef1ba74 {
- width: 150rpx;
- height: 150rpx;
- margin-right: 22rpx;
- margin-bottom: 10rpx;
- position: relative;
- }
- .imglist .last-item.data-v-0ef1ba74 {
- width: 150rpx;
- height: 150rpx;
- text-align: center;
- line-height: 146rpx;
- border: 2rpx dashed #8B97A9;
- box-sizing: border-box;
- }
- .imglist .item image.data-v-0ef1ba74 {
- width: 100%;
- height: 100%;
- }
- .imglist .item .delete.data-v-0ef1ba74 {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: -25rpx;
- right: -12rpx;
- font-size: 40rpx;
- font-weight: bold;
- }
|