123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- .wordMsgBox {
- padding: 32rpx 40rpx 40rpx;
- }
- .collectBox image{
- display: block;
- width: 36rpx;
- height: 36rpx;
- }
- .wordMsgBox .wordTitle {
- font-family: PingFang-SC-Bold, Source Sans Bold;
- font-size: 34rpx;
- line-height: 42rpx;
- color: #384855;
- }
- .wordMsgBox .scoreNum {
- margin-top: 24rpx;
- }
- .wordMsgBox .scoreNum view {
- font-size: 30rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- color: #b6cade;
- }
- .wordMsgBox .wordTag {
- margin-top: 20rpx;
- }
- .wordMsgBox .wordTag view {
- font-size: 26rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- color: #384855;
- margin-right: 16rpx;
- }
- .wordMsgBox .wordTextBox {
- margin-top: 32rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 28rpx;
- line-height: 42rpx;
- color: #384855;
- }
- .wordMsgBox .setscoreBox {
- width: 100%;
- height: 100rpx;
- background: #fef4f3;
- border-radius: 10rpx;
- margin-top: 48rpx;
- margin-bottom: 8rpx;
- }
- .wordMsgBox .setscoreBox .setscoreImg {
- position: absolute;
- top: 40rpx;
- left: 32rpx;
- width: 30rpx;
- height: 29rpx;
- }
- .wordMsgBox .setscoreBox .setscoreBtn {
- position: absolute;
- top: 34rpx;
- left: 72rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 30rpx;
- color: #384855;
- }
- .wordMsgBox .setscoreBox .scoreNumBox {
- position: absolute;
- right: 32rpx;
- top: 31rpx;
- font-family: PingFang-SC-Bold, Source Sans Bold;
- font-size: 34rpx;
- color: #f54d64;
- }
- .bg {
- width: 100%;
- height: 16rpx;
- background: #EAF0F4;
- }
- .van-icon{
- float: left;
- }
- .allcommentBox .commentTitle {
- width: 100%;
- border-bottom: 2rpx solid #eaf0f4;
- padding: 32rpx 0 32rpx 40rpx;
- }
- .allcommentBox .commentTitle image {
- width: 34rpx;
- height: 34rpx;
- position: relative;
- top: 12rpx;
- }
- .allcommentBox .commentTitle view {
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 32rpx;
- color: #384855;
- margin-left: 10px;
- }
- .allcommentBox .commentList {
- padding-bottom: 100px;
- }
- .allcommentBox .commentList .everyCommentBox {
- margin: 0 40rpx;
- border-bottom: 2rpx solid #eaf0f4;
- }
- .allcommentBox .commentList .everyCommentBox .personBox .headImg {
- position: absolute;
- width: 76rpx;
- height: 76rpx;
- border-radius: 40rpx;
- top: 40rpx;
- left: 0;
- }
- .allcommentBox .commentList .everyCommentBox .personBox .nameBox {
- position: absolute;
- top: 48rpx;
- left: 96rpx;
- }
- .allcommentBox .commentList .everyCommentBox .personBox .nameBox .name {
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 30rpx;
- color: #384855;
- width: 400rpx;
- }
- .allcommentBox .commentList .everyCommentBox .personBox .nameBox .time {
- font-size: 26rpx;
- color: #b6cade;
- position: absolute;
- left: 0;
- top: 42rpx;
- }
- .allcommentBox .commentList .everyCommentBox .personBox .rightComment {
- position: absolute;
- width: 83rpx;
- height: 83rpx;
- top: 32rpx;
- right: 0;
- }
- .allcommentBox .commentList .everyCommentBox .commentText {
- padding-top: 144rpx;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 28rpx;
- line-height: 42rpx;
- color: #384855;
- padding-bottom: 32rpx;
- }
- .footer {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 98rpx;
- z-index: 99;
- background-color: #fff;
- box-shadow: 0 4rpx 16rpx 0 #7ec1f5;
- }
- .footer .textBox {
- border-bottom: 1px solid #b6cade;
- width: 416rpx;
- margin-left: 40rpx;
- padding-bottom: 14rpx;
- }
- .footer .textBox image {
- width: 26rpx;
- height: 26rpx;
- margin-top: 40rpx;
- }
- .footer .textBox view {
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 26rpx;
- color: #b6cade;
- margin-top: 36rpx;
- margin-left: 10rpx;
- }
- .footer .copy {
- position: absolute;
- width: 271rpx;
- height: 100%;
- right: 0;
- top: 0;
- font-family: PingFang-SC-Medium, Source Sans Medium;
- font-size: 34rpx;
- color: #fff;
- background-color: #249efb;
- }
- .sayLayer{
- display: block;
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- background: rgba(0,0,0,0.6);
- }
- .sayBox {
- display: block;
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- background: #fafafa;
- height: 98rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .sayBox image {
- display: inline-block;
- width: 48rpx;
- height: 42rpx;
- }
- .sayBox .sayed {
- position: relative;
- top: 28rpx;
- }
- .sayBox .sendMsg {
- position: relative;
- top: 30rpx;
- }
- .sayBox input {
- display: inline-block;
- width: 600rpx;
- height: 70rpx;
- background: #efefef;
- border-radius: 16rpx;
- font-family: Helvetica;
- font-size: 30rpx;
- padding-left: 26rpx;
- box-sizing: border-box;
- border: unset;
- position: relative;
- top: 14rpx;
- }
|