|  |  | 
 |  |  |   padding-left: 25rpx; | 
 |  |  |   padding-right: 25rpx; | 
 |  |  |   padding-top: 15rpx; | 
 |  |  |   display: flex; | 
 |  |  |   align-items: center; | 
 |  |  |   justify-content: center; | 
 |  |  |   padding-bottom: 15rpx; | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .refresh-button:active{ | 
 |  |  |   background-color: #7c7c7c; /* Change to a darker color when pressed */ | 
 |  |  | } | 
 |  |  | .refresh-view { | 
 |  |  |   text-align: center; | 
 |  |  |   padding: 30rpx; | 
 |  |  | 
 |  |  |   justify-content: center; | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .item-button:active { | 
 |  |  |   background-color: #7c7c7c; /* Change to a darker color when pressed */ | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .divider { | 
 |  |  |   width: 100%; | 
 |  |  |   margin-top: 2rpx; | 
 |  |  | 
 |  |  | } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | .error-dialog{ | 
 |  |  |   --td-dialog-title-color:red; | 
 |  |  |   --td-dialog-title-font-size:40rpx; | 
 |  |  | .error-dialog { | 
 |  |  |   --td-dialog-title-color: red; | 
 |  |  |   --td-dialog-title-font-size: 40rpx; | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .scen-code{ | 
 |  |  | .scen-view { | 
 |  |  |   position: absolute; | 
 |  |  |   /* 添加这行 */ | 
 |  |  |   top: 15rpx; | 
 |  |  |   /* 根据需要调整距离顶部的距离 */ | 
 |  |  |   right: 30rpx; | 
 |  |  |   /* 根据需要调整距离右侧的距离 */ | 
 |  |  |   display: flex; | 
 |  |  |   align-items: center; | 
 |  |  |   /* 垂直方向居中 */ | 
 |  |  |   justify-content: space-between; | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .scen-code { | 
 |  |  |   width: 40rpx; | 
 |  |  |   height: 40rpx; | 
 |  |  |   position: absolute; /* 添加这行 */ | 
 |  |  |   top: 15rpx; /* 根据需要调整距离顶部的距离 */ | 
 |  |  |   right: 30rpx; /* 根据需要调整距离右侧的距离 */ | 
 |  |  | } | 
 |  |  |  | 
 |  |  | .scen-view text { | 
 |  |  |   font-size: 30rpx; | 
 |  |  |   color: #ffffff; | 
 |  |  | } |