.view, .image {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    min-width: 0;
    min-height: 0;
}

.text {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    box-sizing: border-box ;
    border-width: 0;
    border-style: solid;
    min-width: 0;
    min-height: 0;
}

.textInner {
    display: inline;
    min-width: 0;
    min-height: 0;
}

.scroll {
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1 ;
    border-width: 0;
    border-style: solid;
    min-width: 0;
    min-height: 0;
}

.container {
    display: flex;
    flex: 1;
    flex-basis: 100%;
    width: 100%;
    height: 100%;
    justify-content: inherit;
    align-items: inherit;
    flex-wrap: inherit;
    box-sizing: border-box;
    border:none;
    flex-direction: inherit;
    border-radius: inherit;
    position: static;
    min-width: 0;
    min-height: 0;
}


/*TouchableOpacity TouchableHighlight 使用*/
.thFabricate {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.thFirst {
    z-index: 1;
}

.thHover > .thFabricate {
    display: block;
}

.touchableOpacity0 {
    opacity: 0
}

.touchableOpacity1 {
    opacity: 0.1
}

.touchableOpacity2 {
    opacity: 0.2
}

.touchableOpacity3 {
    opacity: 0.3
}

.touchableOpacity4 {
    opacity: 0.4
}

.touchableOpacity5 {
    opacity: 0.5
}

.touchableOpacity6 {
    opacity: 0.6
}

.touchableOpacity7 {
    opacity: 0.7
}

.touchableOpacity8 {
    opacity: 0.8
}

.touchableOpacity9 {
    opacity: 0.9
}

.touchableOpacity10 {
    opacity: 1
}
