123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- @import "./page/common/lib/weui.wxss";
- /* reset */
- page {
- background-color: var(--weui-BG-1);
- height: 100%;
- /* font-size: 16px; */
- font-size: 16px;
- line-height: 1.6;
- color: var(--weui-FG-0);
- display: flex;
- justify-content: center;
- }
- page>view {
- width: 100vw;
- max-width: 600px;
- }
- checkbox, radio{
- margin-right: 5px;
- }
- button{
- margin-top: 10px;
- margin-bottom: 10px;
- }
- form{
- width: 100%;
- }
- input {
- width: 100%;
- }
- /* lib */
- .strong{
- font-weight: bold;
- }
- .tc{
- text-align: center;
- }
- /* page */
- .container {
- display: flex;
- flex-direction: column;
- min-height: 100%;
- justify-content: space-between;
- font-size: 16px;
- font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
- }
- .page-head{
- /* padding: 30px 25px 40px; */
- padding: 30px 25px 40px;
- text-align: center;
- }
- .page-head-title {
- display: inline-block;
- /* padding: 0 20px 10px 20px;
- font-size: 16px; */
- padding: 0 20px 10px 20px;
- font-size: 16px;
- }
- .page-head-line{
- margin: 0 auto;
- /* width: 75px;
- height: 1px; */
- width: 75px;
- height: 1px;
- background-color: var(--weui-FG-1);
- }
- .page-head-desc{
- padding-top: 10px;
- color: var(--weui-FG-1);
- font-size: 16px;
- }
- .page-body {
- width: 100%;
- flex-grow: 1;
- /* overflow-x: hidden; */
- }
- .page-body-wrapper {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- .page-body-wording {
- text-align: center;
- padding: 100px 50px;
- }
- .page-body-info {
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: var(--weui-BG-2);
- width: 100%;
- padding: 25px 0 75px 0;
- }
- .page-body-title {
- margin-bottom: 50px;
- font-size: 16px;
- }
- .page-body-text {
- font-size: 15px;
- line-height: 26px;
- color: var(--weui-FG-2);
- }
- .page-body-text-small {
- font-size: 12px;
- color: var(--weui-FG-0);
- margin-bottom: 50px;
- }
- .page-foot{
- /* margin: 50px 0 0 0; */
- margin: 50px 0 0 0;
- margin-bottom: constant(safe-area-inset-bottom);
- margin-bottom: env(safe-area-inset-bottom);
- /* padding-bottom: 15px; */
- padding-bottom: 15px;
- text-align: center;
- color: #1aad19;
- font-size: 0;
- }
- .icon-foot{
- /* width: 151px;
- height: 12px; */
- width: 76px;
- height: 12px;
- }
- .page-section{
- width: 100%;
- margin-bottom: 30px;
- }
- .page-section_center{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .page-section:last-child{
- margin-bottom: 0;
- }
- .page-section-gap{
- box-sizing: border-box;
- padding: 0 15px;
- }
- .page-section-spacing{
- box-sizing: border-box;
- padding: 0 40px;
- }
- .page-section-title{
- /* font-size: 14px; */
- font-size: 14px;
- color: var(--weui-FG-1);
- /* margin-bottom: 5px;
- padding-left: 15px;
- padding-right: 15px; */
- margin-bottom: 5px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .page-section-gap .page-section-title{
- padding-left: 0;
- padding-right: 0;
- }
- .page-section-ctn{
- }
- /* widget */
- .btn-area{
- margin-top: 30px;
- box-sizing: border-box;
- width: 100%;
- padding: 0 15px;
- }
- .image-plus {
- width: 75px;
- height: 75px;
- border: 1px solid var(--weui-FG-1);
- position: relative;
- }
- .image-plus-nb{
- border: 0;
- }
- .image-plus-text{
- color: var(--weui-FG-2);
- font-size: 14px;
- }
- .image-plus-horizontal {
- position: absolute;
- top: 50%;
- left: 50%;
- background-color: var(--weui-FG-1);
- width: 2px;
- height: 40px;
- transform: translate(-50%, -50%);
- }
- .image-plus-vertical {
- position: absolute;
- top: 50%;
- left: 50%;
- background-color: var(--weui-FG-1);
- width: 40px;
- height: 2px;
- transform: translate(-50%, -50%);
- }
- .demo-text-1{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #1AAD19;
- color: #FFFFFF;
- font-size: 18px;
- }
- .demo-text-1:before{
- content: 'A';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .demo-text-2{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #2782D7;
- color: #FFFFFF;
- font-size: 18px;
- }
- .demo-text-2:before{
- content: 'B';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .demo-text-3{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #F1F1F1;
- color: #353535;
- font-size: 18px;
- }
- .demo-text-3:before{
- content: 'C';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
|