12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- /* pages/ucenter/accountsecurity/accountsecurity.wxss */
- /* pages/reset_password/reset_password.wxss */
- .main {
- height: 100%;
- width: 100%;
- position: relative;
- }
- .main_image {
- height: 1334rpx;
- width: 750rpx;
- margin-top: -128rpx;
- }
- .main .context {
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
- }
- /* .context_input {
- margin: 30rpx 32rpx;
- } */
- .zan-cell {
- height:80rpx;
- position: relative;
- padding: 0rpx;
- margin: 0rpx 30rpx 0rpx 40rpx;
- display: flex;
- align-items: center;
- border-bottom: 2rpx solid #f1f1f1;
- }
- .zan-cell.active {
- background: #ebebeb;
- }
- .zan-icon {
- margin:12rpx 0rpx 0rpx -25rpx;
- width: 68rpx;
- height: 69rpx;
- }
- .zan-icon image {
- display: block;
- width: 68rpx;
- height: 69rpx;
- }
- .zan-text{
- width:100%;
- font-size: 28rpx;
- }
- .zan-ft{
- margin: 0;
- width: 14rpx;
- height: 24rpx;
- }
- .zan-ft image{
- display: block;
- width: 14rpx;
- height: 24rpx;
- /*transform:rotate(180deg);*/
- }
|