123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- page, .container {
- height: 100%;
- background: #f4f4f4;
- }
- .post-comment {
- width: 750rpx;
- height: auto;
- overflow: hidden;
- padding: 30rpx;
- background: #fff;
- }
- .post-comment .goods {
- display: flex;
- align-items: center;
- height: 199rpx;
- margin-left: 31.25rpx;
- }
- .post-comment .goods .img {
- height: 145.83rpx;
- width: 145.83rpx;
- background: #f4f4f4;
- }
- .post-comment .goods .img image {
- height: 145.83rpx;
- width: 145.83rpx;
- }
- .post-comment .goods .info {
- height: 145.83rpx;
- flex: 1;
- padding-left: 20rpx;
- }
- .post-comment .goods .name {
- margin-top: 30rpx;
- display: block;
- height: 44rpx;
- line-height: 44rpx;
- color: #333;
- font-size: 30rpx;
- }
- .post-comment .goods .number {
- display: block;
- height: 37rpx;
- line-height: 37rpx;
- color: #666;
- font-size: 25rpx;
- }
- .post-comment .goods .status {
- width: 105rpx;
- color: #b4282d;
- font-size: 25rpx;
- }
- .post-comment .rater {
- display: flex;
- flex-direction: row;
- height: 55rpx;
- }
- .post-comment .rater .rater-title {
- font-size: 29rpx;
- padding-right: 10rpx;
- }
- .post-comment .rater image {
- padding-left: 5rpx;
- height: 50rpx;
- width: 50rpx;
- }
- .post-comment .rater .rater-desc {
- font-size: 29rpx;
- padding-left: 10rpx;
- }
- .post-comment .input-box {
- height: 337.5rpx;
- width: 690rpx;
- position: relative;
- background: #fff;
- }
- .post-comment .input-box .content {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- background: #fff;
- font-size: 29rpx;
- border: 5px solid #f4f4f4;
- height: 300rpx;
- width: 650rpx;
- padding: 20rpx;
- }
- .post-comment .input-box .count {
- position: absolute;
- bottom: 20rpx;
- right: 20rpx;
- display: block;
- height: 30rpx;
- width: 50rpx;
- font-size: 29rpx;
- color: #999;
- }
- .post-comment .btns {
- height: 108rpx;
- }
- .post-comment .close {
- float: left;
- height: 108rpx;
- line-height: 108rpx;
- text-align: left;
- color: #666;
- padding: 0 30rpx;
- }
- .post-comment .post {
- float: right;
- height: 108rpx;
- line-height: 108rpx;
- text-align: right;
- padding: 0 30rpx;
- }
- .weui-uploader {
- margin-top: 50rpx;
- }
- .weui-uploader__hd {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- padding-bottom: 10px;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .weui-uploader__title {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .weui-uploader__info {
- color: #b2b2b2;
- }
- .weui-uploader__bd {
- margin-bottom: -4px;
- margin-right: -9px;
- overflow: hidden;
- }
- .weui-uploader__file {
- float: left;
- margin-right: 9px;
- margin-bottom: 9px;
- }
- .weui-uploader__img {
- display: block;
- width: 79px;
- height: 79px;
- }
- .weui-uploader__file_status {
- position: relative;
- }
- .weui-uploader__file_status:before {
- content: " ";
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .weui-uploader__file-content {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- color: #fff;
- }
- .weui-uploader__input-box {
- float: left;
- position: relative;
- margin-right: 9px;
- margin-bottom: 9px;
- width: 77px;
- height: 77px;
- border: 1px solid #d9d9d9;
- }
- .weui-uploader__input-box:after, .weui-uploader__input-box:before {
- content: " ";
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- background-color: #d9d9d9;
- }
- .weui-uploader__input-box:before {
- width: 2px;
- height: 39.5px;
- }
- .weui-uploader__input-box:after {
- width: 39.5px;
- height: 2px;
- }
- .weui-uploader__input-box:active {
- border-color: #999;
- }
- .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
- background-color: #999;
- }
- .weui-uploader__input {
- position: absolute;
- z-index: 1;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- }
|