1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /* pages/accounts/accounts.wxss */
- .art-header{
- position: relative;
- width: 100%;
- }
- .art-img{
- width: 100%;
- height: 219px;
- }
- .art-title{
- position: absolute;
- bottom: 36px;
- left: 8px;
- font-size: 16px;
- }
- .art-source {
- position: absolute;
- bottom: 8px;
- font-size: 14px;
- right: 8px;
- }
- .art-content{
- padding-top: 10px;
- background-color: #FFF;
- line-height: 1.5;
- }
- .header-title{
- text-align : center;
- margin : 0 auto;
- font-size : 50rpx;
- font-weight: bold;
- }
- .auto-title{
- margin-top : 10rpx;
- margin-left:16rpx;
- font-weight: bold;
- }
- .auto-text{
- margin-top : 10rpx;
- margin-left : 16rpx;
- margin-right : 16rpx;
- font-size : 30rpx;
- }
- .firstTableStyle{
- hegiht:800px;
- font-size:35px;
- }
- .table{
- border:1px solid #dadada;
- border-right:0;
- border-bottom: 0;
- width: 98%;
- margin-left: 1%;
- }
- .tr{
- width:100%;
- display: flex;
- justify-content: space-between;
- }
- .th,.td{
- padding: 10px;
- border-bottom: 1px solid #dadada;
- border-right: 1px solid #dadada;
- text-align: center;
- width: 100%;
- }
- .th1,.th2,.td1,.td2{
- width: 40%;
- }
- .th{
- font-weight: 800;
- background-color: #b66242;
- font-size: 28rpx;
- color: #330e0e;
- }
- .td{
- font-size: 20rpx;
- }
- .caption{
- font-size:35rpx;
- font-weight: bold;
- }
- .auto-image{
- height:300rpx;
- }
- .pageBottom{
- margin-top:100rpx;
- margin-left:10px;
- margin-right:10px;
- }
- .bottomImage{
- height:125rpx;
- width:720rpx;
- }
|