84 lines
1.3 KiB
Plaintext
84 lines
1.3 KiB
Plaintext
/* packageA/mycomponent/goodsComponent/plugin/market/market.wxss */
|
|
.popup-title {
|
|
padding: 32rpx;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
.closs_icon {
|
|
position: absolute;
|
|
top: 26rpx;
|
|
right: 25rpx;
|
|
color: #888787;
|
|
}
|
|
|
|
.popup-box {
|
|
height: 90%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.popup-box .popup-item {
|
|
margin: 0 30rpx;
|
|
padding: 25rpx 0;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.act_in {
|
|
display: flex;
|
|
height: 88rpx;
|
|
|
|
/* margin-right: 24rpx; */
|
|
|
|
/* margin-left: 24rpx; */
|
|
align-items: center;
|
|
|
|
/* border-bottom: solid 2rpx #e2e2e2; */
|
|
padding: 0 24rpx;
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.act_in .act1 {
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.act_in .act2 text {
|
|
border: solid 2rpx #f15353;
|
|
color: #f15353;
|
|
padding: 4rpx 20rpx;
|
|
border-radius: 6rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.act_in .act3 {
|
|
flex: 2.5;
|
|
margin-left: 20rpx;
|
|
font-size: 24rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.act_in .ang_right {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.act-box .act .ang_right .ang_right_icon {
|
|
width: 32rpx;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.service-box {
|
|
padding: 0 24rpx 16rpx;
|
|
text-align: left;
|
|
color: #5a5a5a;
|
|
font-size: 13px;
|
|
background: #fff;
|
|
}
|