This commit is contained in:
parent
3e859e9749
commit
5bd8d6ed5f
|
@ -1897,9 +1897,9 @@
|
||||||
}
|
}
|
||||||
.fei-view-list-z{
|
.fei-view-list-z{
|
||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
background-color: rgba(247, 247, 247, 0.8);
|
border-top: 1px solid #f3f3f3;
|
||||||
border-radius: 33rpx;
|
padding-top: 20rpx;
|
||||||
padding: 0px 5px;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|
|
@ -1766,9 +1766,9 @@
|
||||||
}
|
}
|
||||||
.fei-view-list-z{
|
.fei-view-list-z{
|
||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
background-color: rgba(247, 247, 247, 0.8);
|
border-top: 1px solid #f3f3f3;
|
||||||
border-radius:30rpx;
|
padding-top: 20rpx;
|
||||||
padding: 0 20rpx;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|
|
@ -1656,9 +1656,9 @@
|
||||||
}
|
}
|
||||||
.fei-view-list-z{
|
.fei-view-list-z{
|
||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
background-color: rgba(247, 247, 247, 0.8);
|
border-top: 1px solid #f3f3f3;
|
||||||
border-radius: 33rpx;
|
padding-top: 20rpx;
|
||||||
padding: 0px 5px;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
|
|
@ -1296,9 +1296,9 @@
|
||||||
}
|
}
|
||||||
.fei-view-list-z{
|
.fei-view-list-z{
|
||||||
height: 65rpx;
|
height: 65rpx;
|
||||||
background-color: rgba(247, 247, 247, 0.8);
|
border-top: 1px solid #f3f3f3;
|
||||||
border-radius: 33rpx;
|
padding-top: 20rpx;
|
||||||
padding: 0px 5px;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
.fei-view-list span:nth-child(1),.fei-view-list-z span:nth-child(1){
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
@ -1328,7 +1328,7 @@
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-bottom: 1px solid #E5E5E5;
|
border-bottom: 1px solid #f3f3f3;
|
||||||
}
|
}
|
||||||
.feiuong{
|
.feiuong{
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-msg {
|
.send-msg {
|
||||||
color: #096f4b;
|
color: #019c88;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
font-size: 29rpx;
|
font-size: 29rpx;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
line-height: 80upx;
|
line-height: 80upx;
|
||||||
border-radius: 60upx;
|
border-radius: 60upx;
|
||||||
margin-top: 32upx;
|
margin-top: 32upx;
|
||||||
background: linear-gradient(to right, #223845, #00a85b);
|
background: linear-gradient(to right, #019c88, #2ebf93);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 30upx;
|
font-size: 30upx;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue