241 lines
4.0 KiB
Plaintext
241 lines
4.0 KiB
Plaintext
/* packageC/selfCarry/selfCarry_info/selfCarry_info.wxss */
|
|
|
|
.info {
|
|
padding-bottom: 120rpx;
|
|
}
|
|
|
|
.search_box .search {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 28rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.search_box .search .left {
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.search_box .search .left icon {
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.search_box .search .left .span {
|
|
display: block;
|
|
margin: 0 8rpx;
|
|
max-width: 120rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #999;
|
|
}
|
|
|
|
.search_box .search .left icon:last-child {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.search_box .search .right,
|
|
.search_box_right {
|
|
width: 460rpx;
|
|
height: 60rpx;
|
|
background: #f5f5f5;
|
|
display: flex;
|
|
line-height: 60rpx;
|
|
border-radius: 32rpx;
|
|
padding: 0 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.search_box .search .right icon,
|
|
.search_box_right icon {
|
|
font-size: 36rpx;
|
|
color: #999;
|
|
margin-right: 12rpx;
|
|
margin-top: -5rpx;
|
|
}
|
|
|
|
.search_box .search .right input,
|
|
.search_box_right input {
|
|
display: block;
|
|
border: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.ul .radio_main {
|
|
width: 100%;
|
|
padding: 32rpx;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #666;
|
|
font-size: 12px;
|
|
border-bottom: 0.026667rem /* 1/37.5 */ solid #dedede;
|
|
background: #fff;
|
|
}
|
|
|
|
.ul .radio_main .title {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 600rpx;
|
|
}
|
|
|
|
.ul .radio_main .text {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
line-height: 32rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.ul .radio_main .btn1 {
|
|
color: #f15353;
|
|
flex: 1;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.ul .radio_main .address {
|
|
margin-bottom: 8rpx;
|
|
line-height: 32rpx;
|
|
overflow: hidden; /* 超出部分隐藏 */
|
|
text-overflow: ellipsis; /* 超出部分显示省略号 */
|
|
white-space: nowrap; /* 规定段落中的文本不进行换行 */
|
|
}
|
|
|
|
.details .top_main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
padding: 32rpx;
|
|
overflow: hidden;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.details .top_main .title {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.details .top_main .other {
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.details .top_main .tel {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.details .bottom_box {
|
|
margin-top: 20rpx;
|
|
padding: 24rpx 44rpx;
|
|
background: #fff;
|
|
text-align: left;
|
|
}
|
|
|
|
.details .bottom_box .img_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.details .bottom_box .img_box image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin: 0 20rpx 24rpx 0;
|
|
}
|
|
|
|
.details .btn {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 38rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #f15353;
|
|
}
|
|
|
|
/* 地址选择器 */
|
|
|
|
/* -------------------------------- */
|
|
|
|
.btn-area {
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
|
|
.dateBe {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: -5rpx;
|
|
width: 760rpx;
|
|
padding: 0rpx 5rpx;
|
|
box-sizing: border-box;
|
|
z-index: 200;
|
|
font-size: 28rpx;
|
|
border-top: 1rpx solid #d9d9d9;
|
|
opacity: 0;
|
|
transform: translate(-750rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe.true {
|
|
opacity: 1;
|
|
transform: translate(0rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe .head {
|
|
display: flex;
|
|
flex-flow: nowrap;
|
|
padding: 0rpx 30rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .head .ll {
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .head .rr {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .main {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .main view {
|
|
text-align: center;
|
|
}
|
|
|
|
.notext {
|
|
width: 100%;
|
|
height: 38rpx;
|
|
line-height: 38rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
display: block;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.search_box .search .left .view {
|
|
flex: 1;
|
|
overflow: hidden;/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;/* 超出部分显示省略号 */
|
|
white-space: nowrap;/* 规定段落中的文本不进行换行 */
|
|
}
|