2021-09-10 10:00:42 +00:00
|
|
|
* {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
input {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 14px;
|
|
|
|
box-sizing: border-box;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
/* header */
|
|
|
|
a {
|
2021-09-23 01:06:39 +00:00
|
|
|
text-decoration: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
2021-09-23 01:06:39 +00:00
|
|
|
list-style: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ds {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.naliu {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
background-color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 50px;
|
|
|
|
position: fixed;
|
|
|
|
top: 36%;
|
|
|
|
display: none;
|
|
|
|
left: 10px;
|
|
|
|
border-radius: 50%;
|
|
|
|
z-index: 5;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
.mian {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 22px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_co {
|
2021-09-23 01:06:39 +00:00
|
|
|
background-color: rgb(245, 245, 245);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_left {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 202px;
|
|
|
|
height: 711px;
|
|
|
|
background-color: #fff;
|
|
|
|
padding-top: 29px;
|
|
|
|
margin-right: 19px;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_caidan {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 30px;
|
|
|
|
border-radius: 3px;
|
|
|
|
line-height: 30px;
|
|
|
|
background-color: #fff;
|
|
|
|
display: none;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
top: -60px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
.ty_lefttx {
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
|
|
padding-bottom: 24px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_lefttx > img {
|
|
|
|
width: 60%;
|
|
|
|
height: 50%;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 29px;
|
2021-09-10 10:00:42 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
display: block;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_leftcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 53px;
|
|
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 31px;
|
|
|
|
font-size: 15px;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_leftcon > img {
|
|
|
|
margin-right: 10px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_leftcon > span {
|
|
|
|
cursor: pointer;
|
2021-09-15 10:09:56 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
.ty_ris {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 1060px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 64px;
|
|
|
|
background-color: #fff;
|
|
|
|
line-height: 64px;
|
|
|
|
font-weight: bold;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 24px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_riscon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 20px;
|
|
|
|
height: 709px;
|
|
|
|
padding-top: 40px;
|
|
|
|
padding-left: 100px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: #fff;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_dindantit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
|
|
display: none;
|
|
|
|
margin-bottom: 5px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_scimg {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 154px;
|
|
|
|
height: 154px;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
border-radius: 50%;
|
|
|
|
border: none;
|
|
|
|
margin-right: 28px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-18 03:38:27 +00:00
|
|
|
.mian .ty_riscon .ty_tupian {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 44px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-input-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: #222222;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tubtn {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 202px;
|
|
|
|
height: 33px;
|
|
|
|
border: 1px solid rgb(245, 245, 245);
|
|
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_col {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(193, 193, 193);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_name {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
margin-bottom: 37px;
|
|
|
|
font-size: 16px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_name > :nth-child(1) {
|
|
|
|
width: 81px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 16px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_int {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_int > :nth-child(1) {
|
|
|
|
width: 81px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 16px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_int > :nth-child(2) {
|
|
|
|
width: 471px;
|
|
|
|
height: 52px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 16px;
|
|
|
|
border: solid 1px #000;
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
border-radius: 5px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2021-09-23 01:06:39 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
border: solid 1px #000;
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: flex;
|
|
|
|
padding: 12px 18px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: url("../../img/grzx/xiala_08.jpg") no-repeat scroll right 20px top
|
|
|
|
20px transparent;
|
|
|
|
background-size: 12px 8px;
|
|
|
|
width: 150px;
|
|
|
|
height: 52px;
|
|
|
|
color: rgb(180, 180, 180);
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_setle {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_setle > :nth-child(1) {
|
|
|
|
width: 81px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 16px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_setle > select {
|
|
|
|
margin-right: 10px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tyint_pal {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 14px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: #000;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_btn {
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: right;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_btn > button {
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: 18px;
|
|
|
|
width: 138px;
|
|
|
|
height: 50px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: rgb(203, 25, 25);
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_btn1 {
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: right;
|
|
|
|
width: 581px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-14 10:07:17 +00:00
|
|
|
.ty_jgzl {
|
2021-09-23 01:06:39 +00:00
|
|
|
height: auto;
|
|
|
|
padding-bottom: 29px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-14 10:07:17 +00:00
|
|
|
.ty_img {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
margin-bottom: 21px;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
2021-09-10 10:00:42 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_img > :nth-child(1) {
|
|
|
|
width: 81px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-size: 16px;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
2021-09-10 10:00:42 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_img > div {
|
|
|
|
display: flex;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
2021-09-10 10:00:42 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_img > div > :nth-child(2) {
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgb(180, 180, 180);
|
|
|
|
margin-left: 12px;
|
|
|
|
margin-bottom: 12px;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
2021-09-10 10:00:42 +00:00
|
|
|
|
|
|
|
/* 密码修改 */
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_wic > :nth-child(1) {
|
|
|
|
width: 90px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_riscon1 {
|
2021-09-23 01:06:39 +00:00
|
|
|
height: 638px;
|
|
|
|
margin-top: 10px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 收货地址 */
|
|
|
|
.ty_shtit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 64px;
|
|
|
|
background-color: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_shtit > div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_shtit > div > :nth-child(1) {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_shtit > div > :nth-child(2) {
|
|
|
|
font-size: 12px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_shtit > p {
|
|
|
|
font-size: 18px;
|
|
|
|
color: rgb(13, 158, 61);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_con {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 638px;
|
|
|
|
margin-top: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: #fff;
|
|
|
|
padding-top: 26px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_dizcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 94%;
|
|
|
|
height: 190px;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 23px;
|
|
|
|
border: 1px solid rgb(229, 229, 229);
|
|
|
|
padding-left: 22px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding: 20px 22px 0px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dzxx > :nth-child(1) > :nth-child(1) {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dzxx > :nth-child(1) > :nth-child(2) {
|
|
|
|
width: 61px;
|
|
|
|
height: 23px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 23px;
|
|
|
|
margin-left: 18px;
|
|
|
|
background-color: rgb(203, 25, 25);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dzxx > :nth-child(1) {
|
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_dzxx {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-self: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dzxx > :nth-child(2) {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_dztext {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(149, 149, 149);
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 14px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dztext > span {
|
|
|
|
color: #000;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_mr {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_mr > :nth-child(2) {
|
|
|
|
display: flex;
|
|
|
|
color: rgb(74, 122, 228);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_mr > :nth-child(2) > p {
|
|
|
|
margin-left: 28px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 新增收货地址 */
|
|
|
|
.ty_xzsh {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: rgba(00, 00, 00, 0.3);
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding-top: 45px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
left: 0px;
|
|
|
|
z-index: 3;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 653px;
|
|
|
|
padding-bottom: 43px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #fff;
|
|
|
|
margin: auto;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tctiti {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 15px 20px 12px;
|
|
|
|
align-items: center;
|
|
|
|
background-color: rgb(233, 233, 233);
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tctiti > :nth-child(2) {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tris {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 26px;
|
|
|
|
padding-left: 40px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tcwi {
|
2021-09-23 01:06:39 +00:00
|
|
|
margin-bottom: 12px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tcwi > :nth-child(1) {
|
|
|
|
width: 82px;
|
|
|
|
margin-right: 0px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yhtit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 64px;
|
|
|
|
background-color: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 23px;
|
|
|
|
font-size: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yhd {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-weight: 600;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yhtit > p {
|
|
|
|
margin-right: 40px;
|
|
|
|
color: #191919;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 优惠卷 */
|
|
|
|
.ty_yhuij {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 25%;
|
|
|
|
text-align: center;
|
|
|
|
padding-right: 11px;
|
|
|
|
margin-bottom: 11px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_yhjyuan {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: -4px;
|
|
|
|
width: 100%;
|
|
|
|
left: 0px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yhuij > :nth-child(1) {
|
|
|
|
background-color: rgb(116, 210, 212);
|
|
|
|
width: 100%;
|
|
|
|
height: 142px;
|
|
|
|
position: relative;
|
|
|
|
padding-top: 26px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yhuij > :nth-child(2) {
|
|
|
|
width: 100%;
|
|
|
|
height: 83px;
|
|
|
|
background-color: rgb(249, 249, 249);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_gb {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
background-image: url("../../img/grzx/yhq.png");
|
|
|
|
background-size: 100%;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yhmn {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: #fff;
|
|
|
|
font-size: 36px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
line-height: 33px;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 10px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yhmn > span {
|
|
|
|
font-size: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
top: -9px;
|
|
|
|
left: -19px;
|
|
|
|
position: absolute;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_textyh {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: #fff;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yhbtn {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 121px;
|
|
|
|
height: 35px;
|
|
|
|
border: 1px solid rgb(116, 210, 212);
|
|
|
|
border-radius: 30px;
|
|
|
|
margin-top: 26px;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 35px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: rgb(116, 210, 212);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gqtp {
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: right;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tp > :nth-child(4n) {
|
|
|
|
margin-right: 0px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_listimg {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 订单 */
|
|
|
|
.ty_ddnav {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_dindantetx {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_dnum {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
.ty_ddys {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(203, 25, 25);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddnav > p {
|
|
|
|
margin-right: 32px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxq {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
margin-top: 10px;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 40px;
|
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxq p {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-size: 14px;
|
|
|
|
color: rgb(106, 106, 106);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddxq > :nth-child(2) {
|
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddxq > :nth-child(2) > * {
|
|
|
|
margin-left: 60px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: rgb(106, 106, 106);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
border: 1px solid rgb(233, 233, 233);
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-bottom: 20px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddcontit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 35px;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-left: 13px;
|
|
|
|
padding-right: 10px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddcontit > :nth-child(1) > p {
|
|
|
|
color: rgb(146, 146, 146);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddcontit > :nth-child(2) {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
width: 61px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddcontit > :nth-child(2) > p {
|
|
|
|
margin-right: 5px;
|
|
|
|
color: rgb(6, 110, 226);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddxx > :nth-child(1) > div {
|
|
|
|
display: flex;
|
|
|
|
padding: 14px 0px 14px 15px;
|
|
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 610px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddxx > :nth-child(1) > :last-child {
|
|
|
|
border-bottom: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_ddmas {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ddmas > :nth-child(2) {
|
|
|
|
width: 250px;
|
|
|
|
font-size: 13px;
|
|
|
|
padding-top: 12px;
|
|
|
|
margin-left: 12px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_dindantop {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dnum > :nth-child(1) {
|
|
|
|
padding-top: 12px;
|
|
|
|
margin-left: 80px;
|
|
|
|
font-size: 13px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_dnum > :nth-child(2) {
|
|
|
|
padding-top: 12px;
|
|
|
|
margin-left: 72px;
|
|
|
|
font-size: 13px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxx {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxxTxt {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 24px;
|
|
|
|
font-size: 13px;
|
|
|
|
width: 98px;
|
|
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
|
|
text-align: center;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxxTxt1 {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 24px;
|
|
|
|
width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxxTxt1 > button {
|
|
|
|
width: 79px;
|
|
|
|
cursor: pointer;
|
|
|
|
height: 34px;
|
|
|
|
border: 1px solid rgb(233, 156, 156);
|
|
|
|
color: rgb(203, 25, 25);
|
|
|
|
margin-bottom: 8px;
|
|
|
|
font-size: 13px;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top,
|
|
|
|
rgb(255, 255, 255),
|
|
|
|
rgb(244, 244, 244)
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ddxxTxt1 > a {
|
|
|
|
width: 79px;
|
|
|
|
cursor: pointer;
|
2021-09-22 07:31:56 +00:00
|
|
|
display: inline-block;
|
2021-09-23 01:06:39 +00:00
|
|
|
height: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
border: 1px solid rgb(233, 156, 156);
|
|
|
|
color: rgb(203, 25, 25);
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top,
|
|
|
|
rgb(255, 255, 255),
|
|
|
|
rgb(244, 244, 244)
|
|
|
|
);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_paging {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_paging > p {
|
|
|
|
width: 101px;
|
|
|
|
height: 37px;
|
|
|
|
border: solid 1px rgb(243, 243, 243);
|
|
|
|
text-align: center;
|
|
|
|
line-height: 37px;
|
|
|
|
margin-right: 12px;
|
|
|
|
color: #848484;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_pagingcol {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(255, 82, 0);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_paging > div > span {
|
|
|
|
margin-right: 12px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_shtcint {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_sgtxt {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tpsc {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tpsc > :nth-child(1) {
|
|
|
|
width: 109px;
|
|
|
|
height: 109px;
|
|
|
|
border: 1px solid rgb(208, 208, 208);
|
|
|
|
border-radius: 3px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 80px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tpsc > :nth-child(2) {
|
|
|
|
color: #222222;
|
|
|
|
margin-top: 82px;
|
|
|
|
margin-left: 15px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgb(126, 126, 126);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yscon {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 24px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ysnr {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 20%;
|
|
|
|
padding-right: 23px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
position: relative;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ysnr > img {
|
|
|
|
width: 100%;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_ysnr > p {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ysmr {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: flex-start;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_ysqxgz {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 67px;
|
|
|
|
height: 25px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 25px;
|
|
|
|
background-color: rgb(53, 53, 53);
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 13px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_wdgz {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 33%;
|
|
|
|
padding-right: 21px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-bottom: 21px;
|
|
|
|
position: relative;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_wdgz > img {
|
|
|
|
width: 100%;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_wdgz > p {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
|
|
|
margin-top: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-18 03:38:27 +00:00
|
|
|
.ty_jftit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
height: 161px;
|
|
|
|
padding-top: 25px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: 22px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(1) {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #191919;
|
|
|
|
font-weight: bold;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(2) {
|
|
|
|
display: flex;
|
|
|
|
padding-left: 32px;
|
|
|
|
margin-top: 35px;
|
|
|
|
align-items: center;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(2) > :nth-child(1) {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(2) > :nth-child(2) {
|
|
|
|
color: #cb1919;
|
|
|
|
font-size: 24px;
|
|
|
|
margin-left: 20px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(2) > :nth-child(3) {
|
|
|
|
width: 179px;
|
|
|
|
height: 44px;
|
|
|
|
background-color: #cb1919;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 44px;
|
|
|
|
margin-left: 30px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftit > :nth-child(2) > :nth-child(4) {
|
|
|
|
width: 98px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #cb1919;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 44px;
|
|
|
|
border: 1px solid #cb1919;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-left: 20px;
|
|
|
|
height: 44px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfn > :nth-child(1) {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #cb1919;
|
|
|
|
font-weight: bold;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jfntit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 42px;
|
|
|
|
margin-top: 10px;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
padding-left: 77px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfntit > th {
|
|
|
|
color: rgb(106, 106, 106);
|
|
|
|
font-size: 14px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfntit > :nth-child(2) {
|
|
|
|
width: 424px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_jfntit > :nth-child(3) {
|
|
|
|
text-align: left;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_jfntit > :nth-child(1) {
|
|
|
|
width: 183px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jftable {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jftable > thead {
|
|
|
|
width: 100%;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jfcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
height: 44px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_jfcon > td {
|
|
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfcon > :nth-child(1) {
|
|
|
|
font-size: 13px;
|
|
|
|
color: #525252;
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: center;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfcon > :nth-child(2) {
|
|
|
|
width: 75px;
|
|
|
|
font-size: 14px;
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jfys {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(0, 166, 8);
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jfys2 {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(203, 25, 25);
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jfcon > :nth-child(3) {
|
|
|
|
font-size: 13px;
|
|
|
|
color: #525252;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-10 10:00:42 +00:00
|
|
|
/* 收藏 */
|
|
|
|
.ty_sccon {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 24px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yishusc {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 33%;
|
|
|
|
padding-right: 14px;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yishusc > img {
|
|
|
|
width: 100%;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yishusc > :nth-child(2) {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
|
|
|
margin-top: 17px;
|
|
|
|
margin-bottom: 14px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yishusc > :nth-child(3) {
|
|
|
|
color: rgb(147, 147, 147);
|
|
|
|
font-size: 13px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_scmr {
|
|
|
|
align-content: flex-start;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_scml {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-left: 22px;
|
|
|
|
display: none;
|
|
|
|
align-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_yspcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 20%;
|
|
|
|
padding-right: 24px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yspcon > img {
|
|
|
|
width: 100%;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_yspcon > p {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #191919;
|
|
|
|
margin-top: 18px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_scml > :nth-child(5n) {
|
|
|
|
margin-right: 0px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 签到 */
|
|
|
|
.ty_qidaocon {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 657px;
|
|
|
|
height: 307px;
|
|
|
|
background-image: url("../../img/grzx/qdbj.jpg");
|
|
|
|
background-size: 100%;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: flex-end;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_qidaocon > img {
|
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
right: 16px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_qidaocon > button {
|
|
|
|
width: 176px;
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: rgb(203, 25, 25);
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
/* 新闻中心 */
|
2021-09-10 10:00:42 +00:00
|
|
|
.ty_zgtit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
height: 40px;
|
2021-09-16 08:19:03 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
box-sizing: border-box;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
.ty_dis {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-right: 15px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
.ty_btnzlb {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 116px;
|
|
|
|
height: 44px;
|
|
|
|
background-color: rgb(203, 25, 25);
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 3px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
.ty_btnzlp {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 116px;
|
|
|
|
height: 44px;
|
|
|
|
color: rgb(6, 110, 226);
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid rgb(6, 110, 226);
|
|
|
|
margin-left: 7px;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > th {
|
|
|
|
font-size: 14px;
|
|
|
|
color: rgb(106, 106, 106);
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_selectAll {
|
2021-09-23 01:06:39 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 2px solid rgb(174, 174, 174);
|
|
|
|
cursor: pointer;
|
|
|
|
margin: auto;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_selected {
|
2021-09-23 01:06:39 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 2px solid rgb(174, 174, 174);
|
|
|
|
cursor: pointer;
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zgzti {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-size: 13px;
|
|
|
|
color: #191919;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(1) {
|
|
|
|
text-align: center;
|
|
|
|
width: 47px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(2) {
|
|
|
|
width: 98px;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(3) {
|
|
|
|
width: 228px;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 11px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(4) {
|
|
|
|
width: 232px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(5) {
|
|
|
|
width: 109px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgtit > :nth-child(6) {
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_xwtable {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zgcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
height: 102px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > td {
|
|
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
|
|
padding-top: 17px;
|
|
|
|
vertical-align: top;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > :nth-child(1) {
|
|
|
|
padding-top: 37px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > :nth-child(2) > img {
|
|
|
|
width: 98px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > :nth-child(3) {
|
|
|
|
width: 233px;
|
|
|
|
line-height: 27px;
|
|
|
|
margin-right: 68px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > :nth-child(4) {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 22px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zgcon > :nth-child(5) {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 22px;
|
|
|
|
color: #cb1919;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_bj {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: #00a608;
|
|
|
|
border: 1px solid #00a608;
|
|
|
|
padding: 10px 17px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_scsc {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: #066ee2;
|
|
|
|
border: 1px solid #066ee2;
|
|
|
|
padding: 10px 17px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
2021-09-14 10:07:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_button {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(25, 25, 25);
|
|
|
|
border: 1px solid rgb(188, 188, 188);
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 3px;
|
|
|
|
width: 62px;
|
|
|
|
height: 39px;
|
|
|
|
margin-bottom: 7px;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_lititnoe > :nth-child(2) {
|
|
|
|
display: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_lititnoe > span {
|
|
|
|
color: rgb(203, 25, 25);
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_litittwo > :nth-child(1) {
|
|
|
|
display: none;
|
2021-09-10 10:00:42 +00:00
|
|
|
}
|
2021-09-14 10:07:17 +00:00
|
|
|
|
|
|
|
.ty_topifrane {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 300px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 展览 */
|
|
|
|
|
|
|
|
.ty_zltit {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
height: 40px;
|
2021-09-16 08:19:03 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
box-sizing: border-box;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zlzti {
|
2021-09-23 01:06:39 +00:00
|
|
|
font-size: 13px;
|
|
|
|
color: #191919;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > th {
|
|
|
|
font-size: 14px;
|
|
|
|
color: rgb(106, 106, 106);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(1) {
|
|
|
|
text-align: center;
|
|
|
|
width: 47px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(2) {
|
|
|
|
width: 66px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(3) {
|
|
|
|
width: 187px;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 16px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(4) {
|
|
|
|
width: 80px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(5) {
|
|
|
|
width: 109px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(6) {
|
|
|
|
width: 61px;
|
2021-09-16 08:19:03 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-right: 38px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltit > :nth-child(7) {
|
|
|
|
padding-right: 45px;
|
|
|
|
width: 85px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(8) {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(8) > button {
|
|
|
|
margin-bottom: 8px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(6) > p {
|
|
|
|
width: 62px;
|
|
|
|
height: 34px;
|
|
|
|
color: rgb(203, 25, 25);
|
|
|
|
border: 1px solid rgb(203, 25, 25);
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 3px;
|
|
|
|
line-height: 34px;
|
|
|
|
cursor: pointer;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(7) {
|
|
|
|
padding-top: 22px;
|
|
|
|
text-align: center;
|
|
|
|
padding-right: 45px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_xwtable {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 100%;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zlcon {
|
2021-09-23 01:06:39 +00:00
|
|
|
height: 102px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > td {
|
|
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
|
|
padding-top: 17px;
|
|
|
|
vertical-align: top;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(1) {
|
|
|
|
padding-top: 37px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(2) > img {
|
|
|
|
width: 65px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(3) {
|
|
|
|
width: 178px;
|
|
|
|
line-height: 27px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 119px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(4) {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlcon > :nth-child(5) {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 添加展览 */
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltj .ty_img > :nth-child(1) {
|
|
|
|
width: 117px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltj .ty_int > :nth-child(1) {
|
|
|
|
width: 117px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltj .ty_setle > :nth-child(1) {
|
|
|
|
width: 117px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_radio {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
margin-bottom: 21px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_radio > :nth-child(1) {
|
|
|
|
width: 117px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
line-height: 38px;
|
|
|
|
font-size: 16px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_radio > :nth-child(2) input {
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
margin-right: 8px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_radio > :nth-child(2) {
|
|
|
|
display: flex;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_radio > :nth-child(2) label {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_radio > :nth-child(2) > :nth-child(1) {
|
|
|
|
margin-right: 28px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.choose {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: relative;
|
|
|
|
height: 38px;
|
|
|
|
display: flex;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #0c4757;
|
|
|
|
padding-left: 45px;
|
|
|
|
cursor: pointer;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio input {
|
2021-09-23 01:06:39 +00:00
|
|
|
position: absolute;
|
|
|
|
left: -9999px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio i {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
|
|
|
left: 0;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
outline: 0;
|
|
|
|
border: 1px solid #e4e4e4;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 50%;
|
|
|
|
transition: border-color 0.3s;
|
|
|
|
-webkit-transition: border-color 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio input[checked="checked"] + i {
|
|
|
|
border-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio input + i:after {
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: red;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.1s;
|
|
|
|
-webkit-transition: opacity 0.1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choose .radio input:checked + i:after {
|
|
|
|
opacity: 1;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_riscon input::-webkit-input-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: rgb(180, 180, 180);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_riscon input::-moz-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Mozilla Firefox 19+ */
|
|
|
|
color: rgb(180, 180, 180);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_riscon input:-moz-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Mozilla Firefox 4 to 18 */
|
|
|
|
color: rgb(180, 180, 180);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_riscon select {
|
|
|
|
color: #222222;
|
|
|
|
cursor: pointer;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_zltj select {
|
|
|
|
color: rgb(180, 180, 180);
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
.ty_riscon input:-ms-input-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Internet Explorer 10-11 */
|
|
|
|
color: rgb(180, 180, 180);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
2021-09-18 03:38:27 +00:00
|
|
|
.ty_jgintcor input::-webkit-input-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
color: #222222;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jgintcor input::-moz-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Mozilla Firefox 19+ */
|
|
|
|
color: #222222;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jgintcor input:-moz-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Mozilla Firefox 4 to 18 */
|
|
|
|
color: #222222;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ty_jgintcor input:-ms-input-placeholder {
|
2021-09-23 01:06:39 +00:00
|
|
|
/* Internet Explorer 10-11 */
|
|
|
|
color: #222222;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jgintcor select {
|
|
|
|
color: #222222;
|
|
|
|
}
|
2021-09-16 08:19:03 +00:00
|
|
|
|
|
|
|
.ty_buttton {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_buttton > :nth-child(1) {
|
|
|
|
display: flex;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-16 08:19:03 +00:00
|
|
|
/* 展览管理 */
|
|
|
|
.ty_buttton .ty_selectAll {
|
2021-09-23 01:06:39 +00:00
|
|
|
margin: 0 9px 0 15px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_buttton .ty_selectAll + p {
|
|
|
|
color: #066ee2;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(3) {
|
|
|
|
width: 160px;
|
|
|
|
padding-left: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(3) {
|
|
|
|
width: 107px;
|
|
|
|
line-height: 27px;
|
|
|
|
padding-right: 60px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(4) {
|
|
|
|
width: 85px;
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(4) {
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(5) {
|
|
|
|
width: 86px;
|
|
|
|
padding-right: 32px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(5) {
|
|
|
|
padding-right: 32px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_xwtable .ty_zlmanagement td {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 17px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_xwtable .ty_zlmanagement .tdptd {
|
2021-09-23 01:06:39 +00:00
|
|
|
padding-top: 22px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(6) {
|
|
|
|
width: 60px;
|
|
|
|
padding-right: 29px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(6) {
|
|
|
|
padding-right: 29px;
|
|
|
|
text-align: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(7) {
|
|
|
|
width: 55px;
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(7) {
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(8) {
|
|
|
|
width: 29px;
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: left;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(8) {
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: center;
|
|
|
|
display: revert;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(9) {
|
|
|
|
width: 130px;
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(9) {
|
|
|
|
padding-right: 0px;
|
|
|
|
text-align: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(10) {
|
|
|
|
width: 40px;
|
|
|
|
padding-right: 33px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zltitManagement > :nth-child(10) {
|
|
|
|
padding-right: 33px;
|
|
|
|
text-align: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_zlmanagement > :nth-child(11) {
|
|
|
|
padding-bottom: 10px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_zlmanagement .ty_button {
|
2021-09-23 01:06:39 +00:00
|
|
|
margin-bottom: 10px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_zltop {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_zltop select {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 173px;
|
|
|
|
height: 35px;
|
|
|
|
padding: 0px 9px;
|
|
|
|
color: rgb(110, 110, 110);
|
|
|
|
margin-right: 9px;
|
|
|
|
background: url(../../img/grzx/xiala_08.jpg) no-repeat scroll right 20px top
|
|
|
|
12px transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zltop label > input {
|
|
|
|
width: 230px;
|
|
|
|
height: 35px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid rgb(212, 212, 212);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zltop label > span {
|
|
|
|
width: 38px;
|
|
|
|
height: 35px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid rgb(212, 212, 212);
|
|
|
|
border-left: none;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 5px;
|
|
|
|
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top,
|
|
|
|
rgb(255, 255, 255),
|
|
|
|
rgb(244, 244, 244)
|
|
|
|
);
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_zltop label {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-right: 10px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_int .ty_yspsc {
|
2021-09-23 01:06:39 +00:00
|
|
|
width: 820px;
|
|
|
|
height: 168px;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
|
|
|
.ty_textarea {
|
2021-09-23 01:06:39 +00:00
|
|
|
align-items: flex-start;
|
2021-09-16 08:19:03 +00:00
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_textarea > :nth-child(1) {
|
|
|
|
padding-top: 17px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.chooseImg-box {
|
2021-09-23 01:06:39 +00:00
|
|
|
display: inline-block;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.chooseImg-box > div input {
|
|
|
|
width: 109px;
|
|
|
|
height: 109px;
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
border-radius: 3px;
|
|
|
|
opacity: 0;
|
|
|
|
z-index: 2;
|
|
|
|
cursor: pointer;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_topimgtx {
|
|
|
|
display: none;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.chooseImg-box > div img {
|
|
|
|
width: 109px;
|
|
|
|
height: 109px;
|
|
|
|
object-fit: cover;
|
|
|
|
z-index: 1;
|
|
|
|
border-radius: 3px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.chooseImg-content {
|
2021-09-23 01:06:39 +00:00
|
|
|
margin-top: 76px;
|
|
|
|
margin-left: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #222222;
|
|
|
|
opacity: 0.7;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_intfile {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_pdf {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_pdf > :nth-child(1) {
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-size: 16px;
|
|
|
|
width: 117px;
|
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_intf {
|
|
|
|
width: 471px;
|
|
|
|
height: 52px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 16px;
|
|
|
|
border: solid 1px #000;
|
|
|
|
border-color: rgb(208, 208, 208);
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
opacity: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
#uptxt {
|
|
|
|
width: 471px;
|
|
|
|
height: 52px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 16px;
|
|
|
|
border: solid 1px #000;
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
border-radius: 5px 0 0 5px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_tusc {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_tusc > label {
|
|
|
|
width: 156px;
|
|
|
|
height: 52px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid rgb(212, 212, 212);
|
|
|
|
border-left: none;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #191919;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top,
|
|
|
|
rgb(255, 255, 255),
|
|
|
|
rgb(244, 244, 244)
|
|
|
|
);
|
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jgcon > :nth-child(3) {
|
|
|
|
width: 217px;
|
|
|
|
}
|
2021-09-18 03:38:27 +00:00
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jgcon > :nth-child(4) {
|
|
|
|
width: 76px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
|
|
|
|
2021-09-23 01:06:39 +00:00
|
|
|
.ty_jgcon > :nth-child(5) {
|
|
|
|
width: 276px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_jgcona > :nth-child(3) {
|
|
|
|
width: 217px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_xwgg > :nth-child(5) {
|
|
|
|
width: 109px;
|
|
|
|
text-align: left;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_xwggcon > :nth-child(5) {
|
|
|
|
width: 109px;
|
|
|
|
text-align: left;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_xzcor {
|
|
|
|
color: #cb1919;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_xwtable .ty_zlcon .ty_pind {
|
|
|
|
padding-top: 45px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_tihuan {
|
|
|
|
width: 143px;
|
|
|
|
height: 48px;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to top,
|
|
|
|
rgb(255, 255, 255),
|
|
|
|
rgb(244, 244, 244)
|
|
|
|
);
|
|
|
|
font-size: 15px;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
line-height: 48px;
|
|
|
|
border: solid 1px #000;
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
margin-left: 14px;
|
|
|
|
margin-top: 192px;
|
|
|
|
cursor: pointer;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_zlth {
|
|
|
|
align-items: flex-start;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_zlth > .ty_intfile {
|
|
|
|
width: 243px;
|
|
|
|
height: 244px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_zlth > .pa {
|
|
|
|
width: 243px;
|
|
|
|
height: 244px;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_grzximg {
|
|
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
width: 202px;
|
|
|
|
height: 33px;
|
|
|
|
border: 1px solid rgb(245, 245, 245);
|
|
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
opacity: 0;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_scimg > img {
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 50%;
|
2021-09-22 07:31:56 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_jgintcor {
|
|
|
|
display: inline-block;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_riscon > div {
|
|
|
|
display: inline-block;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.ty_riscon > form {
|
|
|
|
display: inline-block;
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|
2021-09-23 01:06:39 +00:00
|
|
|
|
|
|
|
.tyys_namep {
|
|
|
|
text-align: right;
|
|
|
|
width: 81px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_tp {
|
|
|
|
padding: 25px 12px 0 25px;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_didanpd {
|
|
|
|
height: auto;
|
|
|
|
padding: 25px 24px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_gzmr {
|
|
|
|
display: none;
|
|
|
|
align-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zgyscon {
|
|
|
|
margin: 0 auto;
|
|
|
|
table-layout: fixed;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_zgysconTr {
|
|
|
|
color: #333333;
|
|
|
|
opacity: 0.7;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tyzg_text {
|
|
|
|
width: 103px;
|
|
|
|
height: 103px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_pj {
|
|
|
|
color: #00a608;
|
|
|
|
border: 1px solid #00a608;
|
|
|
|
width: 62px;
|
|
|
|
height: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tyzg_sc {
|
|
|
|
color: #066ee2;
|
|
|
|
border: 1px solid #066ee2;
|
|
|
|
width: 62px;
|
|
|
|
height: 34px;
|
|
|
|
line-height: 34px;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-top: 6px;
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tytj_tjzp {
|
|
|
|
width: 116px;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
text-align: center;
|
|
|
|
color: #ffffff;
|
|
|
|
background: #cb1919;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid #cb1919;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tytj_plsc {
|
|
|
|
width: 116px;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
text-align: center;
|
|
|
|
color: #066ee2;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 1px solid #066ee2;
|
|
|
|
font-size: 15px;
|
|
|
|
margin: 0px 20px 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ty_qbselect {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: none;
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: flex;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: url(../../img/grzx/qbdd.png) no-repeat scroll right 7px top 3px
|
|
|
|
transparent;
|
|
|
|
background-size: 10px 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 3px;
|
|
|
|
width: 73px;
|
|
|
|
color: rgb(106, 106, 106);
|
2021-09-18 03:38:27 +00:00
|
|
|
}
|