123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- /* pages/ucenter/help/help.wxss */
- page {
- height: 100%;
- width: 100%;
- /* background: #f4f4f4; */
-
- }
- .container1 {
- /* background: #f4f4f4; */
- height: auto;
- overflow: hidden;
- width: 100%;
-
- }
- .context{
- background: #fff;
- /* margin-top: 60rpx; */
- height: 225rpx;
- width: 100%;
- text-align: center;
- min-height: 178rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- font-size: 24rpx;
- color: #434343;
- box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .context_view {
- width: calc(50% - 2rpx);
- margin: 30rpx 0 0rpx 0rpx;
- display: inline-block;
- }
- .context_view.left {
- border-right: 2rpx solid #f1f1f1;
- }
- .context_view.active{
- background-color: #fafafa;
- }
- .context_view image {
- /* margin: 28rpx 0 10rpx 0; */
- width: 116rpx;
- height: 113rpx;
- flex-shrink: 0;
- overflow: hidden;
- }
- .context text {
- display: block;
- font-size: 32rpx;
- font-weight: bold;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 40rpx;
- height: 40rpx;
- min-height: 40rpx;
- margin-top: 10rpx;
- }
- text {
- font-size: 34rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #040404;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 140rpx;
- height: 140rpx;
- min-height: 140rpx;
- }
- .title1{
- margin:40rpx 32rpx 0rpx 42rpx;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .title1 text{
- font-size:28rpx;
- color: #999999;
- height: 68rpx;
- line-height: 68rpx;
- min-height: 68rpx;
- display: block;
- }
- .title2{
- margin:30rpx 32rpx 0rpx 42rpx;
- }
- .title2 view{
- height: 68rpx;
- }
- image.down1{
- width: 20rpx;
- height: 12rpx;
- }
- image.coupon{
- width: 37rpx;
- height: 31rpx;
- margin: 18rpx 40rpx 19rpx 0rpx;
- }
- image.payment{
- width: 43rpx;
- height: 37rpx;
- margin: 12rpx 34rpx 19rpx 0rpx;
- }
- image.invoice{
- width: 37rpx;
- height: 33rpx;
- margin: 16rpx 40rpx 19rpx 0rpx;
- }
- image.question{
- width: 36rpx;
- height: 35rpx;
- margin: 14rpx 41rpx 19rpx 0rpx;
- }
- image.advice{
- width: 33rpx;
- height: 35rpx;
- margin: 14rpx 44rpx 19rpx 0rpx;
- }
- .coupon_info text,.payment_info text,.invoice_info text,.question_info text,.advice_info text{
- display: inline-block;
- font-weight: bold;
- font-size:30rpx;
- height: 68rpx;
- line-height: 68rpx;
- min-height: 68rpx;
- }
- .coupon_info view,.payment_info view,.invoice_info view,.question_info view,.advice_info view{
- height: 68rpx;
- line-height: 68rpx;
- min-height: 68rpx;
- float: right;
- }
- .title3 {
- margin-left:120rpx;
- padding-bottom: 32rpx;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .title3 text{
- font-size:24rpx;
- color: #999999;
- height: 56rpx;
- line-height: 56rpx;
- min-height: 56rpx;
- display: block;
- }
|