0.0.111
This commit is contained in:
@@ -994,7 +994,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container_subscribe{
|
.container_subscribe{
|
||||||
width: 33%;
|
width: 31%;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container_subscribe.first{
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-decr-subscribe{
|
.first-decr-subscribe{
|
||||||
@@ -1003,6 +1010,8 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
border-bottom: 2px solid #FF613A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price_subscribe{
|
.price_subscribe{
|
||||||
@@ -1014,3 +1023,13 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.options_subscribe{
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
.options_subscribe_title{
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 18px;
|
||||||
|
color: #272424;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
3
static/img/svg/galka.svg
Normal file
3
static/img/svg/galka.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="Vector" d="M11 1.5L4.33333 8.5L1 5" stroke="#FF613A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 234 B |
@@ -132,7 +132,10 @@ function check_new_messages (window,only_sender_mode){
|
|||||||
if (request === undefined || window === null){
|
if (request === undefined || window === null){
|
||||||
clearTimeout(check_msg)
|
clearTimeout(check_msg)
|
||||||
} else {
|
} else {
|
||||||
request.innerHTML = data.responseJSON.html;
|
// request.innerHTML = data.responseText;
|
||||||
|
}
|
||||||
|
if (check_msg !== null){
|
||||||
|
clearInterval(check_msg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -30,5 +30,16 @@
|
|||||||
Период: 24 часа
|
Период: 24 часа
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="options_subscribe">
|
||||||
|
<div class="options_subscribe_title">
|
||||||
|
Опции:
|
||||||
|
</div>
|
||||||
|
<div class="list_options_subscribe">
|
||||||
|
<ul>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user