245 lines
4.7 KiB
Plaintext
245 lines
4.7 KiB
Plaintext
/* pages/record/record.wxss */
|
|
.main{
|
|
margin: 30rpx 0;
|
|
width: 750rpx;
|
|
}
|
|
.content{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
.item{
|
|
height: 200rpx;
|
|
width: 100%;
|
|
border-radius: 5rpx;
|
|
margin: 40rpx auto;
|
|
box-shadow:0px 0px 5rpx #e2e2e2;
|
|
background: rgba(245,249,255);
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.up{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.name{
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #333;
|
|
}
|
|
.msg{
|
|
flex: 1;
|
|
height: 70rpx;
|
|
line-height: 80rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.t1{
|
|
height: 50rpx;
|
|
width: 130rpx;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
font-size:33rpx;
|
|
border-radius: 25rpx;
|
|
color: rgba(45,135,255);
|
|
background: rgba(226,237,254);
|
|
}
|
|
.mr{
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
.down{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
.icon{
|
|
height: 50rpx;
|
|
width: 50rpx;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 50rpx;
|
|
border-radius: 50%;
|
|
background-color: rgba(0,110,255);
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAZpJREFUaEPtV7tKBEEQrIoEf8Bc/AFzES8yEMFEEMFEBD9AMFVjwdhEzBTMhItMVMz9ATH3BwSzkoWLltu9me7hZlZnk022uuvRM80SA384cP6oAnInWBOoCTgdqCPkNNAN/98JSNoCsEfywG2lsYA5AUnrAF4nfa9Inhg5uGAmAZJWAby3Ol+QPHexMYCjBUhaAfBRAvmGQ5QASUsAvkohHyVA0iKA75LIBwuQtADgp0X+xTCyZgjJ0TTwzBGStAzg09w5EZDkVK69AiStAXhLxMFVJlqApF0AD66uCcFRAiRtTJ03cq5zH6J/5hkIKZLzmyogp/vBeyA3yb7+f3eEJKkg509JXkZt4oIEHJK87TKzc4QKEbBNcmw6A5Ke5zxC7eU5YsDizH6IJTV/cWctszZJPoUYmFVAB/kdko8h5LPugQ7y+yTvQ8lnE9BB/ojkTQz5bAKaxpKuARxPCPdelaZbKNYJy/eS7gCMSTZv05P1EJsYt0BVQAoXPTVqAh73UmBrAilc9NSoCXjcS4GtCaRw0VNj8An8AqTHZDFDvpKtAAAAAElFTkSuQmCC);
|
|
background-size:100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.popWrap{
|
|
height: 100%;
|
|
width: 100%;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.title1{
|
|
height: 100rpx;
|
|
width: 100%;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
font-size: 33rpx;
|
|
color: #333;
|
|
}
|
|
.userWrap{
|
|
height: 100%;
|
|
width: 95%;
|
|
margin: 0 auto;
|
|
}
|
|
.userWrap :last-child{
|
|
border-bottom: none;
|
|
}
|
|
.userItem{
|
|
height: 160rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #f8f8f8;
|
|
}
|
|
.msg1{
|
|
height: 160rpx;
|
|
width: 500rpx;
|
|
}
|
|
.up1{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
.name1{
|
|
font-size: 33rpx;
|
|
height: 80rpx;
|
|
color: #333;
|
|
line-height: 80rpx;
|
|
}
|
|
.guanxi1{
|
|
height: 60rpx;
|
|
width: 120rpx;
|
|
margin-left: 20rpx;
|
|
background: rgba(228,240,255);
|
|
border-radius: 30rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: rgba(0,110,255);
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.down1{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
font-size: 33rpx;
|
|
color: rgb(158, 154, 154);
|
|
line-height: 80rpx;
|
|
}
|
|
.icon1{
|
|
color: rgb(180, 179, 179);
|
|
padding-right:15rpx ;
|
|
}
|
|
.jg{
|
|
height: 60rpx;
|
|
width: 100%;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: red;
|
|
}
|
|
.ye{
|
|
height: 120rpx;
|
|
width: 100%;
|
|
border-radius: 5rpx;
|
|
margin: 20rpx auto;
|
|
box-shadow:0px 0px 15rpx #e2e2e2;
|
|
padding:30rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.c1{
|
|
font-size: 35rpx;
|
|
color: #666;
|
|
}
|
|
.c2{
|
|
font-size: 35rpx;
|
|
color: #333;
|
|
}
|
|
.title{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
font-size: 35rpx;
|
|
line-height: 80rpx;
|
|
margin: 20rpx auto;
|
|
}
|
|
.itemWrap{
|
|
height: 200rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.item2{
|
|
height: 80rpx;
|
|
width: 30%;
|
|
background: rgba(242,242,242);
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #333;
|
|
font-size: 35rpx;
|
|
}
|
|
.active{
|
|
height: 80rpx;
|
|
width: 30%;
|
|
background: rgba(227,239,255);
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid rgba(0,110,255);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: rgba(0,110,255);
|
|
font-size: 35rpx;
|
|
}
|
|
.sr{
|
|
border: 0;
|
|
text-align: center;
|
|
}
|
|
.placeholder{
|
|
color: #333;
|
|
font-size: 35rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.title2{
|
|
height: 80rpx;
|
|
width: 100%;
|
|
font-size: 35rpx;
|
|
line-height: 80rpx;
|
|
margin: 0 auto;
|
|
color: rgba(0,110,255);
|
|
text-align: right;
|
|
}
|
|
.btn{
|
|
height: 100rpx;
|
|
margin-top: 50rpx;
|
|
width: 100%;
|
|
background: rgba(0,110,255);
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
border-radius: 10rpx;
|
|
font-size: 35rpx;
|
|
letter-spacing: 5rpx;
|
|
} |