邓洁 : 修改首屏弹窗样式

This commit is contained in:
dengj
2023-12-15 12:58:24 +08:00
parent 15bb5c40e1
commit 32e425a926
5 changed files with 42 additions and 35 deletions

View File

@@ -47,16 +47,16 @@ watchEffect(() => {
<style scoped lang="scss">
.time-range-group {
width: 204px;
height: 68px;
//width: 254px;
//height: 78px;
border: 2px solid #0F82AF;
border-radius: 10px;
background: #062247;
display: flex;
font-size: 28px;
font-size: 40px;
.time-range-button {
cursor: pointer;
padding: 15px 20px;
padding: 18px 24px;
box-sizing: border-box;
color: #FFFFFF;
&.time-range-button-active {