routeDialog.wxss 1.4 KB

1
  1. .routeDialogMask.data-v-4b793d1d{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3);width:750rpx;flex:1;height:100vh;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);position:fixed;left:0;top:0;z-index:999}.routeDialogMask .routeDialog.data-v-4b793d1d{display:flex;flex-direction:column;align-items:center;justify-content:center;width:690rpx;background-color:#fff;border-radius:20rpx;padding:20rpx}.routeDialogMask .routeDialog .title.data-v-4b793d1d{font-size:28rpx;line-height:28rpx;color:#333;word-wrap:break-word;max-width:600rpx}.routeDialogMask .routeDialog .textarea.data-v-4b793d1d{margin-top:20rpx;margin-bottom:20rpx;width:640rpx;min-height:200rpx;max-height:750rpx;background-color:rgba(0,0,0,.02);padding:10rpx}.routeDialogMask .routeDialog .btnGroup.data-v-4b793d1d{display:flex;flex-direction:row;width:640rpx;justify-content:space-between}.routeDialogMask .routeDialog .btnGroup .btnItem.data-v-4b793d1d{height:64rpx;border-radius:10rpx;display:flex;flex-direction:row;align-items:center;justify-content:center}.routeDialogMask .routeDialog .btnGroup .btnItem .btnText.data-v-4b793d1d{font-size:24rpx;color:#fff}.routeDialogMask .routeDialog .btnGroup .btnItem.left.data-v-4b793d1d{width:160rpx;background-color:#8799a3}.routeDialogMask .routeDialog .btnGroup .btnItem.right.data-v-4b793d1d{width:450rpx;background-color:#3cbb45}