This commit is contained in:
2022-02-08 14:11:15 +08:00
parent 4020f1f6eb
commit 784483cc47
2 changed files with 46 additions and 38 deletions

View File

@@ -62,7 +62,7 @@
}
</script>
<style scoped lang="less">
<style scoped lang="scss">
.sent--text {
display: flex;
flex-direction: row;
@@ -77,17 +77,17 @@
padding: 0 20rpx;
}
.button {
border: none;
background: #34CE98;
color: white;
width: 120rpx;
line-height: 70rpx;
text-align: center;
border-radius: 10rpx;
font-size: 30rpx;
font-weight: bold;
}
// .button {
// border: none;
// background: #34CE98;
// color: white;
// width: 120rpx;
// line-height: 70rpx;
// text-align: center;
// border-radius: 10rpx;
// font-size: 30rpx;
// font-weight: bold;
// }
// .button[disabled] {
// background-color: #555555;
// }