/* html, body, #myapp{ height: 100%; width: 100%; background: #eeeeee; overflow-y: scroll; } */ page { height: 100%; width: 100%; background: #eeeeee; overflow-y: scroll; font-size: 30upx; } .msg { padding: 26.6667upx 26.6667upx 0 26.6667upx; } .score { height: 133.3333upx; display: flex; align-items: center; background: #ffffff; padding-left: 40upx; border-bottom: 1.3333upx solid #cccccc; border-top-left-radius: 13.3333upx; border-top-right-radius: 13.3333upx;} .score span { margin-right: 42.6667upx; /* font-size: 40upx; */ color: #333333; } .score image { width: 61.3333upx; height: 58.6667upx; margin-right: 16upx; } textarea { width: 100%; overflow: hidden; box-sizing: border-box; height: 800upx !important; border: none !important; color: #999999 !important; /* font-size: 32upx !important; */ padding: 26.6667upx 40upx 34.6667upx 40upx !important; font-family: "pingFangSC-Regular" !important; resize: none; border-bottom-right-radius: 13.3333upx; border-bottom-left-radius: 13.3333upx; } .btn { position: fixed !important; bottom: 0; left: 0; width: 100%; line-height: 100upx; text-align: center; background: #00CE47; color: #ffffff; }