UNPKG

tch

Version:

Front End Integrated Solution for TC

39 lines 782 B
<!doctype html> <html> <head> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="/global/demo.css"/> <style> dt{ font-weight: bold; font-size: 30px; } dt,dd{ margin: 15px 20px; } button{ margin: 5px 0; } </style> </head> <body> <dt> 按钮 </dt> <dd> <button class="btn-h1">搜索</button> </dd> <dd> <button class="btn-h1-group-gray">重置</button> <button class="btn-h1-group">确定</button> </dd> <dd> <button class="btn-h2">预订</button> <button class="btn-h2-disable">预订</button> </dd> <dd> <button class="btn-other">搜索</button> </dd> </body> </html>