@@ -21,7 +21,7 @@
.hotMainBox {
width: 100%;
- height: calc(100% - 65px);
+ height: calc(100% - 70px);
.noneInfo {
@@ -33,7 +33,7 @@
.hotMain {
- margin-top: 15px;
+ margin-top: 20px;
height: 100%;
display: flex;
@@ -1,5 +1,36 @@
-.Guest{
- :global{
-
+.Guest {
+ :global {
+ .guetsMain {
+ width: 100%;
+ overflow-y: auto;
+
+ .guetsMainBox {
+ padding: 15px 30px 30px;
+ background-color: #fff;
+ border-radius: 10px;
+ min-height: 200px;
+ &:nth-of-type(1) {
+ margin-bottom: 20px;
+ }
+ .tit {
+ font-size: 16px;
+ display: flex;
+ align-items: center;
+ .time{
+ font-size: 14px;
+ color: #999;
+ .txt{
+ font-size: 18px;
+ line-height: 30px;
}