HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot//www.xxlht.com/sh/033/aa_files/multi-product.css
@charset "UTF-8";
#productSelection select {
  width: calc(100% - 60px - 40px - 20px - 40px - 10px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  margin: 0 10px;
}

#productSelection .category1Image {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #productSelection .category1Image {
    width: 200px;
  }
}

#productSelection .size-title {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  line-height: 50px;
}

#productSelection .quantity-change {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#tr_selected_productInfo_list {
  padding-left: 40px;
}

.amount-info {
  display: none;
  position: fixed;
  right: 5px;
  top: 5px;
  left: auto;
  bottom: auto;
  z-index: 9999;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #6091d3;
  background: #FFF;
  border: solid 3px #6091d3;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .amount-info {
    top: 75px;
  }

  /*20190305*/
  #amount_info {
    display: none !important;
  }
}

.amount-info .titlefont4 {
  font-weight: bold;
  font-size: 18px;
  color: #0000E3;
}

.amount-info .selected-product_title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.amount-info .reset-selected-product-box {
  margin-top: 5px;
  text-align: right;
}

.amount-info .reset-selected-product-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  font-family: '微軟正黑體';
}

.amount-info .size-title {
  display: inline-block;
  width: 80px;
}

.row:after, .row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row .col-md-6 {
  width: 50%;
  float: left;
}

@media screen and (max-width: 640px) {
  .row .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 1450px) {
  #selectedProductInfo {
    display: none;
  }
}
/*# sourceMappingURL=multi-product.css.map */