142 lines
2.1 KiB
Plaintext
142 lines
2.1 KiB
Plaintext
.saoma {
|
|
align-items: center;
|
|
background-color: #f70000;
|
|
border-radius: 98rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
margin-top: 10rpx;
|
|
width: 80%;
|
|
}
|
|
|
|
.search-input-box {
|
|
background: #f7f7f7;
|
|
height: 64rpx;
|
|
margin-right: 10rpx;
|
|
width: auto;
|
|
}
|
|
|
|
.search-input {
|
|
background: #fff;
|
|
border-radius: 5px 0 0 5px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
padding-left: 10rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.search-input input {
|
|
font-size: 30rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
.serch-button {
|
|
box-sizing: border-box;
|
|
width: 20%;
|
|
}
|
|
|
|
.serch-button button {
|
|
border-radius: 0 5px 5px 0;
|
|
font-size: 28rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
.search-cate-box {
|
|
height: 70rpx;
|
|
}
|
|
|
|
.search-cate {
|
|
position: relative;
|
|
top: 30%;
|
|
}
|
|
|
|
.sub {
|
|
align-items: center;
|
|
background-color: #50f85e;
|
|
border-radius: 98rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
margin-top: 10rpx;
|
|
width: 80%;
|
|
}
|
|
|
|
.ipt-wrap {
|
|
line-height: 100rpx;
|
|
min-height: 100rpx;
|
|
}
|
|
|
|
.ipt-wrap label {
|
|
min-width: 120rpx;
|
|
}
|
|
|
|
.goods-title {
|
|
color: #333;
|
|
overflow: hidden;
|
|
padding: 0 0rpx 0 0;
|
|
}
|
|
|
|
.money-box,.money-box .num {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.money-box .num {
|
|
color: #ff495e;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.money-box .del {
|
|
TEXT-DECORATION: line-through;
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
margin-left: 6rpx;
|
|
}
|
|
|
|
.center-text {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 25rpx;
|
|
}
|
|
|
|
.center-text,.img_box {
|
|
display: flex;
|
|
}
|
|
|
|
.img_box {
|
|
flex-wrap: wrap;
|
|
margin: 20rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.img_item_i {
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.add_icon {
|
|
display: block;
|
|
height: 50%;
|
|
width: 50%;
|
|
}
|
|
|
|
.img_item {
|
|
border: 1px solid #c0ccda;
|
|
height: 210rpx;
|
|
margin-bottom: 2%;
|
|
margin-right: 2%;
|
|
position: relative;
|
|
width: 30%;
|
|
}
|
|
|
|
.closeImv {
|
|
height: 50rpx;
|
|
position: absolute;
|
|
right: 0rpx;
|
|
top: 0rpx;
|
|
width: 50rpx;
|
|
} |