huaxia/css/logshoppingcar/popup.css

20 lines
301 B
CSS
Raw Normal View History

2021-09-07 01:43:08 +00:00
.myPopup {
2021-09-14 01:01:05 +00:00
width:100%;
2021-09-07 01:43:08 +00:00
height: 600px;
position: relative;
width: 50%;
2021-09-14 01:01:05 +00:00
height: 30%;
2021-09-07 01:43:08 +00:00
transform: (50%-300px, 50%-510px);
}
.ui-popup.ui-body-inherit {
margin: auto;
2021-09-14 01:01:05 +00:00
/* margin-top:10px; */
2021-09-07 01:43:08 +00:00
}
2021-09-14 01:01:05 +00:00
2021-09-07 01:43:08 +00:00
h1 {
text-align: center;
line-height: 80px;
}
p {
text-indent: 2em;
}