433 lines
9.2 KiB
Plaintext
433 lines
9.2 KiB
Plaintext
.edit_card {
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.edit_card .is-fixed .mint-header-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.edit_card .mint-header.is-fixed {
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
background: #fff;
|
|
z-index: 99;
|
|
}
|
|
|
|
.edit_card .is-right a {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.edit_card .m-dialog1 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
min-height: 120%;
|
|
z-index: 100;
|
|
background: #fff;
|
|
}
|
|
|
|
.edit_card .content .state_box {
|
|
background: #fff;
|
|
}
|
|
|
|
.edit_card .content .state_box .state {
|
|
display: flex;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
padding: 0 28rpx;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.edit_card .content .state_box .state .left {
|
|
width: 200rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.edit_card .content .state_box .state .right .van-radio-group {
|
|
display: flex;
|
|
height: 92rpx;
|
|
}
|
|
|
|
.edit_card .content .state_box .state .right .van-radio-group .van-radio {
|
|
width: 200rpx;
|
|
text-align: left;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.edit_card .content .state_box .tips {
|
|
line-height: 72rpx;
|
|
color: #8c8c8c;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
border-top: solid 2rpx #ebebeb;
|
|
padding-right: 28rpx;
|
|
margin-left: 28rpx;
|
|
}
|
|
|
|
.edit_card .content .basic_info .h1 {
|
|
font-size: 16px;
|
|
line-height: 72rpx;
|
|
padding: 0 28rpx;
|
|
text-align: left;
|
|
margin-top: 20rpx;
|
|
font-weight: normal;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.edit_card .content .basic_info .info_box .header_img {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
border-radius: 72rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-right: 20rpx;
|
|
display: flex;
|
|
margin-left: 410rpx;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.van-cell {
|
|
padding: 8px 15px !important;
|
|
}
|
|
|
|
.van-cell__title {
|
|
width: 200rpx;
|
|
flex: 0.3 !important;
|
|
display: flex;
|
|
|
|
/* justify-content: center; */
|
|
align-items: center;
|
|
}
|
|
|
|
.edit_card .content .basic_info .info_box .header_img .van-uploader {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
}
|
|
|
|
.edit_card .content .basic_info .info_box .header_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.edit_card .content .basic_info .info_box .iconfont {
|
|
font-size: 10px;
|
|
color: #f15353;
|
|
margin-left: 8rpx;
|
|
}
|
|
|
|
.edit_card .content .card_info .h1 {
|
|
font-weight: normal;
|
|
color: #8c8c8c;
|
|
font-size: 16px;
|
|
line-height: 72rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis,
|
|
.edit_card .content .card_info .my_voice,
|
|
.edit_card .content .card_info .my_img {
|
|
padding: 0 40rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.card_info .my_img {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.voice_box {
|
|
padding: 0.625rem 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.voice_box icon {
|
|
font-size: 2rem;
|
|
color: #fff;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_voice .voice_box button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: none;
|
|
width: 480rpx;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
background: #50a6f9;
|
|
border-radius: 12rpx;
|
|
|
|
/* margin-left: 40rpx; */
|
|
font-size: 12px;
|
|
}
|
|
|
|
.voice_box .btn_a {
|
|
width: 440rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
border-radius: 8rpx;
|
|
color: #8c8c8c;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .h2,
|
|
.edit_card .content .card_info .my_voice .h2,
|
|
.edit_card .content .card_info .my_img .h2 {
|
|
font-size: 15px;
|
|
line-height: 60rpx;
|
|
padding: 20rpx 0;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis input {
|
|
width: 100%;
|
|
max-height: 200rpx;
|
|
border-radius: 8rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
padding: 20rpx;
|
|
line-height: 48rpx;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .textarea .van-cell {
|
|
height: 220rpx !important;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .textarea .van-cell .van-field__input {
|
|
height: 120rpx;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .textarea,
|
|
.edit_card .content .card_info .my_voice .textarea,
|
|
.edit_card .content .card_info .my_img .textarea {
|
|
width: 100%;
|
|
max-height: 200rpx;
|
|
height: 220rpx;
|
|
display: block;
|
|
border-radius: 8rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
|
|
/* padding: 20rpx; */
|
|
line-height: 48rpx;
|
|
background: #fafafa;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .voice_btn,
|
|
.edit_card .content .card_info .my_voice .voice_btn,
|
|
.edit_card .content .card_info .my_img .voice_btn {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .voice_btn .btn_a,
|
|
.edit_card .content .card_info .my_voice .voice_btn .btn_a,
|
|
.edit_card .content .card_info .my_img .voice_btn .btn_a {
|
|
width: 440rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
border-radius: 8rpx;
|
|
color: #8c8c8c;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .voice_btn .btn_b,
|
|
.edit_card .content .card_info .my_voice .voice_btn .btn_b,
|
|
.edit_card .content .card_info .my_img .voice_btn .btn_b {
|
|
width: 180rpx;
|
|
height: 80rpx;
|
|
background: #50a6f9;
|
|
border: none;
|
|
border-radius: 8rpx;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader,
|
|
.edit_card .content .card_info .my_voice .img_uploader,
|
|
.edit_card .content .card_info .my_img .img_uploader {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader .photoBox,
|
|
.edit_card .content .card_info .my_voice .img_uploader .photoBox,
|
|
.edit_card .content .card_info .my_img .img_uploader .photoBox {
|
|
position: relative;
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
border: 1px dashed #c0ccda;
|
|
margin-right: 6.4rpx;
|
|
margin-left: 6.4rpx;
|
|
margin-bottom: 6.4rpx;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader .photoBox image,
|
|
.edit_card .content .card_info .my_voice .img_uploader .photoBox image,
|
|
.edit_card .content .card_info .my_img .img_uploader .photoBox image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader .photoBox icon,
|
|
.edit_card .content .card_info .my_voice .img_uploader .photoBox icon,
|
|
.edit_card .content .card_info .my_img .img_uploader .photoBox icon {
|
|
width: 38.4rpx;
|
|
height: 38.4rpx;
|
|
position: absolute;
|
|
top: 3.2rpx;
|
|
right: 3.2rpx;
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/close_iocn.png");
|
|
background-size: 100%;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader .van-uploader,
|
|
.edit_card .content .card_info .my_voice .img_uploader .van-uploader,
|
|
.edit_card .content .card_info .my_img .img_uploader .van-uploader {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-left: 6.4rpx;
|
|
margin-right: 28rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.edit_card .content .card_info .my_synopsis .img_uploader .van-uploader .van-icon,
|
|
.edit_card .content .card_info .my_voice .img_uploader .van-uploader .van-icon,
|
|
.edit_card .content .card_info .my_img .img_uploader .van-uploader .van-icon {
|
|
font-size: 24px;
|
|
line-height: 144rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.edit_card .content .recom_goods {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .title {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .title .block {
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
background: #50a6f9;
|
|
border-radius: 2rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .title .span {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box {
|
|
background: #fafafa;
|
|
padding: 20rpx;
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_img {
|
|
width: 168rpx;
|
|
height: 168rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text {
|
|
width: 462rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text .name {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text .sum {
|
|
position: absolute;
|
|
bottom: 0;
|
|
display: flex;
|
|
line-height: 48rpx;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text .sum .span {
|
|
color: #f15353;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text .sum .span .font {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .goods_list .goods_box .goods_text .sum .iconfont {
|
|
font-size: 24px;
|
|
color: #ccc;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .add_btn button {
|
|
width: 100%;
|
|
margin-bottom: 20rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border: none;
|
|
color: #50a6f9;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.edit_card .content .recom_goods .add_btn button icon {
|
|
color: #50a6f9;
|
|
font-size: 36rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.edit_card .car_btm_btn {
|
|
background: #fff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
|
|
/* padding: 20rpx 30rpx; */
|
|
border-top: solid 2rpx #ebebeb;
|
|
width: 100%;
|
|
}
|
|
|
|
.edit_card .car_btm_btn .btnClass {
|
|
width: 95%;
|
|
height: 80rpx;
|
|
background: #50a6f9;
|
|
font-size: 16px;
|
|
border: none;
|
|
border-radius: 20rpx;
|
|
color: #fff;
|
|
}
|