12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .quan_container {
- background-image: url("https://img.shuimuai.com/web/index_item_quan.png");
- background-position: center;
- background-size: 100% 100%;
- width: 340px;
- height: 115px;
- margin: 10px auto;
- }
- .quan_container_gray {
- background-image: url("https://img.shuimuai.com/web/quan_huise.png");
- background-position: center;
- background-size: 100% 100%;
- width: 340px;
- height: 115px;
- margin: 10px auto;
- }
- /*标题*/
- .title {
- font-size: 15px;
- font-weight: 400;
- color: #030000;
- line-height: 24px;
- }
- /*子标题*/
- .sub-title {
- font-size: 10px;
- font-weight: 400;
- color: #030000;
- line-height: 24px;
- }
- /*分钟数*/
- .time {
- font-size: 36px;
- font-weight: 400;
- color: #030000;
- line-height: 24px;
- }
- /*分钟二字*/
- .time_text {
- font-size: 12px;
- font-weight: 400;
- color: #030000;
- line-height: 24px;
- }
- /*领取二字*/
- .get_ticket_text {
- font-size: 18px;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 24px;
- margin: 45px 0px;
- }
- .quan_list {
- }
|