138 lines
2.1 KiB
Plaintext
138 lines
2.1 KiB
Plaintext
/* pages/my/my_data/my_data.wxss */
|
|
.all{
|
|
width: 690rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.title{
|
|
font-size: 36rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #333333;
|
|
margin:30rpx 0 15rpx;
|
|
}
|
|
.data{
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #999999;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
display:flex;
|
|
align-items:center;
|
|
}
|
|
.data input{
|
|
color: #333333;
|
|
width:450rpx;
|
|
margin-left: 50rpx;
|
|
}
|
|
.data text{
|
|
color: #333333;
|
|
margin-left: 50rpx;
|
|
}
|
|
.btn{
|
|
width: 690rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 44rpx;
|
|
font-size: 36rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 80rpx;
|
|
left: 30rpx;
|
|
}
|
|
|
|
/* 遮罩层 */
|
|
|
|
.mask {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #000;
|
|
z-index: 9000;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* 弹出层 */
|
|
|
|
.modalDlg {
|
|
width: 750rpx;
|
|
height: 911rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 40rpx 40rpx 0rpx 0rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.modal-title {
|
|
width: 690rpx;
|
|
height: 56rpx;
|
|
margin: 60rpx 30rpx;
|
|
}
|
|
.modal-title-view{
|
|
background-color: #f3f4f8;
|
|
border-radius: 27rpx;
|
|
padding-right:20rpx;
|
|
height: 56rpx;
|
|
}
|
|
.search {
|
|
width: 35rpx;
|
|
height: 34rpx;
|
|
margin-left: 26rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.search-int{
|
|
width: 415rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.empty{
|
|
margin: 150rpx auto 0;
|
|
text-align: center;
|
|
color: #ccc;
|
|
font-size: 28rpx;
|
|
}
|
|
.none{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.search-right{
|
|
width: 120rpx;
|
|
height: 56rpx;
|
|
background-color: #ee7b1e;
|
|
border-radius: 27rpx;
|
|
font-size: 32rpx;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
}
|
|
.modal-main {
|
|
width: 690rpx;
|
|
height: 620rpx;
|
|
overflow-y: scroll;
|
|
margin: 40rpx 0 0 30rpx;
|
|
}
|
|
|
|
.modal-main::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.modal-list-mk {
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.text-xz{
|
|
color: #ee7b1e;
|
|
} |