0.0.111
This commit is contained in:
@@ -994,7 +994,14 @@
|
||||
}
|
||||
|
||||
.container_subscribe{
|
||||
width: 33%;
|
||||
width: 31%;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
.container_subscribe.first{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.first-decr-subscribe{
|
||||
@@ -1003,6 +1010,8 @@
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: #000000;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 2px solid #FF613A;
|
||||
}
|
||||
|
||||
.price_subscribe{
|
||||
@@ -1013,4 +1022,14 @@
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
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){
|
||||
clearTimeout(check_msg)
|
||||
} else {
|
||||
request.innerHTML = data.responseJSON.html;
|
||||
// request.innerHTML = data.responseText;
|
||||
}
|
||||
if (check_msg !== null){
|
||||
clearInterval(check_msg)
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -30,5 +30,16 @@
|
||||
Период: 24 часа
|
||||
</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>
|
||||
Reference in New Issue
Block a user