123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .aui-take-content{
- background: #1e8153;
- width:100%;
- height:365rpx;
- background-size:cover;
- background-position:center;
- }
- .aui-take-content-col{
- background-color:rgba(255,255,255,0.97);
- width:100%;
- height:265px;
- padding-top:45px;
- }
- .aui-img-logo{
- width:60px;
- height:60px;
- margin:0 auto;
- }
- .aui-img-logo image{
- width:60px;
- height:60px;
- display:block;
- border:none;
- border-radius:100%;
- }
- .aui-img-text {
- text-align:center;
- padding-top:20px;
- }
- .aui-img-text .h2{
- font-size:1rem;
- font-weight:normal;
- color:#333333;
- }
- .aui-img-text .p{
- font-size:0.8rem;
- }
-
- .aui-flex-box {
- padding: 12px 15px;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
-
- /* background: #900; */
- }
- .aui-icon-box .aui-flex-box-hd {
- width: 25px;
- height: 25px;
- margin-right: 8px;
- }
- .aui-icon-box .aui-flex-box-hd image {
- width: 28px;
- height: 28px;
- display: block;
- border: none;
- border-radius: inherit;
- }
- .aui-flex-box-bd {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- min-width: 0;
- color: #525252;
- font-size: 0.8rem;
- }
- .aui-flex-box-fr {
- text-align: right;
- color: #a6a6a6;
- padding-right: 15px;
- position: relative;
- font-size: 0.8rem;
- }
- .aui-flex-box-fr:after {
- content: " ";
- display: inline-block;
- height: 9px;
- width: 9px;
- border-width: 2px 2px 0 0;
- border-color: #cacaca;
- border-style: solid;
- -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
- transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
- position: relative;
- top: -2px;
- top: 50%;
- margin-top: -6px;
- right: 2px;
- border-radius: 2px;
- }
-
- .divHeight {
- width: 100%;
- height: 1rpx;
- background: #f5f5f5;
- position: relative;
- }
- .aui-button {
- padding: 1rem;
- }
- .aui-btn-out {
- background: #fff;
- border-radius: 4px;
- color: #e64340;
- font-size: 0.85rem;
- width: 100%;
- border: 1rpx solid #cccccc;
- height: 43px;
- line-height: 43px;
- }
- .aui-btn-out:active {
- background: #eee;
- }
|