java-mall-app/unpackage/dist/build/mp-weixin/components/five-comment/five-comment.wxss
2025-12-12 17:04:03 +08:00

1 line
778 B
Plaintext

.comment{z-index:1000;width:750rpx;height:100%;position:fixed;left:0;bottom:0;display:flex;flex-direction:column}.mask{width:750rpx;height:1624rpx;position:fixed;background-color:rgba(0,0,0,.3)}.mask-hidden{display:none}.comment-bottom{display:flex;flex-direction:column;width:750rpx;background-color:#fff;position:fixed;z-index:1000;bottom:0;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#f2f2f2}.bottom-textarea{margin:0 auto;width:690rpx;margin-top:20rpx;height:210rpx;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#fff}.bottom-view{margin:0rpx 30rpx;display:flex;height:80rpx;justify-content:flex-end;align-items:center;flex-direction:row}.send-btn{width:100rpx;text-align:end;font-size:30rpx;align-items:center;color:#d81e07}