Compare commits

..

No commits in common. "cfcc8d3ef87f3cef0fc592161e3e47cee2c54e0f" and "5cb8291e0b6f63c00df21e3cd55dcdae1a8efc3b" have entirely different histories.

5 changed files with 15 additions and 15 deletions

View File

@ -1897,9 +1897,9 @@
} }
.fei-view-list-z{ .fei-view-list-z{
height: 65rpx; height: 65rpx;
border-top: 1px solid #f3f3f3; background-color: rgba(247, 247, 247, 0.8);
padding-top: 20rpx; border-radius: 33rpx;
font-weight: bold; padding: 0px 5px;
} }
.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;

View File

@ -1766,9 +1766,9 @@
} }
.fei-view-list-z{ .fei-view-list-z{
height: 65rpx; height: 65rpx;
border-top: 1px solid #f3f3f3; background-color: rgba(247, 247, 247, 0.8);
padding-top: 20rpx; border-radius:30rpx;
font-weight: bold; padding: 0 20rpx;
} }
.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;

View File

@ -1656,9 +1656,9 @@
} }
.fei-view-list-z{ .fei-view-list-z{
height: 65rpx; height: 65rpx;
border-top: 1px solid #f3f3f3; background-color: rgba(247, 247, 247, 0.8);
padding-top: 20rpx; border-radius: 33rpx;
font-weight: bold; padding: 0px 5px;
} }
.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;

View File

@ -1296,9 +1296,9 @@
} }
.fei-view-list-z{ .fei-view-list-z{
height: 65rpx; height: 65rpx;
border-top: 1px solid #f3f3f3; background-color: rgba(247, 247, 247, 0.8);
padding-top: 20rpx; border-radius: 33rpx;
font-weight: bold; padding: 0px 5px;
} }
.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 #f3f3f3; border-bottom: 1px solid #E5E5E5;
} }
.feiuong{ .feiuong{
padding: 29rpx; padding: 29rpx;

View File

@ -141,7 +141,7 @@
} }
.send-msg { .send-msg {
color: #019c88; color: #096f4b;
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, #019c88, #2ebf93); background: linear-gradient(to right, #223845, #00a85b);
color: #fff; color: #fff;
font-size: 30upx; font-size: 30upx;