You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

335 lines
5.8 KiB
Plaintext

9 months ago
.contarner {
width: 100%;
height: 100%;
}
.title {
width: 100%;
height: 164rpx;
background: rgba(255, 255, 255, 1);
border-radius: 10rpx;
margin-top: 10rpx;
}
.titleText {
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
padding-left: 40rpx;
}
.addressDetail {
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(153, 153, 153, 1);
margin-left: 40rpx;
padding-top: 10rpx;
}
.titleBottom image {
width: 100%;
height: 10rpx;
margin-bottom: 15rpx;
}
.jt {
position: absolute;
right: 20rpx;
width: 12rpx;
height: 20rpx;
top: 45rpx;
}
.content {
width: 710rpx;
height: 220rpx;
margin: auto auto;
background: rgba(255, 255, 255, 1);
margin-top: 30rpx;
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
border-radius: 10rpx;
}
.content2 {
width: 710rpx;
height: 200rpx;
margin: auto auto;
background: rgba(255, 255, 255, 1);
margin-top: 30rpx;
display: flex;
justify-content: space-around;
align-content: center;
align-items: center;
flex-direction: column;
border-radius: 10rpx;
}
.content2 view {
width: 100%;
}
.contentLeft {
width: 160rpx;
margin-left: 20rpx;
}
.contentLeft image {
width: 160rpx;
height: 160rpx;
margin: auto auto;
}
.contentRight {
width: 520rpx;
height: 80%;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
margin: auto auto;
}
.contentRight view {
width: 420rpx;
}
.contentRightTitle {
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
margin-top: 20rpx;
}
.contentRightContent {
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(153, 153, 153, 1);
}
.contentRightBottom {
font-size: 28rpx;
font-family: PingFang-SC-Bold;
font-weight: bold;
color: rgba(254, 84, 99, 1);
margin-top: -10rpx;
}
.num {
position: absolute;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
right: 70rpx;
}
.content2Left {
margin-left: 30rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
display: inline-block;
}
.content2Right {
position: absolute;
right: 70rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.buttom {
width: 710rpx;
height: 90rpx;
background: rgba(255, 255, 255, 1);
border-radius: 10rpx;
margin: auto auto;
margin-top: 30rpx;
}
.comment {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(153, 153, 153, 1);
max-width: 400rpx;
overflow: scroll;
text-align: center;
margin-top: 25rpx;
height: 40rpx;
}
.dh {
position: fixed;
width: 100%;
bottom: 1rpx;
display: flex;
justify-content: start;
align-content: center;
align-items: center;
}
.text1 {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
margin-left: 20rpx;
}
.text2 {
font-size: 30rpx;
font-family: PingFang-SC-Bold;
font-weight: bold;
color: rgba(255, 84, 84, 1);
margin-left: 20rpx;
}
.money {
background: rgba(255, 255, 255, 1);
margin-bottom: -40rpx;
line-height: 130rpx;
border: 1px solid #eee;
}
.weui-btn {
width: 100%;
height: 130rpx;
font-size: 40rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
line-height: 130rpx;
text-align: center;
background: rgba(255, 198, 57, 1);
}
.mode_view {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
}
.phone_bg_view {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.60);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
}
.phone_center_view {
padding: 35rpx 66rpx 36rpx 66rpx;
box-sizing: border-box;
width: 400rpx;
background-color: #fff;
border-radius: 8rpx;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.mode_text1 {
/* margin-bottom: 10rpx; */
font-family: PingFangSC-Regular;
font-size: 32rpx;
color: #333;
text-align: center;
}
.mode_text2 {
margin-top: 50rpx;
font-family: PingFangSC-Regular;
font-size: 22rpx;
color: #999;
}
.mode_btn {
margin-top: 30rpx;
width: 316rpx;
height: 78rpx;
border-radius: 100rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-family: PingFangSC-Regular;
font-size: 32rpx;
color: #fff;
text-align: center;
background: rgba(255, 198, 57, 1);
}
.login_bg_img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mode_text3 {
margin-top: 48rpx;
font-family: PingFangSC-Regular;
font-size: 20rpx;
color: #6692f8;
text-align: center;
border-bottom: 1rpx solid #6692f8;
}
button::after {
border: none;
}
.btn {
top: 330rpx;
height: 80rpx;
line-height: 80rpx;
}
.remark {
width: 330rpx;
height: 280rpx;
border: 1px solid #999;
border-radius: 10rpx;
}
.addressMsg {
font-family: PingFangSC-Regular;
font-size: 32rpx;
color: #333;
text-align: center;
height: 100%;
line-height: 154rpx;
}
.fg {
border-bottom: 1rpx dashed rgba(153, 153, 153, 1);
width: 100%;
height: 1rpx;
}